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

/* Mirror the button push: LTR uses margin-left:auto to shove the button to the
   right edge; in RTL it must push to the left edge. */
.rp-lp-cta .new-rp-cta-btn-container {
  margin-left: 0;
  margin-right: auto;
}

@media (max-width: 991px) {
  .rp-lp-cta .new-rp-cta-btn-container {
    margin-right: 0;
  }
}
