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

.wweb-review-img-link {
	display: block;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wweb-review-img-link:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.wweb-review-thumb {
	display: block;
	width: 80px;
	height: 80px;
	object-fit: cover;
}

.wweb-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wweb-lightbox-close {
	position: absolute;
	top: 16px;
	right: 20px;
	background: none;
	border: none;
	color: #fff;
	font-size: 36px;
	cursor: pointer;
	line-height: 1;
	z-index: 1000000;
}

.wweb-lightbox-close:hover {
	opacity: 0.8;
}

.wweb-lightbox-img {
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
	border-radius: 4px;
}

.wweb-review-photos-field {
	margin: 16px 0;
	padding: 14px;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	background: #fafafa;
}

.wweb-review-photos-field label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #333;
}

.wweb-review-file-input {
	font-size: 14px;
}

.wweb-review-preview {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.wweb-review-preview-item {
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.wweb-review-preview-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wweb-review-preview-remove {
	position: absolute;
	top: 2px;
	right: 2px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	padding: 0;
}

.wweb-review-preview-remove:hover {
	background: rgba(200, 0, 0, 0.8);
}

.wweb-review-error {
	margin-top: 8px;
	padding: 8px 12px;
	background: #fff0f0;
	border: 1px solid #ffcccc;
	border-radius: 4px;
	color: #c00;
	font-size: 13px;
}
