/* Make the template part wrapper sticky so header sticks relative to entire page */
.wp-block-template-part:has(.limson-header) {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.limson-header {
	font-family: "IBM Plex Mono", "Courier New", Courier, monospace;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1rem;
	border-bottom: 1px solid var(--color-off-white);
	/* position: sticky;
	top: 0;

	z-index: 100; */
	background-color: var(--color-dark-green);
}

.limson-header a {
	text-decoration: underline;
	text-underline-offset: 0.5ex;
	text-decoration-color: transparent;
	transition: text-decoration-color 0.3s ease-in-out;
}

.limson-header a:hover {
	text-decoration-color: currentColor;
}
.limson-header .is-style-limson-btn-text a {
	padding: 0;
}
