/**
 * Arabic Language Custom Styles
 * Loaded only when Arabic language is active via TranslatePress
 * 
 * This file keeps the site layout LTR while properly styling Arabic text
 */
html[lang="ar"] .xm-slider,
html[lang="ar"] .xm-filterapp,
html[lang="ar"] .pagination {
  direction: ltr;
}
html[lang="ar"] .onerow-formfield-submit input[type="submit"] {
  left: 0;
  right: auto;
}
