/* components/relo-howitworks-rtl.css — RTL overrides for .rp-relo-howitworks (AR-only). */

/* Connector mirror is handled in the base sheet via logical inset-inline-*
   (auto-flips under direction:rtl), so no physical left/right override is
   needed here — an equal-specificity override just lost the cascade to the
   later-loading EN sheet and left the line dangling off the right edge. */

/* Heading in sentence case (theme default Title-cases it) + centered intro paragraph,
   max-width 720, matching Figma 16781:40156. */
.rp-relo-howitworks > h2 { text-transform: none; }
.rp-relo-howitworks > p.double-slide-landing-page-left-label {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
