#block-zumm-bottom {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

#block-zumm-bottom a {
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 3px;
    transition: text-decoration-color 0.3s;
}

#block-zumm-bottom a:is(:focus-visible, :hover) {
    text-decoration-color: currentColor;
}