.js-toc-list {
    overflow-y: auto;
}
.js-toc-list>.toc-list {
    overflow: hidden;
    position: relative;
}
.js-toc-list>.toc-list li {
    list-style: none;
    padding-bottom: 12px;
}

.js-toc {
    overflow-y: hidden;
}

.toc-list {
    margin: 0;
    padding-left: 10px;
    font-size: 0.9rem;
}

.toc-list-item ul {
    padding-left: 15px;
}

.toc-list-item ul li:first-child {
    padding-top: 12px;
}

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

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

.is-collapsed {
    max-height: 0;
}
.is-position-fixed {
    position: fixed !important;
    top: 0;
}
.is-active-link {
    font-weight: 700;
}
.toc-link::before {
    background-color: #EEE;
    content: ' ';
    display: inline-block;
    height: inherit;
    left: 0;
    margin-top: -1px;
    position: absolute;
    width: 2px;
}
.is-active-link::before {
    background-color: #da70d6;
}
