/* Hebrew layout: Heebo (Google Fonts) is the canonical RTL face for ME.J. */
[dir="rtl"] body,
[dir="rtl"] input,
[dir="rtl"] button,
[dir="rtl"] textarea {
  font-family: 'Heebo', 'Inter', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
}

/* Loaded always — rules only apply when <html dir="rtl"> */
[dir="rtl"] .filter-search svg { transform: scaleX(-1); }
[dir="rtl"] .header-inner { flex-direction: row-reverse; }
[dir="rtl"] .hero-inner { direction: rtl; }
[dir="rtl"] .filter-row { flex-direction: row-reverse; }
[dir="rtl"] .facet-row { direction: rtl; }
[dir="rtl"] .tile-play { right: auto; left: 12px; }
[dir="rtl"] .sticky-track-controls { flex-direction: row-reverse; }
[dir="rtl"] .channel-nav-prev svg { transform: scaleX(-1); }
[dir="rtl"] .channel-nav-next svg { transform: scaleX(-1); }
