/* Suppress default block-theme shell when Symbiont Core renders its own header/footer. */
body.symbiont-core-active header.wp-block-template-part,
body.symbiont-core-active footer.wp-block-template-part,
body.symbiont-core-active .wp-site-blocks > header,
body.symbiont-core-active .wp-site-blocks > footer {
  display: none !important;
}

body.symbiont-core-active .wp-site-blocks {
  min-height: auto;
}
