/*
 * accessibility.css
 * Skip link, screen-reader-only text, and focus-visible styles.
 */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.skip-link {
	left: -9999px;
	top: 0;
	position: absolute;
	z-index: 100000;
	padding: 0.75em 1em;
	background: #ffffff;
	color: #000000;
}

.skip-link:focus {
	left: 6px;
	top: 6px;
	clip: auto !important;
	clip-path: none;
	width: auto;
	height: auto;
	overflow: visible;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}
