.gpxqr-lightbox-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, .92);
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 24px;
	box-sizing: border-box;
}

.gpxqr-lightbox-img {
	max-width: 100%;
	max-height: 85vh;
	border-radius: 8px;
	box-shadow: 0 8px 40px rgba(0, 0, 0, .6);
	object-fit: contain;
}

.gpxqr-lightbox-caption {
	color: #fff;
	font-size: 14px;
	font-family: system-ui, -apple-system, sans-serif;
	margin-top: 14px;
	text-align: center;
	max-width: 90%;
}

.gpxqr-lightbox-close {
	position: absolute;
	top: 16px;
	right: 20px;
	background: rgba(255, 255, 255, .12);
	border: none;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	transition: background .15s;
}
.gpxqr-lightbox-close:hover { background: rgba(255, 255, 255, .22); }

/* Курсор за кликаеми снимки/thumbnails навсякъде в плъгина */
.gpxqr-clickable-photo { cursor: zoom-in; }
