/* RTL overrides for Arabic / Farsi / Urdu / Hebrew visitors.
   Deliberately small: setting dir="rtl" on <html> already flips flexbox row
   layouts natively (nav, footer wrap) per the CSS spec, so this file only
   fixes the handful of rules that hardcode a left/right physical direction
   instead of a logical one. Loaded on every tebdictate page, INERT for
   everyone else (only [dir="rtl"] selectors match). */
[dir="rtl"] body { text-align: right; }
[dir="rtl"] .prose ul,
[dir="rtl"] .prose ol { padding-left: 0; padding-right: 22px; }
[dir="rtl"] .nav a[aria-current="page"] { border-bottom-color: var(--gold); }
