/**
 * UAE / Arabic (ae) locale — RTL helpers on top of bootstrap-site.css
 */
html[lang="ar"],
html[dir="rtl"] {
  direction: rtl;
}

body,
.site-bootstrap-page {
  font-family: "Noto Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
}

/* Keep code / ASTM tokens LTR inside RTL pages */
.ltr,
.sub-main-cell .product_txt,
.sub-main-cell td[align="center"],
.smls-coil-spec-table,
.tech_table,
table.spec-table {
  direction: ltr;
  unicode-bidi: isolate;
}
