.toc__wrapper {
    padding: var(--mar-64) 0 !important;
    margin-bottom: var(--mar-100);
    background-color: #1b1b1b;
}
.toc__wrapper h2 {
    font-size: var(--fz40);
    text-transform: none;
}
.toc a {
    min-width: max-content;
}
.toc a:hover {
    color: var(--accent1) !important;
}
.toc .embla__container {
    display: flex;
    flex-direction: row;
    gap: 32px;

    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.toc .embla__container > * {
    flex: unset !important;
}
/*  */
/*  */
/*  */
/*  */
/*  */
.tocPagination {
    margin-top: 24px;
    overflow: hidden;
    width: 100%;
    height: 8px;

    background-color: rgba(255, 255, 255, 0.094);

    position: relative;
    cursor: grab;
}
.tocPagination.dragging {
    cursor: grabbing;
}
.tocPagination_progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #807b6f;
    width: 0%;
    pointer-events: none;
    transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (max-width: 1024px) {
    .toc__wrapper {
        margin-bottom: 50px;
    }
}
@media (max-width: 768px) {
    .tocPagination {
        /* margin-top: 0px; */
    }
}
