.mte-toc {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 28px;
    padding: 18px 20px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    color: #111827;
    font-family: inherit;
    direction: rtl;
}

.mte-toc__title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
}

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

.mte-toc__item {
    margin: 0;
    padding: 0;
}

.mte-toc__item a {
    display: block;
    padding: 6px 0;
    color: #374151;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.8;
    transition: color .2s ease, transform .2s ease;
}

.mte-toc__item a:hover {
    color: #111827;
}

.mte-toc__item--sub {
    padding-right: 18px;
}

.mte-toc__item--sub a {
    font-size: 13px;
    color: #6b7280;
}

.mte-toc--empty {
    color: #6b7280;
    font-size: 13px;
}

/* Make anchored headings stop below sticky headers. */
[id^="mte-"], [id^="mte-widget-"] {
    scroll-margin-top: 100px;
}
