.wp-block-acf-youtube-playlist-player {
	max-width: 100%;
	background-color: #ffffff;
}
.youtubePlaylistPlayer {
	margin: 90px auto;
	width: 100%;
	text-decoration: none;
}
.youtubePlaylistPlayer.container {
	max-width: 1282px;
}

/* Empty */
.youtubeOverlayPlayer__empty,
.youtubePlaylistPlayer__empty {
	font-size: 20px;
	padding: 20px;
	border: 1px solid #d93831;
	background-color: #fddcda;
}

/* Inner */
.youtubePlaylistPlayer__header {
	margin-bottom: 20px;
}
.youtubePlaylistPlayer__header h2.youtubePlaylistPlayer__header_title {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 700;
	margin: 0;
}
.youtubePlaylistPlayer__header_sub_headline {
	font-size: 16px;
	margin: 0;
}

.youtubePlaylistPlayer__body {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 10px;
}
.youtubePlaylistPlayer__player {
	flex: 1;
}
.youtubePlaylistPlayer__player_iframe {
	border-radius: 8px;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
.youtubePlaylistPlayer__list {
	border-radius: 8px;
	border: 1px solid #eeeeee;
	background-color: #fafafa;
	flex: 0 0 300px;
	overflow-y: auto;
	position: relative;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.youtubePlaylistPlayer__list::-webkit-scrollbar,
.youtubePlaylistPlayer__list::-webkit-scrollbar-thumb,
.youtubePlaylistPlayer__list::-webkit-scrollbar-track {
	display: none;
}
.youtubePlaylistPlayer__list_overflow {
	position: absolute;
	top: 0;
	left: 0;
}
.youtubePlaylistPlayer__item {
	padding: 4px 8px;
	display: flex;
	gap: 4px;
	cursor: pointer;
}
.youtubePlaylistPlayer__item:hover,
.youtubePlaylistPlayer__item:first-child {
	background-color: #eeeeee;
}
.youtubePlaylistPlayer__item:first-child {
	padding-top: 8px;
}
.youtubePlaylistPlayer__item:last-child {
	padding-bottom: 8px;
}
.youtubePlaylistPlayer__item_image_container {
	flex: 0 0 100px;
	height: auto;
	aspect-ratio: auto 640 / 480;
}
.youtubePlaylistPlayer__item_title {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	font-family: 'Proxima Nova', sans-serif;
}

.youtubeOverlayPlayer {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 720px;
	padding-bottom: 40px;
}

.youtubeOverlayPlayer__player {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
}
.youtubeOverlayPlayer__player_overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(
			90deg,
			rgb(255, 255, 255) 0px,
			rgba(222, 217, 211, 0.56) 294px,
			rgba(222, 217, 211, 0) 460px
		),
		linear-gradient(
			360deg,
			rgb(255, 255, 255) 0px,
			rgba(222, 217, 211, 0) 298px
		);
}
.youtubeOverlayPlayer__player_iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.youtubeOverlayPlayer__content {
	position: relative;
	flex: 1 1;
	width: 450px;
	text-decoration: none;
	padding-top: 40px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.youtubeOverlayPlayer__content_title {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0;
}
.youtubeOverlayPlayer__content_date {
	font-size: 16px;
	font-style: italic;
}
.youtubeOverlayPlayer__content_description {
	font-size: 16px;
}
.youtubeOverlayPlayer__content_description p {
	margin-top: 0;
}

.youtubeOverlayPlayer__body {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}

.youtubeOverlayPlayer__header {
	margin-bottom: 20px;
}
.youtubeOverlayPlayer__header h2.youtubeOverlayPlayer__header_title {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 700;
	margin: 0;
}
.youtubeOverlayPlayer__header_title a {
	text-decoration: none;
	display: inline-block;
	font-size: initial;
}
.youtubeOverlayPlayer__header_sub_headline {
	font-size: 16px;
	margin: 0;
}

.youtubeOverlayPlayer__list {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.youtubeOverlayPlayer__list::-webkit-scrollbar,
.youtubeOverlayPlayer__list::-webkit-scrollbar-thumb,
.youtubeOverlayPlayer__list::-webkit-scrollbar-track {
	display: none;
}
.youtubeOverlayPlayer__item {
	flex: 0 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 200px;
	gap: 8px;
}
.youtubeOverlayPlayer__item_image_container {
	position: relative;
	width: 100%;
	padding-top: calc((480 / 640) * 100%);
	overflow: hidden;
}
.youtubeOverlayPlayer__item_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: auto 640 / 480;
	border-radius: 10px;
}
.youtubeOverlayPlayer__item_title {
	font-family: 'Proxima Nova', sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}
