.seo-toc-wrapper {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    clear: both;
}

.seo-toc-title {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 10px;
}

.seo-toc-item {
    padding: 6px 0;
    cursor: pointer;
    transition: opacity 0.3s ease;
    line-height: 1.6;
}

.seo-toc-item:hover {
    opacity: 0.7;
}

.seo-toc-h2 {
    font-weight: 600;
    margin-top: 8px;
}

.seo-toc-h3 {
    font-weight: 400;
    margin-right: 25px; /* فرورفتگی زیرمجموعه‌ها در سایت‌های راست‌چین */
}
