body.rw-site :where(
input:not([type="hidden"]):not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]):not([type="file"]),
textarea,
select,
[contenteditable="true"]
) {
direction: ltr !important;
unicode-bidi: isolate !important;
text-align: left !important;
writing-mode: horizontal-tb !important;
} body.rw-site.woocommerce-checkout :where(
.wc-block-components-text-input input,
.wc-block-components-combobox-control input,
.wc-block-components-address-form input,
form.checkout input.input-text,
form.checkout textarea,
form.checkout select
),
body.rw-site.woocommerce-account :where(
.woocommerce-form input.input-text,
.woocommerce-address-fields input.input-text,
.woocommerce-address-fields textarea,
.woocommerce-address-fields select
) {
direction: ltr !important;
unicode-bidi: isolate !important;
text-align: left !important;
}