/* --- TOC Styles --- */
#toc a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #1f1f1f;
    padding: 8px 12px;
    border-radius: 0px;
    margin: 4px 0;
    font-size: 13px !important;
    font-weight: 500;
    background: #f8f8f8;
    border: 1px solid #f1f1f1;
    transition: 0.2s;
}

#toc a:hover {
    background: #f4f7ff;
    border-color: #dce6ff;
    color: #0a42ff;
}

#toc a i {
    color: #4c74ff;
    font-size: 16px;
}

#toc a.small-link {
    background: transparent !important;
    border: none !important;
    padding: 0;
    padding-left: 34px;
    font-size: 13px;
    font-weight: 400;
    color: #444;
    gap: 3px;
}

#toc a.small-link i {
    display: none;
}

#toc a.small-link:hover {
    color: #0a42ff;
}
