.skip-link {
	position: absolute;
	top: var(--header-top);
	left: 20px;
	z-index: 9999;
	padding: 10px 20px;
	background: white;
	color: black;
	border: 2px solid black;
}

.skip-link:not(:focus) {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}