.toc h2 {
    font-size: 36px !important;
}
.toc__container > ul li {
    min-width: max-content;
    max-width: max-content;
}
.toc__container > ul a {
    /* padding-left: 24px; */
    /* padding-right: 24px; */
    color: var(--textP) !important;
}

@media (max-width: 768px) {
    .toc h2 {
        font-size: 24px !important;
    }
}
