/* Body-mounted overlay avoids hero overflow, stacking and focus clipping. */
body>.rns-live-panel{position:fixed;inset:auto;z-index:100050;min-width:0;box-sizing:border-box;text-align:right;direction:rtl;font-family:var(--font-fa,'Vazirmatn',sans-serif)}
body>.rns-live-panel .rns-live-result{cursor:pointer}

/* Search results have their own body overlay; the hero must stay below navigation. */
.home .hero-split.hero-split--overlay:focus-within{z-index:auto}
