/*!
Theme Name: My Site Blueprint
Description: Your Website Matters—and it’s simpler than you think.
Version: 2.0.1
Tags: block-patterns, full-site-editing, my-site-blueprint
Text Domain: my-site-blueprint
Tested up to: 6.7
Requires at least: 6.8
Requires PHP: 7.4
Author: My Site Blueprint Team
 */

/* Base Styles for My Site Blueprint theme across all pages
   ========================================================================== */

/*
Get rid of the padding above/below the blocks wrapper,
which was leaving whitespace above/below the header/footer
*/
.wp-site-blocks {
  padding: 0;
}

/*
Get rid of the default margin-top around all of the outer blocks (example: hero section after header),
changing here instead of theme.json so that global blockGap is not changed for inner blocks and elements
 */
:where(.wp-site-blocks) > * {
  margin-block-start: 0;
}

/* Dev Utility Classes
   ========================================================================== */

/*
(For Devs) Hide an info box/block from the frontend of the site (like the info box on the contact page block pattern.
 */
.msb-util-hide-from-frontend {
  display: none;
}
