.toc-container-f8fcd8c6 {
    width: 100%;
    font-family: inherit;
}

.toc-search-bar {
    margin-bottom: 20px;
}

.toc-search-input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.toc-list {
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}

.toc-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    transition: background-color 0.3s ease;
}

.toc-item:last-child {
    border-bottom: none;
}

.toc-item:hover {
    background-color: #f9f9f9;
}

.toc-item-left {
    flex: 0 0 60px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.toc-icon-wrapper i {
    font-size: 32px;
    color: #666;
}

.toc-icon-wrapper svg {
    width: 32px;
    height: 32px;
    fill: #666;
}

.toc-item-middle {
    flex: 1;
    min-width: 250px;
    padding: 0 15px;
}

.toc-article-title {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

.toc-article-authors {
    margin: 0;
    font-size: 14px;
    font-style: italic;
    color: #666;
    line-height: 1.5;
}

.toc-item-right {
    flex: 0 0 auto;
    margin-top: 15px;
}

.toc-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.toc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    background-color: #28a745;
    color: #fff;
    transition: opacity 0.3s ease, background-color 0.3s ease;
}

.toc-btn:hover {
    opacity: 0.9;
    color: #fff;
}

.toc-btn i {
    margin-right: 6px;
}

.toc-btn svg {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    fill: currentColor;
}

@media (min-width: 768px) {
    .toc-item {
        flex-wrap: nowrap;
    }
    .toc-item-right {
        margin-top: 0;
    }
}
