.angie-toc-9934a3eb {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.angie-toc-header-9934a3eb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.angie-toc-header-9934a3eb h4 {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
}

.angie-toc-toggle-9934a3eb {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.angie-toc-toggle-9934a3eb svg {
    width: 16px;
    height: 16px;
}

.angie-toc-body-9934a3eb ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.angie-toc-body-9934a3eb li {
    margin-bottom: 8px;
    line-height: 1.4;
}

.angie-toc-body-9934a3eb a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
    display: inline-block;
}

.angie-toc-body-9934a3eb a:hover {
    color: #0073aa;
}

/* Indent levels based on header */
.angie-toc-indent-2-9934a3eb { margin-left: 0; font-weight: bold; }
.angie-toc-indent-3-9934a3eb { margin-left: 15px; }
.angie-toc-indent-4-9934a3eb { margin-left: 30px; font-size: 0.9em; }
.angie-toc-indent-5-9934a3eb { margin-left: 45px; font-size: 0.85em; }
.angie-toc-indent-6-9934a3eb { margin-left: 60px; font-size: 0.8em; }