/* Featured Video (Wavemaker) — front-end */

.wmk-featured-video-frame {
	background: #161616;
	margin-bottom: 0.75rem;
}

.wmk-featured-video-iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
	display: block;
}

/* Mirrors the child theme's .pt-cv-meta-fields rules — we can't use that class
   name itself (a content filter in the child theme keys on the literal string). */
.wmk-featured-video-meta {
	font-size: 1rem;
	text-transform: uppercase;
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
	margin-top: 0;
}

.wmk-featured-video-meta span,
.wmk-featured-video-meta time {
	color: #525252;
	font-size: 0.875rem;
}

.wmk-featured-video-spotify {
	margin-top: 1rem;
}

.wmk-featured-video-spotify iframe {
	width: 100%;
	border: 0;
	border-radius: 12px;
	display: block;
}
