/* Direct Employee Hero — RTL overrides (.rp-direct-employee-hero). Loaded only on
   AR/dir=rtl, after migration-rtl.css. Flex row reverses with dir=rtl
   automatically, so the text column sits on the right and the art on the left —
   no order swap needed. Latin -2px letter-spacing is wrong for Arabic; reset it.
   Sub box max-width keeps right alignment under RTL (margin handled by flow). */
.rp-direct-employee-hero__title { letter-spacing: normal; }
.rp-direct-employee-hero__sub { margin-left: 0; }
