.elementor-toc-widget {
    background: #e7ecf0;
    padding: 20px;
    margin-bottom: 1.25rem;
    transition: all 0.2s ease-out;
    will-change: transform;
}

.toc-title {
    font-family: freight-display-pro, "Source Serif Pro", "Times New Roman";
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 20px;
    color: #002642;
}

.toc-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.toc-item {
    display: block;
}

.toc-link {
    color: #006DC1 !important;
    display: flex;
    font-family: source-sans-pro, "Source Serif Pro", "Times New Roman";
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.toc-link:hover {
    color: #006DC1 !important;
    text-decoration: underline;
}

.toc-sublist {
    display: block;
    list-style: none;
    padding-left: 8px;
    /* margin-top: 5px; */
}

.toc-sublist .toc-level-2 { margin-left: 0; }
.toc-sublist .toc-level-3 { margin-left: 16px; }
.toc-sublist .toc-level-4 { margin-left: 32px; }
.toc-sublist .toc-level-5 { margin-left: 48px; }
.toc-sublist .toc-level-6 { margin-left: 64px; }

/* Sticky state */
.elementor-toc-widget.toc-sticky {
    position: fixed !important;
    margin-top: 0 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

@media (max-width: 767px) {
    .elementor-toc-widget.toc-sticky {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
    }
}