.sticky-toc-container-312878bc {
    position: sticky;
    top: 50px;
    width: 100%;
    max-width: 300px;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    z-index: 100;
}

.sticky-toc-header-312878bc {
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

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

.sticky-toc-list-312878bc li {
    margin-bottom: 8px;
    line-height: 1.4;
}

.sticky-toc-list-312878bc a {
    text-decoration: none;
    color: #555;
    transition: color 0.3s ease;
    display: block;
    font-size: 0.95em;
}

.sticky-toc-list-312878bc a:hover,
.sticky-toc-list-312878bc a.active {
    color: #0073aa;
    font-weight: 600;
}