.wer-zoomable-image {
	cursor: zoom-in;
}

body.wer-image-lightbox-open {
	overflow: hidden;
}

.wer-image-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wer-image-lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.88);
}

.wer-image-lightbox-stage {
	position: relative;
	z-index: 1;
	max-width: min(96vw, 1400px);
	max-height: 92vh;
	padding: 12px;
}

.wer-image-lightbox-stage img {
	display: block;
	max-width: 100%;
	max-height: 88vh;
	margin: 0 auto;
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.wer-image-lightbox-close {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	color: #111;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.wer-image-lightbox-close:hover {
	background: #fff;
}
