/* Only native Arabic pages: Arabic joining does not use Latin tracking. */
html[lang="ar"] .autool-hp-page-wrapper :is(.autool-hp-hero-tag,.autool-hp-section-tag,.autool-hp-hero-stat-label,.autool-hp-hero-stat-value) {
  letter-spacing: normal;
}
html[lang="ar"] :is(.woocommerce-Price-amount,.sku) {
  direction: ltr;
  unicode-bidi: isolate;
}
