

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

/* Allow the Skip link to be focusable when navigated to via the keyboard */

.sr-only.focusable:active,
.sr-only.focusable:focus
{
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	white-space: inherit;
	width: auto;
}

.skip-link.sr-only.focusable:focus
{
	background: #fff;
	color: #000;
	left: 5px;
	outline: none;
	padding: 0 5px;
	top: 0;
	width: auto;
	border: 2px solid #000;
	padding: 10px;
	width: fit-content;
	position: absolute;
	top: 0;
	left: 0;
}

.skip-link.sr-only.focusable:focus,
header:has(.skip-link.sr-only.focusable:focus)
{
	z-index: 999999999 !important;
}

/*  Hide the browser focus ring, we don't need 2 */
*:focus:hover,
*:focus:active
{
	outline: none;
}
*:focus
{
	outline: none !important;
}

*:focus-visible
{
	outline: 2px solid #000 !important;
}
