.leemeo-toc {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 20px 0;
    padding: 15px;
}

.leemeo-toc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.leemeo-toc-title {
    font-size: 1.1em;
}

.leemeo-toc-toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

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

.leemeo-toc-list ul {
    list-style: none;
    padding-left: 20px;
}

.leemeo-toc-list li {
    margin: 5px 0;
}

.leemeo-toc-list a {
    text-decoration: none;
    color: #0073aa;
}

.leemeo-toc-list a:hover {
    text-decoration: underline;
}

/* Collapsible */
.leemeo-toc.collapsed .leemeo-toc-list {
    display: none;
}