.bc-ship-popup-video--generated {
	width: 100%;
	margin-block: 0 20px;
}

.bc-ship-popup-video .elementor-widget-container {
	position: relative;
	overflow: hidden;
	background: #000;
}

.bc-ship-popup-video video {
	display: block;
	width: 100%;
	height: auto;
	background: #000;
}

.bc-ship-popup-video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	color: #fff;
	background: rgba( 0, 0, 0, 0.72 );
	box-shadow: 0 8px 24px rgba( 0, 0, 0, 0.25 );
	cursor: pointer;
	transform: translate( -50%, -50% );
	transition: background-color 160ms ease, transform 160ms ease;
}

.bc-ship-popup-video-play:hover,
.bc-ship-popup-video-play:focus-visible {
	background: rgba( 0, 0, 0, 0.9 );
	transform: translate( -50%, -50% ) scale( 1.06 );
}

.bc-ship-popup-video-play:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.bc-ship-popup-video-play span {
	margin-inline-start: 4px;
	font-size: 30px;
	line-height: 1;
}

.bc-ship-popup-video-play[hidden] {
	display: none;
}
