/**
 * Utilities.
 */

.nk-visually-hidden {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
}

.nk-skip-link {
	position: absolute;
	left: 16px;
	top: -80px;
	z-index: 200;
	background: var(--nk-black);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 18px;
	border-radius: var(--nk-r-md);
	transition: top 0.2s ease;
}

.nk-skip-link:focus {
	top: 16px;
	color: #fff;
}

.nk-no-scroll {
	overflow: hidden;
}

.nk-cover {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
