.ssmp.simple-site-map > ul {
    display: flex;
    flex-direction: column;
    gap: 1em;
    list-style: none;
}

.ssmp.simple-site-map > ul > li.page_item_has_children > a {
    font-family: var(--wp--preset--font-family--sagace);
    font-weight: 600;
    display: inline-block;
    color: var(--wp--preset--color--vert, #6a855a);
    font-size: clamp(1.4rem, 2.2vw, 2.2rem);
    text-decoration: underline !important;
    text-decoration-thickness: 35% !important;
    text-decoration-color: white !important;
    text-underline-offset: -10.5% !important;
    -webkit-text-decoration-color: white !important;
    -webkit-text-decoration-color: white !important;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.ssmp.simple-site-map > ul > li.page_item_has_children > ul.children {
    list-style:none;
}

.ssmp.simple-site-map > ul > li.page_item_has_children > ul.children > li.page_item_has_children > a {
    font-family: var(--wp--preset--font-family--sagace);
    font-weight: 600;
    display: inline-block;
    color: var(--wp--preset--color--vert, #6a855a);
    font-size: clamp(1.4rem, 1.2vw, 2.2rem);
    text-decoration: underline !important;
    text-decoration-thickness: 35% !important;
    text-decoration-color: white !important;
    text-underline-offset: -10.5% !important;
    -webkit-text-decoration-color: white !important;
    -webkit-text-decoration-color: white;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.ssmp.simple-site-map ul {
    list-style: disc;
}

.ssmp.simple-site-map > ul {
    list-style: none;
}

.ssmp.simple-site-map li::marker {
    color: var(--wp--preset--color--vert, #6a855a) !important;
}