/* Minimal RTL support — only loaded when current language is rtl */
html[dir='rtl'] body {
  direction: rtl;
}

html[dir='rtl'] .mh-strip .strip-inner,
html[dir='rtl'] .masthead .mh-inner,
html[dir='rtl'] .info-strip .strip-row,
html[dir='rtl'] .ph-bc {
  direction: rtl;
}

html[dir='rtl'] .ph-bc {
  justify-content: flex-start;
}

html[dir='rtl'] .hs-text {
  direction: rtl;
  text-align: right;
}

html[dir='rtl'] .drop-menu {
  left: auto;
  right: 0;
}

