/* Base RTL */
html[dir="rtl"] body { direction: rtl; text-align: right; }

/* Forms */
html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select { text-align: right; }

/* Keep numbers/URLs readable inside RTL */
html[dir="rtl"] .price,
html[dir="rtl"] .number,
html[dir="rtl"] .url,
html[dir="rtl"] code,
html[dir="rtl"] pre {
  direction: ltr;
  unicode-bidi: plaintext;
}
