/*
Theme Name: General Boiler
Theme URI: https://generalboiler.com
Author: DSNN Studio
Author URI: https://dsnn.studio
Description: Custom Block theme for General Boiler Co Inc — industrial boiler manufacturer since 1987. Preserves the BoldThemes Industrial visual system as a WP FSE theme.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generalboiler
Tags: full-site-editing, block-templates, custom-colors, custom-logo, custom-menu
*/

/* All visual styles are loaded from assets/css/ via functions.php enqueue. */

/* WP injects wrappers around template parts and site blocks that can break the
 * BoldThemes layout. display:contents makes them transparent to flex/grid. */
.wp-site-blocks,
.wp-block-template-part {
    display: contents;
}

/* WP's is-layout-flow rule applies `margin-block-start: 24px` to every direct
 * child of wp-block-group, leaving white gaps between header / sections / CTA /
 * footer. Kill those so sections butt up against each other like in the static. */
.btPageWrap.is-layout-flow > *,
.btPageWrap.wp-block-group-is-layout-flow > * {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

