

/* Start:/local/components/supplier_portal/supplier.registration/templates/.default/style.css?1778221517582*/
/* Стили для скрытых зависимых полей и секций */
.field-dependent.hidden,
.section-dependent.hidden {
    display: none !important;
}

/* Не скрываем элементы по умолчанию - JavaScript сам управляет видимостью через класс .hidden */
.field-dependent,
.section-dependent {
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

.field-dependent.hidden-fade,
.section-dependent.hidden-fade {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* End */
/* /local/components/supplier_portal/supplier.registration/templates/.default/style.css?1778221517582 */
