/* TOC: schwarze Links, Hover türkis, keine Nummer vorm Titel */
.ek-faq.eko-toc details > summary::before { content: none !important; }
.ek-faq.eko-toc .eko-toc__nav a { color: #000; text-decoration: none; }
.ek-faq.eko-toc .eko-toc__nav a:hover { color: #00DCFF; }
/* CSS-Offset wird vom JS dynamisch auf --ek-sticky-offset geschrieben */
:root{ --ek-sticky-offset: 0px; }
:is(h1,h2,h3,h4,h5,h6)[id]{ scroll-margin-top: calc(var(--ek-sticky-offset) + 12px); }
