/* NKT lightbox chrome on top of vendored GLightbox.
   Top-left: the close button owns top-right and data-title captions own the
   bottom edge (.gslide-desc), so this is the only free corner. */
.glightbox-container .nkt-lb-counter {
	position: absolute;
	top: calc( 14px + env( safe-area-inset-top, 0px ) );
	left: calc( 16px + env( safe-area-inset-left, 0px ) );
	z-index: 99999;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba( 0, 0, 0, 0.45 );
	color: rgba( 255, 255, 255, 0.85 );
	font: 500 13px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0.02em;
	pointer-events: none;
	-webkit-user-select: none;
	user-select: none;
}

.glightbox-container .nkt-lb-counter[hidden] {
	display: none;
}

@media ( max-width: 767px ) {
	.glightbox-container .nkt-lb-counter {
		top: calc( 10px + env( safe-area-inset-top, 0px ) );
		left: calc( 12px + env( safe-area-inset-left, 0px ) );
		font-size: 12px;
	}
}
