/* RTL overrides — loaded only when locale=ar. Keep edits small;
   most modern CSS (flexbox, grid, logical properties) is RTL-safe by default. */

body.dir-rtl {
    direction: rtl;
    text-align: right;
}

body.dir-rtl .topbar-inner {
    flex-direction: row-reverse;
}

body.dir-rtl .lang-switch {
    margin-inline-start: auto;
}
