/* RTL refinements for Arabic sites */

body,
button,
input,
select,
textarea {
    direction: rtl;
}

body {
    text-align: right;
}

/* Keep common numeric/contact fields readable when needed */
input[type="email"],
input[type="url"],
input[type="tel"] {
    direction: ltr;
    text-align: left;
}
