/* RTL overrides for pc_games.css. Layout already mirrors through logical properties;
   this file only covers direction-specific glyphs and type. */

/* Chevrons point the way the content moves. */
[dir="rtl"] .pcg-prev svg,
[dir="rtl"] .pcg-next svg { transform: scaleX(-1); }

/* Arabic runs taller; give clamped titles room so two lines are not clipped. */
[dir="rtl"] .pcg-card__title { line-height: 1.45; min-height: 2.9em; }
[dir="rtl"] .pcg-hero__title,
[dir="rtl"] .pcg-head__title { line-height: 1.3; }

/* Latin DRM names stay left-to-right inside Arabic text. */
[dir="rtl"] .pcg-drm { direction: ltr; }

/* Theme 7 ("Ranked"): the numeral and the discount tag sit on the mirrored corners through
   logical properties; only the latin price text needs forcing back to LTR. */
[dir="rtl"] .theme_7_now,
[dir="rtl"] .theme_7_was { direction: ltr; }

/* The note strip's accent border follows the text direction. */
[dir="rtl"] .pcg-note { border-radius: var(--pcg-radius) 0 0 var(--pcg-radius); }
