/* Partner Referral — RTL overrides (loaded after migration-rtl.css, AR only).
   The hero flex row mirrors automatically under dir="rtl" (text right / art left);
   these rules pin text alignment + badge/CTA start-edge for the mirrored layout. */
.rp-pr-hero__title,
.rp-pr-hero__sub { text-align: right; }
.rp-pr-hero__ctas { justify-content: flex-start; }
.rp-pr-hero__badges { margin-right: 0; margin-left: auto; }

@media (max-width: 991px) {
  .rp-pr-hero__title,
  .rp-pr-hero__sub { text-align: center; }
  .rp-pr-hero__ctas { justify-content: center; }
  .rp-pr-hero__badges { margin-left: auto; margin-right: auto; }
}
