.skip-to-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	transform: translateY(-110%);
	transition: transform 0.15s ease-out;
	padding: 0.75rem 1.25rem;
	background: #000;
	color: #fff;
	font: inherit;
	text-decoration: none;
	border: 0;
	border-radius: 0 0 0.25rem 0;
	cursor: pointer;
}

.skip-to-content:focus,
.skip-to-content:focus-visible {
	transform: translateY(0);
	outline: 2px solid #fff;
	outline-offset: -4px;
}
