/*
  RTL-specific tweaks for the functional layer (.zan-* classes only).
  v3 visual styles are already RTL-correct; we only adjust new components.
*/
html[dir="rtl"] .zan-floating { inset-inline-start: 18px; }
html[dir="rtl"] .zan-cookie { inset-inline-end: 14px; }
html[dir="rtl"] .zan-search-form button { margin-right: 4px; }
html[dir="rtl"] .zan-mobile-acc[open] > summary svg { transform: rotate(180deg); }
