/* Woo Product Video Lite - Frontend styles */

.wpvl-video-wrapper {
	position: relative;
	margin: 0 0 1.5em;
	background: #000;
	overflow: hidden;
}

.wpvl-video-wrapper video {
	display: block;
	width: 100%;
	height: auto;
}

.wpvl-responsive.wpvl-youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9 */
	height: 0;
}

.wpvl-responsive.wpvl-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.wpvl-featured-replacement {
	position: relative;
}

.wpvl-gallery-thumb {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	margin: 8px 0;
	background: #111;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	user-select: none;
}

.wpvl-gallery-thumb:focus {
	outline: 2px solid #007cba;
	outline-offset: 2px;
}

.wpvl-gallery-thumb__icon {
	font-size: 14px;
	line-height: 1;
}

.wpvl-gallery-inline {
	margin: 12px 0;
}

.wpvl-gallery-inline[hidden] {
	display: none;
}
