/* RTL-specific adjustments (templates already use logical properties where needed) */

[dir="rtl"] .teaser-link-arrow-first {
  /* Arrow before text in Arabic teaser links */
}

/* Ensure table hours alignment in RTL */
[dir="rtl"] table th {
  text-align: start;
}

[dir="rtl"] table td {
  text-align: end;
}
