.la-cle-toc {
    border: 1px solid var(--theme-palette-color-5);
    border-radius: 10px;
    background: var(--theme-palette-color-8);
}

.la-cle-toc__details {
    padding: 0;
}

.la-cle-toc__summary {
    list-style: none;
    cursor: pointer;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--theme-palette-color-3);
    font-weight: 600;
}

.la-cle-toc__summary::-webkit-details-marker {
    display: none;
}

.la-cle-toc__caret {
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.18s ease;
}

.la-cle-toc__details[open] .la-cle-toc__caret {
    transform: rotate(225deg);
}

.la-cle-toc__list {
    margin: 0;
    padding: 10px!important;
    list-style: none;
    border-top: 1px solid var(--theme-palette-color-5);
    line-height: 1em;
}

.la-cle-toc__item {
    margin: 0;
    padding: 7px 0;
}

.la-cle-toc__item--h3 {
    padding-left: 12px;
}

.la-cle-toc__item--h4,
.la-cle-toc__item--h5,
.la-cle-toc__item--h6 {
    padding-left: 22px;
}

.la-cle-toc__link {
    color: var(--theme-palette-color-1);
    text-decoration: none;
    line-height: 1.35;
}

.la-cle-toc__link:hover,
.la-cle-toc__link:focus-visible {
    text-decoration: underline;
}
