
.ea11y-skip-to-content-link {
	clip: rect(1px, 1px, 1px, 1px);
	align-items: center;
	background-color: #fff;
	border: 1px solid #2563eb;
	border-radius: 12px;
	clip-path: inset(50%);
	color: #0c0d0e;
	display: flex;
	gap: 8px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: fixed;
	text-decoration: none;
	width: 1px;
	word-wrap: normal !important;
}

.ea11y-skip-to-content-link:focus {
	clip: auto !important;
	clip-path: none;
	height: auto;
	left: 30px;
	padding: 16px 24px;
	pointer-events: auto;
	top: 30px;
	width: auto;
	z-index: 100000;
}

.ea11y-skip-to-content-link:focus+.ea11y-skip-to-content-backdrop {
	background-color: rgba(0, 0, 0, .5);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}
