/* RTL overrides — loaded only when the interface language is Arabic */
body{font-family:"IBM Plex Sans Arabic","Plus Jakarta Sans",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}

/* Flip the few places that use left/right explicitly */
.job-card-meta{text-align:left}
.hero-title,.hero-sub{text-align:right}
.data-table th,.data-table td{text-align:right}

/* Radial hero accent to the other side */
.hero{background:
  radial-gradient(1200px 400px at 20% -10%,rgba(232,163,61,.12),transparent 60%),
  linear-gradient(180deg,var(--brand) 0%,var(--brand-dark) 100%);}

/* Featured flag to the right edge */
.featured-flag{left:auto;right:16px}

/* Keep Latin numerals/brand mark upright */
.brand-mark{font-family:system-ui,sans-serif}

/* Slightly larger line-height suits Arabic text */
body{line-height:1.7}
.job-card-title,.hero-title{letter-spacing:0}
