/* Sweetland Wholesale — Registration Form Styles */

.swr-registration-wrapper {
    margin: 24px 0;
}

.swr-section-title {
    font-size: 1.1em;
    font-weight: 700;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 8px;
    margin-bottom: 18px;
}

.swr-form-row {
    margin: 0 0 16px;
}

.swr-form-row label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.swr-form-row input[type="text"],
.swr-form-row input[type="tel"] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.95em;
    box-sizing: border-box;
}

/* City / State / ZIP inline */
.swr-inline-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.swr-inline-field {
    display: flex;
    flex-direction: column;
}

.swr-city  { flex: 2; min-width: 120px; }
.swr-state { flex: 0 0 70px; }
.swr-zip   { flex: 1; min-width: 90px; }

.swr-inline-field label {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 0.9em;
}

.swr-inline-field input {
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.95em;
    width: 100%;
    box-sizing: border-box;
}

/* Documents section */
.swr-documents-wrapper {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 20px 24px;
}

.swr-doc-notice {
    font-style: italic;
    color: #555;
    margin-bottom: 20px;
    font-size: 0.9em;
    border-left: 3px solid #c00;
    padding-left: 10px;
}

.swr-doc-field {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #ddd;
}

.swr-doc-field:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.swr-doc-field label {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.swr-doc-instructions {
    font-size: 0.85em;
    color: #555;
    margin: 4px 0 8px;
    line-height: 1.5;
}

.swr-optional-tag {
    font-weight: normal;
    font-style: italic;
    color: #777;
    font-size: 0.85em;
    margin-left: 4px;
}

.swr-doc-field input[type="file"] {
    display: block;
    margin-top: 4px;
}

/* Status messages on product pages */
.swr-pending-msg,
.swr-login-msg {
    font-style: italic;
    color: #777;
    font-size: 0.9em;
}
/* Notice of Approval on Registration Form */
.swr-approval-notice {
    background: #fff8e1;
    border-left: 4px solid #f5a623;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: 0.95em;
    color: #555;
}
