/* RTL overrides — WordPress auto-loads this when locale is RTL. */
body { direction: rtl; text-align: right; font-family: var(--font-arabic); }
.hero h1 span { background: linear-gradient(270deg, var(--brand-teal-600), var(--brand-gold-500)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.mega { inset-inline-start: auto; inset-inline-end: -1rem; }
.chat-msg.user { border-bottom-right-radius: 18px; border-bottom-left-radius: 6px; }
.chat-msg.bot  { border-bottom-left-radius: 18px; border-bottom-right-radius: 6px; }