/**
 * Skipped minification because the original files appears to be already minified.
 * Original file: /npm/tocbot@4.36.4/dist/tocbot.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
.toc {
    overflow-y: auto
}

.toc>.toc-list {
    overflow: hidden;
    position: relative
}

.toc>.toc-list li {
    list-style: none
}

.toc-list {
    margin: 0;
    padding-left: 10px
}

a.toc-link {
    color: currentColor;
    height: 100%
}

.is-collapsible {
    max-height: 1000px;
    overflow: hidden;
    transition: all 300ms ease-in-out
}

.is-collapsed {
    max-height: 0
}

.is-collapsed:has(:focus) {
    max-height: 1000px
}

.is-position-fixed {
    /* position: fixed !important;
    top: 0 */
}

.is-active-link {
    color: #05a74f !important;
}



/*# sourceMappingURL=tocbot.css.map */