/* RTL: WordPress adds body.rtl for RTL locales; we add safetrip-rtl for Polylang he/yi */
body.rtl .safetrip-layout,
body.safetrip-rtl .safetrip-layout {
  direction: rtl;
}

body.rtl .safetrip-lang-switch,
body.safetrip-rtl .safetrip-lang-switch {
  margin-right: 0;
  margin-left: 12px;
}

body.safetrip-rtl .safetrip-footer-top,
body.safetrip-rtl .safetrip-header-actions {
  flex-direction: row-reverse;
}

