/* WP-specific tweaks on top of the compiled Nuxt CSS (app.css). */

/* Keep the fixed site header below the WP admin bar when logged in. */
body.admin-bar #siteHead { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar #siteHead { top: 46px; }
}

/* Neutralize default WP block gap if any stray block markup appears in content. */
#page :where(.wp-block-group) { margin: 0; }
