/* Leon Translator — RTL base (通用，不绑站点) */
html[dir="rtl"] body,
html[dir="rtl"] body.lt-rtl {
  direction: rtl;
  unicode-bidi: isolate;
}
html[dir="rtl"] body {
  font-family: "IBM Plex Sans Arabic", "Noto Naskh Arabic", "Segoe UI", system-ui, -apple-system, sans-serif;
}
html[dir="rtl"] .container,
html[dir="rtl"] .section-head,
html[dir="rtl"] .product-card { direction: rtl; text-align: right; }
html[dir="rtl"] .text-left { text-align: right !important; }
html[dir="rtl"] .text-right { text-align: left !important; }
html[dir="rtl"] .RAQ_customer_col1 { float: right !important; }
html[dir="rtl"] .RAQ_customer_col2 { float: left !important; margin-left: 0 !important; margin-right: 3.5% !important; }
html[dir="rtl"] .RAQ_customer_col1 input,
html[dir="rtl"] .RAQ_customer_col2 input { text-align: right; direction: rtl; }
html[dir="rtl"] .elementor-170 .elementor-element-59f98d07 > .elementor-element-populated { padding: 0 0 0 40px !important; }
html[dir="rtl"] .elementor-170 .elementor-element-5c00188a > .elementor-element-populated { padding: 0 40px 0 0 !important; }
/* WooCommerce 画廊：仅强制显示，不改 direction，靠 flexslider rtl:true 自行处理 */
html[dir="rtl"] .woocommerce-product-gallery{opacity:1 !important}
