@media (min-width: 1024px){
    #wrap-toc {
        position: -webkit-sticky;
        position: sticky;
        top: 10rem;
        margin-bottom: calc(var(--global--spacing-vertical)*0.666);
    }
}

@media (min-width: 768px){
    li:has(.anchor)  {
        padding-top: 40px !important;
        margin-top: -40px !important;
    }
}

ul:has(.shortcode-toc) {
}

.shortcode-toc > ul,
ul:has(.shortcode-toc) > li {
    list-style: none !important;
    padding: 0 !important;
}

ul:has(.shortcode-toc) > li:before {
    content:'' !important
}

.shortcode-toc ul > li.active > a {
    font-weight: 600;
} 