.super-toc {
    border: 1px solid #eeeeee;
    padding: 16px;
    margin-bottom: 24px;
    background: #f9f9f9;
    border-radius: 6px;
}

.super-toc__title {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1.1em;
}

.super-toc__list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.super-toc__item {
    margin: 4px 0;
}

.super-toc__item a {
    text-decoration: none;
    text-underline-offset: 2px;
}

.super-toc__item a:hover {
    text-decoration: underline;
}

.super-toc__item--child {
    margin-left: 16px;
    font-size: 0.95em;
}
