/*
 * RTL tweaks for Sabok Shop. Layout uses CSS logical properties, so only a few details live here.
 */
body { line-height: 1.9; }
.ss-hero h1 { line-height: 1.5; }
.woocommerce .quantity .qty { direction: ltr; }
input[type="email"], input[type="url"], input[type="tel"], input[type="number"] { direction: ltr; text-align: end; }
.woocommerce form .form-row .input-text[type="email"], .woocommerce form .form-row .input-text[type="tel"] { direction: ltr; text-align: end; }
