.makira-toc {
    background: #f8f9fa;
    border: 1px solid #e5e7eb;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 24px;
}

.makira-toc strong {
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
}

.makira-toc ul {
    margin: 0;
    padding-left: 18px;
}

.makira-toc li {
    margin-bottom: 6px;
    line-height: 1.5;
}

.makira-toc li.toc-level-3 {
    margin-left: 14px;
    font-size: 14px;
    opacity: 0.9;
}

.makira-toc a {
    text-decoration: none;
    color: #1f2937;
    transition: color 0.2s ease;
}

.makira-toc a:hover {
    color: #000;
    text-decoration: underline;
}