.sv-product-video-actions-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: stretch;
	gap: 14px;
	width: 100%;
	max-width: 100%;
}

.sv-product-video-actions-row > a,
.sv-product-video-actions-row > button,
.sv-product-video-actions-row > .button,
.sv-product-video-actions-row > [role="button"],
.sv-product-video-actions-row > .sv-product-video-button-wrap {
	width: 100%;
	margin: 0 !important;
}

.sv-product-video-actions-row > .sv-product-video-button-wrap {
	display: block !important;
}

.sv-product-video-actions-row > a,
.sv-product-video-actions-row > button,
.sv-product-video-actions-row > .button,
.sv-product-video-actions-row > [role="button"],
.sv-product-video-actions-row .sv-product-video-button {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	box-sizing: border-box;
	text-align: center;
}

.sv-product-video-actions-row .sv-product-video-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
}

@media (max-width: 480px) {
	.sv-product-video-actions-row {
		grid-template-columns: 1fr;
	}
}

.sv-product-video-button-wrap {
	display: none;
	margin: 0;
	padding: 0;
}

.sv-product-video-button-wrap.sv-is-visible {
	display: block !important;
}

.sv-product-video-button.sv-video-fallback-style {
	display: inline-block;
	padding: 0.7em 1.2em;
	background: #0d6efd;
	color: #ffffff !important;
	border: 1px solid #0d6efd;
	border-radius: 4px;
	text-decoration: none !important;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.sv-product-video-button.sv-video-fallback-style:hover,
.sv-product-video-button.sv-video-fallback-style:focus {
	background: #3d8bfd;
	border-color: #3d8bfd;
	color: #ffffff !important;
}

html.sv-video-lightbox-open,
html.sv-video-lightbox-open body {
	overflow: hidden;
}

.sv-video-lightbox[hidden] {
	display: none !important;
}

.sv-video-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.sv-video-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.72);
}

.sv-video-lightbox__dialog {
	position: relative;
	z-index: 2;
	width: min(100%, 1000px);
	background: #111111;
	border-radius: 12px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
	overflow: hidden;
}

.sv-video-lightbox__video-wrap {
	aspect-ratio: 16 / 9;
	background: #000000;
}

.sv-video-lightbox__video {
	display: block;
	width: 100%;
	height: 100%;
	background: #000000;
}

.sv-video-lightbox__close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

.sv-video-lightbox__close:hover,
.sv-video-lightbox__close:focus {
	background: rgba(255, 255, 255, 0.28);
}

@media (max-width: 640px) {
	.sv-video-lightbox {
		padding: 12px;
	}

	.sv-video-lightbox__close {
		top: 8px;
		right: 8px;
	}
}
