/* ==========================================================================
   qa-fixes-remote-teams-rtl.css
   RTL twin overrides for the Remote Teams (For Contractors) body.
   Loads only on /ar/ (rp_is_arabic gate). Scope: .rp-remote-team.rp-ar.
   Mirrors the LTR layout: hero art flips left, checklist markers hang right,
   navy-card art hangs left, carousel reads right→left.
   ========================================================================== */

/* checklist markers hang on the right in RTL */
.rp-remote-team.rp-ar .rt-checklist li { padding-left: 0; padding-right: 34px; }
.rp-remote-team.rp-ar .rt-checklist li::before { left: auto; right: 0; }

/* pills / stores align to the right edge of the text column */
.rp-remote-team.rp-ar .rt-pills { justify-content: flex-start; }

/* navy CARD art sits on the left in RTL */
.rp-remote-team.rp-ar .rt-card__visual img { margin-left: 0; margin-right: auto; }

/* active carousel dot pill keeps its shape (no directional change needed) */

@media (max-width: 991px) {
  .rp-remote-team.rp-ar .rt-checklist { text-align: right; }
}
