body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} a {
text-decoration-thickness: 1px;
text-underline-offset: 0.2em;
} :root :where(.wp-site-blocks) > * {
margin-block-start: 0;
} @supports (min-height: 100dvh) {
[style*="min-height:100vh"] {
min-height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px)) !important;
}
} .hide-empty:not(:has(> *)) {
display: none;
} @media (max-width: 781px) {
.wp-block-columns:not(.is-not-stacked-on-mobile) .hide-when-columns-are-stacked {
display: none !important;
}
}