.tc-toc-container {
    background: transparent;
    padding: 0;
}

.tc-toc-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--e-global-color-primary, #1a3b5d);
    border-bottom: 2px solid var(--e-global-color-accent, #e37251);
    display: inline-block;
    padding-bottom: 5px;
}

.tc-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tc-toc-item {
    margin-bottom: 10px;
}

.elementor-toc__list-item-text-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.elementor-toc__list-item-text-wrapper svg {
    width: 20px;
    height: 20px;
    fill: var(--item-text-hover-color, var(--e-global-color-accent)) !important;
    flex-shrink: 0;
}

.elementor-toc__list-item-text {
    color: var(--item-text-color, var(--e-global-color-primary)) !important;
    font-family: var(--e-global-typography-906c83c-font-family), Sans-serif;
    font-size: var(--e-global-typography-906c83c-font-size);
    font-weight: var(--e-global-typography-906c83c-font-weight);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    line-height: 1.4;
    cursor: pointer;
}

.elementor-toc__list-item-text:hover {
    color: var(--item-text-hover-color, var(--e-global-color-accent)) !important;
    text-decoration: underline !important;
}

.tc-toc-empty {
    font-style: italic;
    color: #999;
}