/* ============================================
   AL-HAYAT PHARMACIES — GLOBAL RTL OVERRIDES
   ============================================ */

body {
  font-family: var(--font-ar);
  direction: rtl;
}

/* underline uses symmetric left/right padding already, no RTL override needed */

/* Keep social/logo row LTR if it contains logos/icons that read left-to-right */
.footer-social,
.logo {
  direction: ltr;
}

.footer-col a:hover {
  padding-inline-start: 0;
  padding-inline-end: 4px;
}

/* Mirror hero split layouts */
.hero-split {
  direction: rtl;
}

/* Lang switch order flip for RTL reading comfort */
.lang-switch {
  flex-direction: row-reverse;
}
