:root :where(
    .wp-block-navigation a:where(:not(.wp-element-button)):hover,
    .wp-block-site-title a:hover
) {
    text-underline-offset: 4px;
}
:where(.wp-site-blocks *:focus) {
    outline-width: unset !important;
    outline-style: unset !important;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.wp-site-blocks a[aria-current="page"]:not(.wp-block-site-title a) {
    text-decoration: underline;
    text-underline-offset: 4px;
}
