.phantaso-skip-link {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: 100000;
	padding: 0.75rem 1.25rem;
	background: #0f172a;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	border-radius: 0 0 0.375rem 0.375rem;
}

.phantaso-skip-link:focus {
	left: 0.75rem;
	top: 0.75rem;
	width: auto;
	height: auto;
	overflow: visible;
	outline: 2px solid #38bdf8;
	outline-offset: 2px;
}
