/* Stable URL for Mouseflow playback. Do not hash this file.
   Keep in sync with MOUSEFLOW_REPLAY_CSS in utils/mouseflow.ts. */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.header-tip > .header-hover-label {
	opacity: 0;
	pointer-events: none;
}
.header-tip:hover > .header-hover-label,
.header-tip:focus-within > .header-hover-label {
	opacity: 1;
}
[data-header-logo='mobile'] {
	position: relative;
	display: block;
	width: 13rem;
	height: 1.5rem;
}
[data-header-logo='compact'] {
	position: relative;
	display: block;
	width: 3.25rem;
	height: 2rem;
}
[data-header-logo='desktop'] {
	position: relative;
	display: block;
	width: 19rem;
	height: 2.5rem;
}
:where([data-header-mobile-default] svg, #siteHeader svg) {
	width: 1.25rem;
	height: 1.25rem;
	max-width: 1.5rem;
	max-height: 1.5rem;
	flex-shrink: 0;
}
[data-header-mobile-compact][aria-hidden='true'] {
	height: 0 !important;
	overflow: hidden !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}
@media (max-width: 767px) {
	[data-header-desktop] {
		display: none !important;
	}
}
@media (min-width: 768px) {
	[data-header-mobile-default],
	[data-header-mobile-compact] {
		display: none !important;
	}
}
