/*
 * UTAMIA RTL exceptions.
 *
 * WordPress controls document direction. Main layout rules use logical
 * properties; only genuinely physical decorative accents belong here.
 */

/* Negative tracking is a Latin-typography optimization (theme.json heading
   style) that harms Arabic legibility and letter joining — reset it only
   where this stylesheet is actually loaded (is_rtl() sites only). */
h1, h2, h3, h4, h5, h6 {
	letter-spacing: normal;
}

.woocommerce-checkout #payment li.wc_payment_method:has(input:checked),
.woocommerce-order-pay #payment li.wc_payment_method:has(input:checked),
.utamia-checkout-page .wc-block-components-radio-control-accordion-option:has(input:checked),
.woocommerce-cart .woocommerce-shipping-methods li:has(input:checked),
.woocommerce-checkout .woocommerce-shipping-methods li:has(input:checked),
.utamia-cart-page .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option:has(input:checked),
.utamia-checkout-page .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option:has(input:checked) {
	box-shadow: inset -3px 0 0 var(--wp--preset--color--deep-green);
}
