/* Background Checks — RTL overrides. Loaded AFTER background-check.css, AR/dir=rtl only.
   Layout is flexbox/grid scoped under [dir=rtl] .rp-bc and auto-mirrors; this file
   fixes the few physical-direction declarations. */

[dir="rtl"] .rp-bc-how__pill { letter-spacing: 0; }

@media (max-width: 991px) {
  [dir="rtl"] .rp-bc-benefit,
  [dir="rtl"] .rp-bc-benefit--text-right { text-align: right; }
}
