.toluna-anchor-nav{--anchor-nav-bg: #ffffff;--anchor-nav-text: #007EE2;--anchor-nav-active-bg: #007EE2;--anchor-nav-active-text: #ffffff;position:fixed;top:0;left:0;right:0;z-index:999;background-color:var(--anchor-nav-bg);transform:translateY(-100%);transition:transform .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.08)}.toluna-anchor-nav.is-visible{transform:translateY(0)}.toluna-anchor-nav__list{display:flex;flex-wrap:wrap;align-items:center;gap:10px 12px;list-style:none;margin:0 auto;padding:10px var(--global-content-edge-padding, 1rem);max-width:var(--wp--style--global--wide-size, 1200px)}.toluna-anchor-nav__item a{display:inline-block;padding:3px 24px;font-size:var(--global-kb-font-size-normal, 0.875rem);line-height:2rem;font-weight:700;text-align:center;text-decoration:none;white-space:nowrap;color:var(--anchor-nav-text);background-color:var(--anchor-nav-bg);border:1px solid var(--anchor-nav-text);border-radius:80px;transition:background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out;cursor:pointer}.toluna-anchor-nav__item a:hover{background-color:var(--anchor-nav-active-bg);color:var(--anchor-nav-active-text);border-color:var(--anchor-nav-active-bg)}.toluna-anchor-nav__item.is-active a{background-color:var(--anchor-nav-active-bg);color:var(--anchor-nav-active-text);border-color:var(--anchor-nav-active-bg);pointer-events:none}
