.wcrmp-review-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.wcrmp-review-image {
	background: transparent;
	border: 0;
	cursor: zoom-in;
	display: inline-block;
	padding: 0;
}

.wcrmp-review-image img {
	aspect-ratio: 1;
	border-radius: 6px;
	height: 74px;
	object-fit: cover;
	width: 74px;
}

.wcrmp-lightbox {
	align-items: center;
	background: rgba(0, 0, 0, 0.82);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	padding: 24px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999999;
}

.wcrmp-lightbox img {
	border-radius: 8px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
	max-height: 88vh;
	max-width: 92vw;
}

.wcrmp-lightbox button {
	background: #fff;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	font-size: 28px;
	height: 42px;
	line-height: 1;
	position: fixed;
	right: 22px;
	top: 22px;
	width: 42px;
}
