/* Flexbox стили для чекбокса */
.checkbox-wrapper {
    margin-top: 80px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 20px !important;
    display: block !important;
    clear: both !important;
    width: 100% !important;
    position: relative !important;
    float: none !important;
}

.checkbox-custom {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    cursor: pointer !important;
    position: relative !important;
}

.checkbox-custom .checkbox-circle {
    border: 2px solid #ccc !important;
    border-radius: 50% !important;
    background: white !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
}

.checkbox-custom .checkbox-dot {
    background-color: #b10303 !important;
    border-radius: 50% !important;
    pointer-events: none !important;
}

/* Отключаем старые стили для чекбоксов */
.agree-row.checkbox-fix,
.agree-row.checkbox-fix .checkbox-circle,
.agree-row.checkbox-fix .checkbox-dot,
.agree-row.checkbox-fix input[type="checkbox"] {
    display: none !important;
}
