/* Apex RTL overrides — loaded only when dir="rtl" (Arabic pages).
   Prefer logical properties so most layout flips automatically; this file
   handles the cases that don't. Expand per page during Wave 1. */

html[dir="rtl"] body { font-family: "GE SS Two", "ARSMaquettePro", sans-serif; text-align: right; }

/* Mirror directional UI that uses physical properties. */
html[dir="rtl"] .navbar-nav { flex-direction: row-reverse; }
html[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before { transform: scaleX(-1); }
