.wpgs-video-consent-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(40, 40, 40, 0.72);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	cursor: pointer;
	z-index: 10;
	border-radius: 6px;
	text-align: center;
	padding: 16px 20px;
	box-sizing: border-box;
	width: max-content;
	max-width: 90%;
}

.wpgs-video-consent-overlay .wpgs-consent-title {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
}
.wpgs-video-consent-overlay .wpgs-consent-sub {
	color: rgba(255,255,255,0.72);
	font-size: 11px;
	margin: 0;
}
.wpgs-has-consent-overlay .woocommerce-product-gallery__lightbox.wpgs-video i {
	display: none;
}