/* =============================================================================
   AFO — RTL Overrides (Arabic Right-to-Left)
   Loaded only when lang=ar
   ============================================================================= */

[dir="rtl"] body { font-family: 'Cairo', sans-serif; }

/* Header */
[dir="rtl"] .fab-whatsapp { left: auto; right: 28px; }
[dir="rtl"] .flash-message { border-left: none; border-right: 4px solid; }
[dir="rtl"] .flash-success { border-right-color: #16a34a; }
[dir="rtl"] .flash-error   { border-right-color: #dc2626; }
[dir="rtl"] .flash-warning { border-right-color: #d97706; }

/* Admin Sidebar */
[dir="rtl"] .admin-sidebar { border-left: none; border-right: 1px solid rgba(255,255,255,.1); }
[dir="rtl"] .sidebar-nav-item a {
  border-inline-start: none;
  border-inline-end: 3px solid transparent;
}
[dir="rtl"] .sidebar-nav-item.active a,
[dir="rtl"] .sidebar-nav-item a:hover {
  border-inline-end-color: #d4af37;
}

/* Badges */
[dir="rtl"] .card-badges { left: auto; right: 12px; }

/* Detail layout — reverse column order on mobile for RTL */
@media (max-width: 1024px) {
  [dir="rtl"] .detail-layout { direction: rtl; }
}

/* Form helper */
[dir="rtl"] .form-error { text-align: right; }

/* Mobile nav */
@media (max-width: 1024px) {
  [dir="rtl"] .main-nav.open { left: 0; right: 0; }
}

/* Footer */
[dir="rtl"] .footer-social a { direction: ltr; }

/* Admin responsive */
@media (max-width: 480px) {
  [dir="rtl"] .fab-whatsapp { right: 16px; }
}
