/* mena-hr-payroll-hub RTL overrides — loads after migration-rtl.css, AR/dir=rtl only.
   Most layout mirrors automatically via dir=rtl on flex rows; this flips the few
   physical-direction properties (overlap margins, divider side, CTA arrow). */

/* hero flag cluster overlaps the other way in RTL */
.rp-mena-hero__flag{margin-left:0;margin-right:-9px;}
.rp-mena-hero__flag:first-child{margin-right:0;}

/* stat divider sits on the trailing (right) edge in RTL */
.rp-mena-cta__stat + .rp-mena-cta__stat::before{left:auto;right:0;}

/* feature-link arrow points right-to-left */
.rp-mena-feat__cta::after{content:"\2190";}
