.toc-container {
    background: var(--bg-secondary);
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
}

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

.toc-list li {
    margin-bottom: 0.5rem;
}

.toc-list li.h2 {
    font-weight: 600;
}

.toc-list li.h3 {
    margin-left: 1.5rem;
    font-size: 0.95em;
    opacity: 0.9;
}

.toc-list a {
    color: var(--text-primary);
    text-decoration: none;
    transition: color 0.2s;
}

.toc-list a:hover {
    color: var(--primary-color);
}
