/* RTL-only overrides. Most layout works via logical properties;
   this file handles what CSS-logical can't. */

html[dir="rtl"] .display,
html[dir="rtl"] .display-xl,
html[dir="rtl"] .display-lg,
html[dir="rtl"] .display-md,
html[dir="rtl"] h1,
html[dir="rtl"] h2 {
  letter-spacing: 0; /* Arabic glyph shaping breaks with tight tracking */
}

/* Ensure Latin digits/codes inside Arabic paragraphs stay left-to-right */
html[dir="rtl"] .ltr { direction: ltr; unicode-bidi: embed; }

/* Phone / price displays */
html[dir="rtl"] .nums,
html[dir="rtl"] .price,
html[dir="rtl"] .phone {
  direction: ltr;
  unicode-bidi: embed;
}
