/* Сторінка підбору обладнання: вирівнювання кегля в формі */

.page-equipment-selection #installer-form {
    --eq-font-size: 1rem;
    --eq-line-height: 1.35;
}

/* Основні підписи полів */
.page-equipment-selection #installer-form .form-label,
.page-equipment-selection #installer-form legend.form-label,
.page-equipment-selection #installer-form .form-check-label {
    font-size: var(--eq-font-size);
    line-height: var(--eq-line-height);
}

/* Пояснення під заголовками секцій, які рендеряться як .small */
.page-equipment-selection #installer-form .text-muted.small {
    font-size: var(--eq-font-size) !important;
    line-height: var(--eq-line-height) !important;
}

/* Нотатки (alert), щоб не були дрібнішими за поля */
.page-equipment-selection #installer-form .alert.small {
    font-size: var(--eq-font-size) !important;
    line-height: var(--eq-line-height) !important;
}

