/*
Theme Name: MembrLab Theme
Theme URI: https://membrlab.com
Author: MembrLab
Author URI: https://membrlab.com
Description: A highly customizable WordPress block theme designed for membership organizations with multi-tenant support. Features flexible layout options, curated Google Fonts, and organization-specific headers and footers.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: membrlab-theme
Tags: block-theme, full-width-template, custom-colors, custom-menu, editor-style, featured-images, threaded-comments, translation-ready, wide-blocks
*/

/* Remove margin from header and footer template parts */
.wp-block-template-part[data-area="header"],
.wp-block-template-part[data-area="footer"] {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

/* Ensure full-width blocks can extend to edges */
.wp-site-blocks > * {
    margin-block-start: 0;
}

/* First block after header should not have extra top margin */
.wp-site-blocks > .wp-block-template-part[data-area="header"] + * {
    margin-block-start: 0;
}
