/*
Theme Name: Chameleon Child
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: chameleon-theme
Text Domain: chameleon-child
Tags: 
*/

:where(.wp-site-blocks) > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

header:has(.is-position-sticky) {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
}

header:has(.is-position-sticky) > * {
	max-width: 100vw;
}

*[id] {
	scroll-margin-top: var(--header-height, 0);
}