.wcevi-extra-gallery-wrap {
	margin-top: 20px;
}
.wcevi-extra-gallery-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.wcevi-extra-item {
	width: 80px;
	height: 80px;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
}
.wcevi-extra-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
