.section-anchors,
.section.section-anchors {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    line-gap-override: 0 20px;
    row-gap: 16px;
}


.section-anchors__anchor {
    color: inherit;
    padding-inline: 20px;
    text-decoration: none;
}



.section-anchors__anchor:hover {
    text-decoration: underline;
}

.section-anchors__anchor:not(:last-of-type) {
    border-width: 0 1px 0 0;
    border-color: rgba(54, 57, 64, 0.5);
    border-style: solid;
}