/* RTL adjustments are intentionally small because the base theme is designed Arabic-first. */
html,
body {
  direction: rtl;
}

input[dir="ltr"],
[dir="ltr"] {
  direction: ltr;
  text-align: left;
}
