/**
 * Native Site Editor header. Every selector is scoped so the registered,
 * unreferenced classic renderer remains an exact rollback source.
 */

.jeo-native-header {
	--jeo-header-control-bg: #f5f5f5;
	--jeo-header-control-border: #d6d9dc;
	--jeo-header-control-active-bg: #e1e5e8;
	--jeo-header-control-active-border: #646970;
	--jeo-header-control-fg: #191e23;
	--jeo-header-control-hover-bg: #e8eaec;
	--jeo-header-panel-bg: #fff;
	--jeo-header-compact-row-height: 54px;
	--jeo-search-admin-offset: 0px;
	--jeo-search-header-height: 151px;
	--jeo-search-middle-height: 116px;
	--jeo-search-surface-bg: #333;
	--jeo-search-top-height: 35px;
	color: #191e23;
	font-family: var(--primary-font, "Open Sans Condensed", "Open Sans", sans-serif);
	margin: 0;
	position: relative;
	z-index: 100;
}

.jeo-native-header > .wp-block-group,
.jeo-native-header .wp-block-template-part {
	margin-block: 0;
}

.jeo-native-header .jeo-native-header__inner {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: 90%;
	width: 1200px;
}

.jeo-native-header__top {
	background: var(--primary, #59811a);
	color: #fff;
	min-height: 35px;
}

.jeo-native-header__top-inner {
	min-height: 35px;
}

.jeo-native-header__social {
	gap: 0.35rem;
	margin: 0;
}

.jeo-native-header__social .wp-social-link,
.jeo-native-header__social .wp-social-link-anchor {
	background: transparent;
	color: #fff !important;
}

.jeo-native-header__middle {
	background: var(--jeo-header-panel-bg);
	min-height: 116px;
}

.jeo-native-header__middle-inner {
	min-height: 116px;
}

.jeo-native-header__logos {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0;
}

.jeo-native-header__logos .wp-block-site-logo,
.jeo-native-header__logos .wp-block-image {
	align-items: center;
	display: flex;
	margin: 0;
}

.jeo-native-header__logos .custom-logo-link {
	margin: 0;
}

.jeo-native-header__logos img {
	display: block;
	height: auto;
	max-height: 92px;
	max-width: 260px;
	width: auto;
}

.jeo-native-header__site-title {
	color: var(--jeo-header-control-fg);
	font-family: var(--primary-font, "Open Sans Condensed", "Open Sans", sans-serif);
	font-size: clamp(1.35rem, 3vw, 2rem);
	font-weight: 700;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.jeo-native-header__logos:has(img) .jeo-native-header__site-title {
	display: none;
}

.jeo-native-header__logos .jeo-native-header__dark-logo {
	display: none;
}

.jeo-native-header .jeo-native-header__search.wp-block-details {
	border: 0;
	margin: 0;
	padding: 0;
}

.jeo-native-header__search {
	box-sizing: border-box;
	margin: 0;
	position: relative;
	width: 52px;
}

.jeo-native-header__search > summary {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 999px;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	font-size: 0;
	font-weight: 700;
	height: 52px;
	justify-content: center;
	list-style: none;
	margin: 0;
	min-height: 44px;
	min-width: 52px;
	padding: 0;
	text-transform: uppercase;
	width: 52px;
}

.jeo-native-header__search > summary::marker,
.jeo-native-header__font-size > summary::marker,
.jeo-native-header .is-style-jeo-native-share > summary::marker {
	content: "";
}

.jeo-native-header__search > summary::before {
	background: currentColor;
	content: "";
	height: 28px;
	mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M10 4a6 6 0 1 0 3.87 10.59L19.28 20 21 18.28l-5.41-5.41A6 6 0 0 0 10 4zm0 2a4 4 0 1 1 0 8 4 4 0 0 1 0-8z%27/%3E%3C/svg%3E") center/contain no-repeat;
	width: 28px;
}

.jeo-native-header__search[open] > summary::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27m6.4 5 5.6 5.6L17.6 5 19 6.4 13.4 12l5.6 5.6-1.4 1.4-5.6-5.6L6.4 19 5 17.6l5.6-5.6L5 6.4z%27/%3E%3C/svg%3E");
}

.jeo-native-header__search > .jeo-native-header__search-prompt,
.jeo-native-header__search > .wp-block-search {
	background: var(--jeo-search-surface-bg);
	box-sizing: border-box;
	color: #fff;
	margin: 0;
	position: absolute;
	right: 0;
	width: min(700px, 90vw);
	z-index: 1002;
}

/* Author styles must not override the native closed Details state. The public
 * enhancement adds hidden/inert as a second accessibility boundary, while
 * this rule preserves the same behavior when JavaScript is unavailable. */
.jeo-native-header__search:not([open]) > .jeo-native-header__search-prompt,
.jeo-native-header__search:not([open]) > .wp-block-search {
	display: none;
}

.jeo-native-header__search > .jeo-native-header__search-prompt {
	color: #a7adb4;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 1.5rem 1.5rem 0.75rem;
	top: calc(100% + 0.5rem);
	text-transform: uppercase;
}

.jeo-native-header__search > .wp-block-search {
	display: block;
	padding: 0 1.5rem 1.5rem;
	top: calc(100% + 5rem);
}

.jeo-native-header__search .wp-block-search__inside-wrapper {
	border: 0;
	box-sizing: border-box;
	display: flex;
	margin: 0;
	padding: 0;
}

.jeo-native-header__search > .wp-block-search:focus-within {
	outline: 0;
}

.jeo-native-header__search .wp-block-search__inside-wrapper:focus-within {
	border-radius: 10px;
	outline: 3px solid #f0a202;
	outline-offset: 2px;
}

.jeo-native-header__search.wp-block-details .wp-block-search__inside-wrapper .wp-block-search__input {
	background: #fff;
	border: 2px solid #fff;
	border-radius: 10px 0 0 10px;
	color: #191e23;
	min-height: 56px;
	min-width: 0;
	padding-inline: 1rem;
}

.jeo-native-header__search.wp-block-details .wp-block-search__inside-wrapper .wp-block-search__button {
	align-items: center;
	background: var(--primary, #59811a);
	border-radius: 0 10px 10px 0;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	min-height: 56px;
	min-width: 56px;
	padding: 0.75rem;
}

.jeo-native-header__search .wp-block-search__button svg {
	display: block;
	fill: currentColor;
	height: 24px;
	padding: 0;
	width: 24px;
}

html.jeo-search-modal-open {
	overflow: hidden;
	overscroll-behavior: none;
}

body.jeo-search-modal-open {
	overflow: hidden;
	overscroll-behavior: none;
}

body.jeo-search-modal-open .jeo-native-header__top {
	height: var(--jeo-search-top-height);
	left: 0;
	min-height: var(--jeo-search-top-height);
	position: fixed;
	top: var(--jeo-search-admin-offset);
	width: 100%;
	z-index: 2000;
}

body.jeo-search-modal-open .jeo-native-header__middle {
	height: var(--jeo-search-middle-height);
	left: 0;
	min-height: var(--jeo-search-middle-height);
	position: fixed;
	top: calc(var(--jeo-search-admin-offset) + var(--jeo-search-top-height));
	width: 100%;
	z-index: 2000;
}

.jeo-native-header__search.is-jeo-search-modal[open] {
	background: transparent;
	box-sizing: border-box;
	height: calc(100vh - var(--jeo-search-admin-offset));
	height: calc(100dvh - var(--jeo-search-admin-offset));
	inset: var(--jeo-search-admin-offset) 0 0;
	margin: 0;
	max-width: none;
	position: fixed;
	width: 100vw;
	z-index: 2002;
}

.jeo-native-header__search.is-jeo-search-modal[open]::after {
	background: var(--jeo-search-surface-bg);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: calc(var(--jeo-search-header-height) - 1px);
	z-index: 0;
}

.jeo-native-header__search.is-jeo-search-modal[open] > summary {
	color: var(--jeo-header-control-fg);
	height: var(--jeo-search-middle-height);
	min-width: 52px;
	position: absolute;
	right: max(5vw, calc((100vw - 1200px) / 2));
	top: var(--jeo-search-top-height);
	z-index: 2;
}

.jeo-native-header__search.is-jeo-search-modal[open] > .jeo-native-header__search-prompt,
.jeo-native-header__search.is-jeo-search-modal[open] > .wp-block-search {
	background: transparent;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 1;
}

.jeo-native-header__search.is-jeo-search-modal[open] > .jeo-native-header__search-prompt {
	padding: clamp(2rem, 8vh, 6.25rem) max(5vw, calc((100vw - 700px) / 2)) 1rem;
	top: var(--jeo-search-header-height);
}

.jeo-native-header__search.is-jeo-search-modal[open] > .wp-block-search {
	bottom: 0;
	overflow: auto;
	padding: 5px max(5vw, calc((100vw - 700px) / 2)) 2rem;
	top: calc(var(--jeo-search-header-height) + clamp(5rem, 14vh, 9rem));
}

.admin-bar .jeo-native-header {
	--jeo-search-admin-offset: 32px;
}

.jeo-native-header__navigation-band {
	background: var(--secondary, #333);
	color: #fff;
	min-height: 45px;
	position: relative;
	z-index: 1000;
}

@media (min-width: 783px) {
	.jeo-native-header.is-jeo-compact-sticky {
		padding-bottom: var(--jeo-compact-sticky-source-height, 116px);
	}

	body:not(.jeo-search-modal-open) .jeo-native-header__middle.is-jeo-compact-sticky {
		animation: jeo-compact-header-enter 0.2s ease-in-out;
		background: var(--jeo-header-panel-bg);
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
		box-sizing: border-box;
		height: 50px;
		left: 0;
		min-height: 50px;
		position: fixed;
		right: 0;
		top: var(--jeo-compact-sticky-top, 0px);
		width: 100%;
		z-index: 1000;
	}

	body:not(.jeo-search-modal-open) .jeo-native-header.is-jeo-compact-sticky .jeo-native-header__middle-inner {
		display: grid;
		gap: 0.5rem;
		grid-template-columns: minmax(44px, 1fr) auto minmax(44px, 1fr);
		height: 50px;
		min-height: 50px;
	}

	body:not(.jeo-search-modal-open) .jeo-native-header.is-jeo-compact-sticky .jeo-native-header__logos {
		grid-column: 2;
		justify-self: center;
	}

	body:not(.jeo-search-modal-open) .jeo-native-header.is-jeo-compact-sticky .jeo-native-header__logos img {
		max-height: 40px;
		max-width: 206px;
	}

	body:not(.jeo-search-modal-open) .jeo-native-header.is-jeo-compact-sticky .jeo-native-header__search {
		grid-column: 3;
		justify-self: end;
	}

	body:not(.jeo-search-modal-open) .jeo-native-header.is-jeo-compact-sticky .jeo-native-header__search > summary {
		height: 50px;
	}

	body:not(.jeo-search-modal-open) .jeo-native-header.is-jeo-compact-sticky .jeo-native-header__navigation-band,
	body:not(.jeo-search-modal-open) .jeo-native-header.is-jeo-compact-sticky .jeo-native-header__navigation-inner {
		height: var(--jeo-compact-sticky-navigation-height, 45px);
		min-height: var(--jeo-compact-sticky-navigation-height, 45px);
	}

	body:not(.jeo-search-modal-open) .jeo-native-header.is-jeo-compact-sticky .jeo-native-header__navigation-band {
		z-index: 1002;
	}

	body:not(.jeo-search-modal-open) .jeo-native-header.is-jeo-compact-sticky .jeo-native-header__navigation .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none;
	}

	body:not(.jeo-search-modal-open) .jeo-native-header.is-jeo-compact-sticky .jeo-native-header__navigation .wp-block-navigation__responsive-container-open {
		align-items: center;
		background: transparent;
		color: var(--jeo-header-control-fg);
		display: inline-flex !important;
		height: 50px;
		justify-content: center;
		left: 5%;
		min-height: 44px;
		min-width: 44px;
		position: fixed;
		top: var(--jeo-compact-sticky-top, 0px);
		transition: none;
		z-index: 1001;
	}

	body:not(.jeo-search-modal-open) .jeo-native-header.is-jeo-compact-sticky .jeo-native-header__navigation .wp-block-navigation__responsive-container-open:is(:hover, :focus, :active, [aria-expanded="true"]) {
		background: transparent;
		color: var(--jeo-header-control-fg);
	}

	@keyframes jeo-compact-header-enter {
		from {
			opacity: 0;
			transform: translateY(-100%);
		}

		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@media (prefers-reduced-motion: reduce) {
		body:not(.jeo-search-modal-open) .jeo-native-header__middle.is-jeo-compact-sticky {
			animation: none;
		}
	}
}

.jeo-native-header__navigation-inner {
	min-height: 45px;
}

.jeo-native-header__navigation,
.jeo-native-header__navigation .wp-block-navigation__container {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	gap: 1.25rem;
	text-transform: uppercase;
}

.jeo-native-header__navigation {
	flex: 1 1 auto;
	min-width: 0;
}

.jeo-native-header__navigation .wp-block-navigation-item__content {
	color: inherit;
	padding-block: 0.65rem;
}

.jeo-native-header__navigation .wp-block-navigation__submenu-container {
	background: var(--secondary, #333);
	border: 0;
	color: #fff;
}

.jeo-native-header__discovery .wp-block-button__link {
	background: var(--primary, #59811a);
	border-radius: 999px;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	min-height: 32px;
	padding: 0.35rem 1.5rem;
	text-transform: uppercase;
}

.jeo-native-header__discovery {
	flex: 0 0 auto;
}

.jeo-native-header > .jeo-native-header__toolbar {
	display: none;
}

.jeo-native-navigation-overlay {
	background: var(--jeo-header-panel-bg, #fff);
	box-sizing: border-box;
	color: var(--jeo-header-control-fg, #191e23);
	height: 100dvh;
	inset: 0;
	min-height: 100dvh !important;
	overflow-y: auto;
	padding: 4.5rem max(5vw, 1.25rem) 5rem;
	position: fixed;
	width: 100vw;
}

.jeo-native-navigation-overlay__close {
	left: 5%;
	margin: 0;
	position: absolute;
	top: 3px;
	z-index: 2;
}

.admin-bar .jeo-native-navigation-overlay__close {
	top: 49px;
}

.jeo-native-navigation-overlay__close .wp-block-navigation-overlay-close {
	align-items: center;
	background: transparent;
	border: 0;
	color: inherit;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.jeo-native-navigation-overlay .jeo-native-header__overlay-navigation,
.jeo-native-navigation-overlay .wp-block-navigation__container {
	align-items: stretch;
	color: inherit;
	font-size: 1.125rem;
	gap: 0.75rem;
	text-transform: uppercase;
}

.jeo-native-navigation-overlay__discovery {
	margin-block-start: 1.5rem;
}

.jeo-native-navigation-overlay__discovery .wp-block-button__link {
	background: var(--primary, #59811a);
	border-radius: 999px;
	color: #fff;
	font-weight: 700;
	min-height: 44px;
	padding: 0.65rem 1.5rem;
	text-transform: uppercase;
}

.jeo-native-header__navigation .wp-block-navigation__responsive-container.is-menu-open {
	box-sizing: border-box;
	inset: 0;
	max-width: none;
	width: 100vw;
}

.jeo-native-language-shell {
	display: inline-flex;
	max-width: 100%;
}

.jeo-native-language-toggle {
	display: none;
}

.jeo-native-language-selector {
	align-items: center;
	color: #fff;
	display: inline-flex;
	max-width: 100%;
}

.jeo-native-language-selector::before,
.jeo-native-language-toggle::before {
	background: currentColor;
	content: "";
	display: block;
	flex: 0 0 22px;
	height: 22px;
	mask: var(--jeo-native-icon-language) center/contain no-repeat;
	width: 22px;
}

.jeo-native-language-selector::before {
	margin-inline-end: 0.45rem;
}

.jeo-native-language-selector ul {
	align-items: center;
	display: flex;
	gap: 1.1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jeo-native-language-selector li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.jeo-native-language-selector a,
.jeo-native-language-selector [aria-current="page"],
.jeo-native-language-selector [aria-disabled="true"],
.jeo-native-language-preview li > span {
	align-items: center;
	color: inherit;
	display: inline-flex;
	font-family: var(--wp--preset--font-family--open-sans-condensed, var(--special-heading-font, "Open Sans Condensed", "Open Sans", sans-serif));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
	min-height: 35px;
	text-decoration: none;
	text-transform: none;
}

.jeo-native-language-selector [aria-current="page"] {
	border-bottom: 2px solid currentColor;
	font-weight: 700;
}

.jeo-native-header :is(a, button, summary):focus-visible {
	outline: 3px solid #f0a202;
	outline-offset: 2px;
}

.dark-theme .jeo-native-header,
html.jeo-dark-theme .jeo-native-header {
	--jeo-header-control-bg: #23282d;
	--jeo-header-control-border: #555d66;
	--jeo-header-control-active-bg: #3c434a;
	--jeo-header-control-active-border: #a7aaad;
	--jeo-header-control-fg: #f5f5f5;
	--jeo-header-control-hover-bg: #2c3338;
	--jeo-header-panel-bg: #191e23;
	color: #fff;
}

.dark-theme .jeo-native-header__site-logo,
.dark-theme .jeo-native-header__light-logo,
html.jeo-dark-theme .jeo-native-header__site-logo,
html.jeo-dark-theme .jeo-native-header__light-logo {
	display: none;
}

.dark-theme .jeo-native-header__dark-logo,
html.jeo-dark-theme .jeo-native-header__dark-logo {
	display: block;
}

@media (min-width: 783px) and (max-width: 1100px) {
	.jeo-native-header__navigation-inner {
		gap: 1rem;
	}

	.jeo-native-header__navigation {
		flex: 0 0 44px;
		height: 45px;
		width: 44px;
	}

	.jeo-native-header__navigation .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none;
	}

	.jeo-native-header__navigation .wp-block-navigation__responsive-container-open {
		align-items: center;
		color: inherit;
		display: inline-flex !important;
		height: 45px;
		justify-content: center;
		min-height: 44px;
		min-width: 44px;
	}
}

@media (max-width: 782px) {
	body:has(header#masthead.jeo-native-header) {
		padding-top: 0;
	}

	.jeo-native-header {
		--jeo-search-admin-offset: 0px;
		--jeo-search-header-height: var(--jeo-header-compact-row-height);
		--jeo-search-middle-height: var(--jeo-header-compact-row-height);
		--jeo-search-top-height: 0px;
		height: var(--jeo-header-compact-row-height);
		min-height: var(--jeo-header-compact-row-height);
	}

	.jeo-native-header__top {
		background: transparent;
		min-height: 0;
	}

	.jeo-native-header__top-inner {
		min-height: 0;
	}

	.jeo-native-header .jeo-native-header__social.wp-block-social-links,
	.jeo-native-header .jeo-native-header__discovery.wp-block-buttons {
		display: none;
	}

	.jeo-native-header__middle {
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
		height: var(--jeo-header-compact-row-height);
		left: 0;
		min-height: var(--jeo-header-compact-row-height);
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1000;
	}

	.admin-bar .jeo-native-header__middle {
		top: 46px;
	}

	.jeo-native-header__navigation-band {
		background: transparent;
		color: var(--jeo-header-control-fg);
		height: var(--jeo-header-compact-row-height);
		left: 5%;
		min-height: var(--jeo-header-compact-row-height);
		position: fixed;
		top: 0;
		width: 44px;
		z-index: 1001;
	}

	.admin-bar .jeo-native-header__navigation-band {
		top: 46px;
	}

	.jeo-native-header .jeo-native-header__navigation-inner {
		display: block;
		height: var(--jeo-header-compact-row-height);
		margin: 0;
		max-width: none;
		min-height: var(--jeo-header-compact-row-height);
		width: 44px;
	}

	.jeo-native-header__navigation {
		height: var(--jeo-header-compact-row-height);
		width: 44px;
	}

	.jeo-native-header__navigation .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none;
	}

	.jeo-native-header__navigation .wp-block-navigation__responsive-container-open {
		align-items: center;
		background: transparent;
		color: var(--jeo-header-control-fg);
		display: inline-flex;
		height: var(--jeo-header-compact-row-height);
		justify-content: center;
		min-height: 44px;
		min-width: 44px;
		transition: none;
	}

	.jeo-native-header__navigation .wp-block-navigation__responsive-container-open:is(:hover, :focus, :active, [aria-expanded="true"]) {
		background: transparent;
		color: var(--jeo-header-control-fg);
	}

	.jeo-native-header__navigation .wp-block-navigation__responsive-container-open svg {
		fill: currentColor;
	}

	.jeo-native-header .jeo-native-header__middle-inner {
		display: grid;
		gap: 0.5rem;
		grid-template-columns: minmax(44px, 1fr) auto minmax(44px, 1fr);
		height: var(--jeo-header-compact-row-height);
		min-height: var(--jeo-header-compact-row-height);
	}

	.jeo-native-header__logos img {
		max-height: 40px;
		max-width: 150px;
	}

	.jeo-native-header__overlay {
		display: block;
		justify-self: start;
		order: -1;
		width: 44px;
	}

	.jeo-native-header__logos {
		grid-column: 2;
		justify-self: center;
	}

	.jeo-native-header__search {
		grid-column: 3;
		justify-self: end;
		padding: 0;
		width: 52px;
	}

	.jeo-native-header__search > summary {
		font-size: 0;
		min-width: 52px;
		padding-inline: 0.5rem;
	}

	.jeo-native-header__search > summary::before {
		font-size: 1.5rem;
		margin: 0;
	}

	.jeo-native-header__search > .wp-block-search {
		padding-inline: 1rem;
	}

	.jeo-native-header__search > .jeo-native-header__search-prompt {
		padding-inline: 1rem;
	}

	.jeo-native-header__search.is-jeo-search-modal[open] > .wp-block-search {
		padding-inline: 5%;
		top: calc(var(--jeo-search-header-height) + 5rem);
	}

	.jeo-native-header__search.is-jeo-search-modal[open] > .jeo-native-header__search-prompt {
		padding: 1.5rem 5% 0.75rem;
		top: var(--jeo-search-header-height);
	}

	.admin-bar .jeo-native-header {
		--jeo-search-admin-offset: 46px;
	}

	:root {
		--jeo-mobile-toolbar-height: calc(64px + env(safe-area-inset-bottom, 0px));
		--jeo-mobile-toolbar-row-height: 64px;
	}

	.jeo-native-header > .jeo-native-header__toolbar {
		align-items: stretch;
		background: var(--jeo-header-control-bg);
		border-top: 0;
		bottom: 0;
		box-shadow: inset 0 1px var(--jeo-header-control-border);
		box-sizing: border-box;
		display: grid;
		gap: 0;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		height: var(--jeo-mobile-toolbar-height);
		left: 0;
		margin-inline: 0 !important;
		max-width: none !important;
		padding-bottom: env(safe-area-inset-bottom, 0px);
		position: fixed;
		width: 100vw;
		z-index: 1001;
	}

	.jeo-native-header > .jeo-native-header__toolbar::before {
		background: var(--jeo-header-control-border);
		box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.18);
		content: "";
		height: 1px;
		left: 0;
		pointer-events: none;
		position: absolute;
		top: 0;
		width: 100%;
	}

	.jeo-native-header:has(.jeo-native-language-shell) > .jeo-native-header__toolbar::before {
		left: -33.333333%;
		width: 133.333333%;
	}

	.jeo-native-header:has(.jeo-native-language-shell) .jeo-native-header__toolbar {
		left: 25vw;
		width: 75vw;
	}

	.jeo-native-header__toolbar > * {
		align-items: stretch;
		display: flex;
		height: var(--jeo-mobile-toolbar-row-height);
		justify-content: center;
		margin: 0;
		max-width: none;
		min-width: 0;
		position: relative;
		width: auto !important;
	}

	.jeo-native-header__toolbar > * + * {
		border-inline-start: 1px solid var(--jeo-header-control-border);
	}

	.jeo-native-header__toolbar > .wp-block-button,
	.jeo-native-header__toolbar > details {
		border-block: 0 !important;
		box-sizing: border-box;
		padding-block: 0;
	}

	.jeo-native-header__toolbar > details > summary,
	.jeo-native-header__toolbar > .wp-block-button > .wp-block-button__link,
	.jeo-native-language-toggle {
		-webkit-tap-highlight-color: transparent;
		align-items: center;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-sizing: border-box;
		color: var(--jeo-header-control-fg) !important;
		display: grid;
		font-size: 11px;
		font-family: var(--wp--preset--font-family--open-sans-condensed, var(--special-heading-font, "Open Sans Condensed", "Open Sans", sans-serif));
		font-weight: 700;
		grid-template-rows: 18px 24px;
		height: 100%;
		justify-items: center;
		line-height: 1.1;
		margin: 0;
		min-height: 44px;
		min-width: 44px;
		padding: 0.25rem 0.2rem;
		place-content: center;
		row-gap: 0.125rem;
		text-align: center;
		text-transform: uppercase;
		transition: none !important;
		width: 100% !important;
	}

	.jeo-native-header__toolbar > details > summary::before,
	.jeo-native-header__toolbar > .wp-block-button > .wp-block-button__link::before,
	.jeo-native-language-toggle::before,
	.jeo-native-toolbar-label {
		transition: none !important;
	}

	.jeo-native-header__toolbar > details > summary,
	.jeo-native-header__toolbar > .wp-block-button > .wp-block-button__link {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.jeo-native-toolbar-label {
		-webkit-line-clamp: 2;
		display: grid;
		height: 24px;
		line-height: 12px;
		max-width: 100%;
		overflow: hidden;
		overflow-wrap: break-word;
		place-items: center;
		text-align: center;
		width: 100%;
	}

	.jeo-native-header__font-size,
	.jeo-native-header .is-style-jeo-native-share {
		margin: 0;
		position: relative;
	}

	@media (hover: hover) and (pointer: fine) {
		.jeo-native-header__toolbar > details > summary:hover,
		.jeo-native-header__toolbar > .wp-block-button > .wp-block-button__link:hover,
		.jeo-native-language-toggle:hover {
			background-color: var(--jeo-header-control-hover-bg) !important;
			color: var(--jeo-header-control-fg) !important;
		}
	}

	/*
	 * Mobile Safari keeps :hover on the last tapped control until another
	 * element is touched. Override the parent theme's generic button:hover
	 * treatment once a disclosure or toggle has returned to its resting state.
	 */
	@media (hover: none), (pointer: coarse) {
		.jeo-native-header__toolbar > details > summary:hover:not([aria-expanded="true"]),
		.jeo-native-header__toolbar > .wp-block-button > .wp-block-button__link:hover:not([aria-pressed="true"]),
		.jeo-native-language-toggle:hover:not([aria-expanded="true"]) {
			background-color: transparent !important;
			box-shadow: none;
			color: var(--jeo-header-control-fg) !important;
		}
	}

	.jeo-native-header__toolbar > details > summary:focus:not(:focus-visible):not([aria-expanded="true"]),
	.jeo-native-header__toolbar > .wp-block-button > .wp-block-button__link:focus:not(:focus-visible):not([aria-pressed="true"]),
	.jeo-native-language-toggle:focus:not(:focus-visible):not([aria-expanded="true"]) {
		background-color: transparent !important;
		color: var(--jeo-header-control-fg) !important;
		outline: 0;
	}

	.jeo-native-header__toolbar > details > summary:focus-visible:not([aria-expanded="true"]),
	.jeo-native-header__toolbar > .wp-block-button > .wp-block-button__link:focus-visible:not([aria-pressed="true"]),
	.jeo-native-language-toggle:focus-visible:not([aria-expanded="true"]) {
		background-color: transparent !important;
		color: var(--jeo-header-control-fg) !important;
	}

	.jeo-native-header__toolbar > details > summary[aria-expanded="true"],
	.jeo-native-header__toolbar > .wp-block-button > .wp-block-button__link[aria-pressed="true"],
	.jeo-native-language-toggle[aria-expanded="true"] {
		background-color: var(--jeo-header-control-active-bg) !important;
		box-shadow: inset 0 0 0 2px var(--jeo-header-control-active-border);
		color: var(--jeo-header-control-fg) !important;
	}

	.jeo-native-language-toggle::before,
	.jeo-native-header__font-size > summary::before,
	.jeo-native-header .is-style-jeo-native-share > summary::before,
	.jeo-native-header__toolbar .jeo-native-control--dark .wp-block-button__link::before {
		background: currentColor;
		content: "";
		display: block;
		grid-row: 1;
		height: 18px;
		mask-position: center;
		mask-repeat: no-repeat;
		mask-size: contain;
		width: 18px;
	}

	.jeo-native-header__font-size > summary::before {
		mask-image: var(--jeo-native-icon-font-size);
	}

	.jeo-native-header .is-style-jeo-native-share > summary::before {
		mask-image: var(--jeo-native-icon-share);
	}

	.jeo-native-header__toolbar .jeo-native-control--dark .wp-block-button__link::before {
		mask-image: var(--jeo-native-icon-dark-mode);
	}

	.jeo-native-header__font-size > .wp-block-buttons,
	.jeo-native-header .is-style-jeo-native-share > .jeo-sharing__links {
		background: var(--jeo-header-control-bg);
		border: 1px solid var(--jeo-header-control-border);
		border-radius: 14px;
		bottom: calc(var(--jeo-mobile-toolbar-height) + 8px);
		box-shadow: 2px 0 3px rgba(0, 0, 0, 0.3);
		box-sizing: border-box;
		color: var(--jeo-header-control-fg);
		gap: 0.25rem;
		left: var(--jeo-toolbar-panel-left, 50vw);
		margin: 0;
		max-width: calc(100vw - 16px);
		min-width: 132px;
		padding: 0.5rem;
		position: fixed;
		transform: translateX(-50%);
		z-index: 1003;
	}

	.jeo-native-header__font-size > .wp-block-buttons {
		align-items: center;
		display: grid !important;
		gap: 0.375rem;
		grid-template-columns: 44px minmax(56px, auto) 44px;
		justify-content: center;
		min-width: 164px;
	}

	.jeo-native-header__font-size .wp-block-button {
		margin: 0;
		width: 44px;
	}

	.jeo-native-header__font-size .jeo-native-control--font-decrease {
		grid-column: 1;
		grid-row: 1;
	}

	.jeo-native-header__font-size .jeo-native-control--font-increase {
		grid-column: 3;
		grid-row: 1;
	}

	.jeo-native-header__font-size .wp-block-button__link {
		align-items: center;
		background: transparent !important;
		border: 1px solid var(--jeo-header-control-border);
		border-radius: 8px;
		color: var(--jeo-header-control-fg) !important;
		display: inline-flex;
		font-size: 0.875rem;
		font-weight: 700;
		height: 44px;
		justify-content: center;
		min-width: 44px;
		padding: 0;
		transition: none !important;
		width: 44px;
	}

	@media (hover: hover) and (pointer: fine) {
		.jeo-native-header__font-size .wp-block-button__link:hover {
			background: var(--jeo-header-control-hover-bg) !important;
		}

		.jeo-native-header__font-size .wp-block-button__link:active {
			background: var(--jeo-header-control-active-bg) !important;
		}
	}

	.jeo-native-font-status {
		align-items: center;
		align-self: stretch;
		clip: auto;
		clip-path: none;
		display: flex;
		font-family: var(--primary-font, "Open Sans Condensed", "Open Sans", sans-serif);
		font-size: 0.875rem;
		font-variant-numeric: tabular-nums;
		font-weight: 700;
		grid-column: 2;
		grid-row: 1;
		height: auto;
		justify-content: center;
		line-height: 1;
		margin: 0;
		overflow: visible;
		position: static;
		white-space: nowrap;
		width: auto;
	}

	.jeo-native-header .is-style-jeo-native-share > .jeo-sharing__links {
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		width: 132px;
	}

	.jeo-native-header .is-style-jeo-native-share .wp-social-link {
		align-items: center;
		background: transparent !important;
		border-radius: 0;
		color: var(--jeo-header-control-fg) !important;
		display: flex;
		height: 44px;
		justify-content: center;
		width: 44px;
	}

	.jeo-native-header .is-style-jeo-native-share :is(.wp-block-social-link-anchor, .wp-social-link-anchor) {
		align-items: center;
		background: transparent !important;
		border-radius: 6px;
		box-sizing: border-box;
		color: inherit !important;
		display: flex;
		height: 44px;
		justify-content: center;
		padding: 10px;
		width: 44px;
	}

	.jeo-native-header .is-style-jeo-native-share :is(.wp-block-social-link-anchor, .wp-social-link-anchor) svg {
		fill: currentColor;
	}

	.jeo-native-navigation-overlay {
		padding-bottom: calc(var(--jeo-mobile-toolbar-height) + 1rem);
		padding-top: 4.5rem;
	}

	.jeo-native-header__language {
		align-items: stretch;
		background: var(--jeo-header-control-bg);
		border-inline-end: 1px solid var(--jeo-header-control-border);
		border-top: 0;
		bottom: 0;
		box-sizing: border-box;
		color: var(--jeo-header-control-fg);
		display: flex;
		height: var(--jeo-mobile-toolbar-height);
		justify-content: center;
		left: 0;
		padding-bottom: env(safe-area-inset-bottom, 0px);
		position: fixed;
		box-shadow: inset 0 1px var(--jeo-header-control-border);
		width: 25vw;
		z-index: 1002;
	}

	.jeo-native-header__language[hidden] {
		display: none !important;
	}

	.jeo-native-language-shell {
		align-items: stretch;
		display: flex;
		height: var(--jeo-mobile-toolbar-row-height);
		position: static;
		width: 100%;
	}

	.jeo-native-language-toggle {
		color: inherit;
		cursor: pointer;
		font: inherit;
		font-family: var(--wp--preset--font-family--open-sans-condensed, var(--special-heading-font, "Open Sans Condensed", "Open Sans", sans-serif));
		font-size: 11px;
		font-weight: 700;
		line-height: 1.1;
		text-transform: uppercase;
	}

	.jeo-native-language-toggle::before {
		flex-basis: 18px;
		grid-row: 1;
		height: 18px;
		width: 18px;
	}

	.jeo-native-language-selector {
		background: var(--jeo-header-control-bg);
		border: 1px solid var(--jeo-header-control-border);
		border-radius: 14px;
		bottom: calc(var(--jeo-mobile-toolbar-height) + 8px);
		box-shadow: 2px 0 3px rgba(0, 0, 0, 0.3);
		color: var(--jeo-header-control-fg);
		display: block;
		left: var(--jeo-toolbar-panel-left, 50vw);
		margin: 0;
		max-width: calc(100vw - 16px);
		min-width: 180px;
		padding: 0.5rem;
		position: fixed;
		transform: translateX(-50%);
		z-index: 1003;
	}

	.jeo-native-language-selector[hidden] {
		display: none !important;
	}

	.jeo-native-language-selector::before {
		display: none;
	}

	.jeo-native-language-selector ul {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.jeo-native-language-selector li,
	.jeo-native-language-selector a,
	.jeo-native-language-selector [aria-current="page"],
	.jeo-native-language-selector [aria-disabled="true"] {
		box-sizing: border-box;
		justify-content: center;
		min-height: 44px;
		width: 100%;
	}

	.jeo-native-language-selector [aria-current="page"] {
		border: 0;
		font-weight: 700;
	}

	body {
		padding-bottom: var(--jeo-mobile-toolbar-height);
	}
}

@media (forced-colors: active) {
	.jeo-native-language-toggle::before,
	.jeo-native-header__font-size > summary::before,
	.jeo-native-header .is-style-jeo-native-share > summary::before,
	.jeo-native-header__toolbar .jeo-native-control--dark .wp-block-button__link::before {
		background: ButtonText;
		forced-color-adjust: none;
	}

	.jeo-native-header > .jeo-native-header__toolbar,
	.jeo-native-header__language,
	.jeo-native-header__font-size > .wp-block-buttons,
	.jeo-native-header .is-style-jeo-native-share > .jeo-sharing__links,
	.jeo-native-language-selector {
		box-shadow: none;
	}

	.jeo-native-header > .jeo-native-header__toolbar::before {
		box-shadow: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jeo-native-header *,
	.jeo-native-header *::before,
	.jeo-native-header *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
