/* ============================================
   Whistleblowing Form - Arabic RTL Style
   ============================================ */

html[lang="ar"] .whistleblowing-form-container,
.whistleblowing-form-container[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

html[lang="ar"] .section-title,
.whistleblowing-form-container[dir="rtl"] .section-title {
    border-bottom: 2px solid var(--whistleblowing-primary-color);
}

html[lang="ar"] .form-group label.required::after,
.whistleblowing-form-container[dir="rtl"] .form-group label.required::after {
    margin-right: 5px;
}

html[lang="ar"] .radio-group,
.whistleblowing-form-container[dir="rtl"] .radio-group {
    flex-direction: row;
    text-align: right;
}

html[lang="ar"] .radio-group label,
.whistleblowing-form-container[dir="rtl"] .radio-group label {
    text-align: right;
}

html[lang="ar"] .evidence-file-input::file-selector-button,
.whistleblowing-form-container[dir="rtl"] .evidence-file-input::file-selector-button {
    margin-right: auto;
    margin-left: 10px;
}

html[lang="ar"] .declaration-box,
.whistleblowing-form-container[dir="rtl"] .declaration-box {
    border-left: none;
    border-right: 4px solid var(--whistleblowing-primary-color);
    text-align: right;
}

html[lang="ar"] .checkbox-container,
.whistleblowing-form-container[dir="rtl"] .checkbox-container {
    flex-direction: row;
    text-align: right;
}

html[lang="ar"] .checkbox-container input[type="checkbox"],
.whistleblowing-form-container[dir="rtl"] .checkbox-container input[type="checkbox"] {
    margin-right: 0;
    margin-left: 10px;
}

/* ============================================
   الألوان والتدرجات للعربية
   ============================================ */

html[lang="ar"] .section-title,
.whistleblowing-form-container[dir="rtl"] .section-title {
    font-size: 1.35em;
    font-weight: 700;
}

html[lang="ar"] .form-group label,
.whistleblowing-form-container[dir="rtl"] .form-group label {
    font-weight: 700;
}

/* ============================================
   التجاوب مع الشاشات العربية
   ============================================ */

@media (max-width: 768px) {
    html[lang="ar"] .whistleblowing-form-container,
    .whistleblowing-form-container[dir="rtl"] {
        padding: 15px;
    }
    
    html[lang="ar"] .radio-group,
    .whistleblowing-form-container[dir="rtl"] .radio-group {
        flex-wrap: wrap-reverse;
    }
}
