/* ===== WILA TABLE OF CONTENTS ===== */
.wila-toc {
    font-family: 'Inter', sans-serif;
}

.wila-toc-is-sticky {
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.wila-toc-heading {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 16px;
}

.wila-toc-list {
    display: flex;
    flex-direction: column;
}

.wila-toc-item {
    display: block;
    padding: 10px 0 10px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #6B7280;
    text-decoration: none;
    border-left: 2px solid #E5E7EB;
    transition: color 0.2s ease, border-color 0.2s ease, font-weight 0.2s ease;
}

.wila-toc-item:hover {
    color: #374151;
}

.wila-toc-item.wila-toc-item-active {
    color: #111827;
    font-weight: 600;
    border-left-color: #2563EB;
}

.wila-toc-item:focus-visible {
    outline: 2px solid #2563EB;
    outline-offset: 2px;
}
