/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 70:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:become-a-dealer (INDEX:6, SCOPED:FALSE) */
<style>
  .dealer-form-wrapper {
    max-width: 800px;
    margin: auto;
    padding: 30px;
  }

  .dealer-form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .form-field {
    display: flex;
    flex-direction: column;
  }

  .form-field.half {
    width: calc(50% - 10px);
  }

  .form-field.full {
    width: 100%;
  }

  .form-field label {
    font-weight: 600;
    margin-bottom: 5px;
  }

  .form-field input,
  .form-field textarea,
  .form-field select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
  }

  .form-field input[type="checkbox"] {
    width: auto;
    margin-right: 8px;
  }

  .form-footer {
    margin-top: 20px;
  }

  .dealer-form-wrapper button {
    background-color: #de2516;
    color: white;
    border: none;
    padding: 12px 24px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
  }
</style>
/* END_SECTION:become-a-dealer */