html {
    scroll-behavior: smooth;
}
.country-selector {
    gap: 8px;
    font-size: var(--wp--preset--font-size--medium);
}
.country-selector a {
    text-decoration: underline !important;
    color: inherit !important;
}
.country-selector.weglot-inline a:hover {
    color: inherit !important;
}
:where(.wp-site-blocks) > * {
    margin-block-start: 0 !important;
}
