.wp-block-table-of-contents ol {
    padding: 0;
    list-style-type: none;
}

.wp-block-table-of-contents ol > li > a {
    display: none;
}

.wp-block-table-of-contents ol > li > ol > li > a {
    display: inline-block;
    font-size: var(--wp--preset--font-size--m-plus);
    line-height: var(--wp--custom--line-height-l);
    color: var(--wp--preset--color-noir);
    font-weight: 550;
    text-decoration: underline;
    text-decoration-color: var(--wp--preset--color--gris);
    text-underline-offset: 0.2rem;
    text-decoration-thickness: 2px;
    &:hover {
        text-decoration: none;
    }
}