header.wp-block-template-part:has(.sticky-header) {
	position: sticky;
	top: 0;
	z-index: 999;
}

.sticky-header {
	transition: padding 0.25s ease;
}

header.wp-block-template-part:has(.sticky-header).is-scrolled .sticky-header {
	padding-top: var(--wp--preset--spacing--20) !important;
	padding-bottom: var(--wp--preset--spacing--20) !important;
}
