/* i18n.css — small helpers for RTL/LTR */
html[dir="ltr"] body { direction:ltr; }
html[dir="rtl"] body { direction:rtl; }

/* Examples: reverse some row layouts automatically if needed */
html[dir="ltr"] .topbar,
html[dir="ltr"] .welcome-top {
  direction:ltr;
}
