/* ============================================
   Whistleblowing Form - English LTR Style
   ============================================ */

html[lang="en"] .whistleblowing-form-container,
.whistleblowing-form-container[dir="ltr"] {
    direction: ltr;
    text-align: left;
}

html[lang="en"] .section-title,
.whistleblowing-form-container[dir="ltr"] .section-title {
    border-bottom: 2px solid var(--whistleblowing-primary-color);
}

html[lang="en"] .form-group label.required::after,
.whistleblowing-form-container[dir="ltr"] .form-group label.required::after {
    margin-left: 3px;
}

html[lang="en"] .radio-group,
.whistleblowing-form-container[dir="ltr"] .radio-group {
    flex-direction: row-reverse;
    text-align: left;
}

html[lang="en"] .radio-group label,
.whistleblowing-form-container[dir="ltr"] .radio-group label {
    text-align: left;
    margin-right: 15px;
}

html[lang="en"] .evidence-file-input::file-selector-button,
.whistleblowing-form-container[dir="ltr"] .evidence-file-input::file-selector-button {
    margin-left: 0;
    margin-right: 10px;
}

html[lang="en"] #violation_type,
.whistleblowing-form-container[dir="ltr"] #violation_type,
html[lang="en"] .custom-select-dropdown[data-select-id="violation_type"] .custom-select-trigger,
.whistleblowing-form-container[dir="ltr"] .custom-select-dropdown[data-select-id="violation_type"] .custom-select-trigger,
html[lang="en"] .custom-select-dropdown[data-select-id="violation_type"] .custom-select-option,
.whistleblowing-form-container[dir="ltr"] .custom-select-dropdown[data-select-id="violation_type"] .custom-select-option {
    direction: ltr;
    text-align: left;
}

html[lang="en"] .custom-select-dropdown[data-select-id="violation_type"] .custom-select-trigger,
.whistleblowing-form-container[dir="ltr"] .custom-select-dropdown[data-select-id="violation_type"] .custom-select-trigger {
    padding: 10px 10px 10px 38px;
}

html[lang="en"] .custom-select-dropdown[data-select-id="violation_type"] .custom-select-arrow,
.whistleblowing-form-container[dir="ltr"] .custom-select-dropdown[data-select-id="violation_type"] .custom-select-arrow {
    left: auto;
    right: 14px;
}

html[lang="en"] .declaration-box,
.whistleblowing-form-container[dir="ltr"] .declaration-box {
    border-right: none;
    text-align: left;
}

html[lang="en"] .checkbox-container,
.whistleblowing-form-container[dir="ltr"] .checkbox-container {
    flex-direction: row-reverse;
    text-align: left;
}

html[lang="en"] .checkbox-container input[type="checkbox"],
.whistleblowing-form-container[dir="ltr"] .checkbox-container input[type="checkbox"] {
    margin-right: 0;
    margin-left: 10px;
}

/* ============================================
   English Typography
   ============================================ */

html[lang="en"] .whistleblowing-form-container,
.whistleblowing-form-container[dir="ltr"] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* ============================================
   English Responsive
   ============================================ */

@media (max-width: 768px) {
    html[lang="en"] .whistleblowing-form-container,
    .whistleblowing-form-container[dir="ltr"] {
        padding: 15px;
    }
}
