/* Minimal RTL helpers for the public (frontend) theme. */

html[dir="rtl"] body {
  direction: rtl;
}

/* Generic float utilities often used by Bootstrap-based themes. */
html[dir="rtl"] .pull-right {
  float: left !important;
}

html[dir="rtl"] .pull-left {
  float: right !important;
}

