.aios-post-toc {
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 24px 0;
    padding: 24px 28px;
}

.aios-post-toc__title {
    color: #334155;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 16px;
}

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

.aios-post-toc__list li {
    margin: 0 0 10px;
}

.aios-post-toc__list li:last-child {
    margin-bottom: 0;
}

.aios-post-toc__list a {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
}

.aios-post-toc__list a:hover,
.aios-post-toc__list a:focus {
    color: #0f172a;
    text-decoration: underline;
}

html.aios-post-toc-smooth-scroll {
    scroll-behavior: smooth;
}
