/**
 * RTL fine-tuning. The layout uses Tailwind logical utilities (ps-/pe-/ms-/me-/
 * start-/end-) so most of RTL is automatic; this file holds the few exceptions.
 */

/* Mirror decorative icons that imply direction. */
[dir="rtl"] .ph-arrow-right::before {
  transform: scaleX(-1);
}

/* Tabular numerals read better LTR even inside RTL score displays. */
[dir="rtl"] .num-ltr {
  direction: ltr;
  unicode-bidi: embed;
}
