/* Wewe apps — RTL overrides. Loaded only by pages with <html lang="ar" dir="rtl">
   (alongside styles.css), so it only needs to correct the handful of physical
   (left/right) properties in styles.css that don't auto-mirror with the `dir`
   attribute. Most of the layout (flexbox rows, centered text, grid) already
   flips correctly on its own — keep this file small and targeted. */

html[dir="rtl"] .badge-soon{margin-left:0; margin-right:8px}
html[dir="rtl"] .note{border-left:none; border-right:4px solid var(--ocean-2)}
html[dir="rtl"] .doc th,
html[dir="rtl"] .doc td{text-align:right}
html[dir="rtl"] .feature-list li{padding-left:0; padding-right:28px}
html[dir="rtl"] .feature-list li::before{left:auto; right:0}
