/* RTL helper file to prevent 404 and for any RTL-specific tweaks if needed */
/* The theme already applies RTL via classes; keep this minimal. */
html[dir="rtl"] body{direction:rtl;text-align:right} 