:where(a, button, input, select, textarea, [tabindex]):focus-visible {
	outline: 3px solid #1463a5;
	outline-offset: 3px;
}

[hidden] {
	display: none;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: var(--hi-space-3);
	left: var(--hi-space-3);
	z-index: 100000;
	width: auto;
	height: auto;
	margin: 0;
	padding: var(--hi-space-3) var(--hi-space-4);
	clip: auto;
	background: #fff;
	color: var(--hi-color-graphite);
}

@media (max-width: 782px) {
	.admin-bar .hi-site-header {
		top: 46px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto;
		transition-duration: 0.01ms;
		animation-duration: 0.01ms;
		animation-iteration-count: 1;
	}
}

@media (forced-colors: active) {
	.hi-button,
	.hi-card,
	.hi-site-header,
	.hi-menu-toggle {
		border: 1px solid currentColor;
	}
}

