.sage-acf-yt-lite {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1280px;
	aspect-ratio: 16 / 9;
	margin: 0;
	padding: 0;
	background: #000;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}

.sage-acf-yt-lite-poster {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
}

.sage-acf-yt-lite::before,
.sage-acf-yt-lite::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.sage-acf-yt-lite::after {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 68px;
	height: 48px;
	background: rgba(33, 33, 33, 0.8);
	border-radius: 14% / 20%;
	transition: background-color 120ms ease;
}

.sage-acf-yt-lite::before {
	top: 50%;
	left: 50%;
	transform: translate(-30%, -50%);
	width: 0;
	height: 0;
	border-left: 18px solid #fff;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	z-index: 1;
}

.sage-acf-yt-lite:hover::after,
.sage-acf-yt-lite:focus-visible::after {
	background: #f00;
}

.sage-acf-yt-lite:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 2px;
}

.sage-acf-yt-lite iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
