/*
Theme Name: Greenlight Child
Theme URI: https://github.com/wpsoul/greenlight
Template: greenlight
Author: Your Name
Author URI: https://example.com/
Description: Child theme for the Greenlight FSE theme. Use this for all of your customizations so the parent theme stays update-safe.
Tags: e-commerce, block-patterns, block-styles, editor-style, full-site-editing, full-width-template, rtl-language-support, template-editing, translation-ready, wide-blocks
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: greenlight-child
*/

/* ============================================================
   Add your custom CSS below this line.
   This file is loaded after the parent theme's stylesheet,
   so anything here will override the parent.
   ============================================================ */

/* Fix: extra space between header and content on the "No Title" template.
   Targets pages using the no-title template and removes any padding/margin
   added above the first content block. */
.wp-site-blocks > main.site-content {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.site-header {
	margin-bottom: 0 !important;
}
.site-header + main,
.site-header + .wp-block-group {
	margin-top: 0 !important;
}
