/* ============================================================
   components/askai-hero-rtl.css — RTL overrides for .rp-askai-hero.
   AR-only (enqueued after askai-hero.css when rp_is_arabic()).
   Cowork: flip the accent blob + eyebrow/media alignment for RTL.
   ============================================================ */

/* Mirror the purple accent blob to the left edge on RTL. */
.rp-askai-hero .askai-hero-accent {
  inset: auto auto -120px -120px;
}

/* Play triangle points the same visual direction (LTR) even on RTL video. */
.rp-askai-hero .askai-hero-play-icon {
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #783f8e;
}
