/* RTL Overrides */
html[dir="rtl"] body { direction: rtl; text-align: right; }
html[dir="rtl"] .header-top-right { flex-direction: row-reverse; }
html[dir="rtl"] .lang-dropdown { right: auto; left: 0; }
html[dir="rtl"] .dropdown-menu { padding-left: 0; padding-right: 20px; }
html[dir="rtl"] .screenshot-form .input-group i { left: auto; right: 16px; }
html[dir="rtl"] .screenshot-form input { padding-left: 16px; padding-right: 48px; }
html[dir="rtl"] .option-item { flex-direction: row-reverse; justify-content: space-between; }
html[dir="rtl"] .option-delay { flex-direction: row-reverse; justify-content: space-between; }
html[dir="rtl"] .form-group label i { margin-right: 0; margin-left: 6px; }
html[dir="rtl"] .footer-col ul { padding-left: 0; padding-right: 0; }
html[dir="rtl"] .legal-content ul { padding-left: 0; padding-right: 24px; }
html[dir="rtl"] .tips-box h3 { flex-direction: row-reverse; }
html[dir="rtl"] .contact-info-box h3 { text-align: right; }
html[dir="rtl"] .donate-buttons h4 { text-align: right; }
html[dir="rtl"] .donate-buttons p { text-align: right; }
html[dir="rtl"] .alert { flex-direction: row-reverse; }
html[dir="rtl"] .share-buttons { flex-direction: row-reverse; justify-content: flex-start; }
html[dir="rtl"] .share-label { margin-right: 0; margin-left: 8px; }
html[dir="rtl"] .gdpr-details { flex-direction: row-reverse; justify-content: flex-start; }
html[dir="rtl"] .back-to-top { right: auto; left: 30px; }
html[dir="rtl"] .footer-bottom { text-align: center; }

/* RTL Nav - keep horizontal on desktop, only stack on mobile */
@media (max-width: 768px) {
    html[dir="rtl"] .nav-menu { flex-direction: column; }
    html[dir="rtl"] .nav-toggle { order: -1; }
}

/* RTL Dropdown */
html[dir="rtl"] .nav-dropdown { position: relative; }
html[dir="rtl"] .dropdown-menu { left: auto; right: 0; }
html[dir="rtl"] .dropdown-menu a { text-align: right; }

/* RTL Logo */
html[dir="rtl"] .logo { flex-direction: row-reverse; }
