/* B2B Phone Field – sectiune adresa de facturare */

.b2b-address-section {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
}

.b2b-address-section h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

/* Camp telefon obligatoriu – marcaj vizual */
.form-group--b2b_phone label::after,
.form-group--b2b_phone .form-control-label::after {
    content: " *";
    color: #c0392b;
}

/* Suprascriere max-width formular inregistrare */
.page-authentication #content,
.page-registration #content {
    max-width: none !important;
}
