/* YouTube Playlist section. */

.rally-youtube-playlist { padding-block: var(--rally-section-padding-y); }

.rally-youtube-playlist__inner {
	display: flex;
	flex-direction: column;
	gap: var(--rally-space-5);
}

.rally-youtube-playlist__header {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: var(--rally-space-2);
}

.rally-youtube-playlist__eyebrow {
	font-family: var(--rally-font-body);
	font-size: var(--rally-text-sm);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--rally-red);
	margin: 0;
}

.rally-youtube-playlist__heading {
	font-size: var(--rally-text-3xl);
	margin: 0;
}

.rally-youtube-playlist__embed {
	position: relative;
	max-width: 1000px;
	margin-inline: auto;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: var(--rally-black);
}

.rally-youtube-playlist__embed iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
