.efcca-youtube-clip {
	width: 100%;
	margin: 0;
}

.efcca-youtube-clip__frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 10px;
	background: #102b46;
}

.efcca-youtube-clip__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.efcca-youtube-clip__caption {
	margin-top: 10px;
	color: #647688;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}

.efcca-youtube-clip__empty {
	padding: 32px 20px;
	border: 1px dashed #9fb0bf;
	border-radius: 8px;
	color: #455b6d;
	background: #f3f5f7;
	text-align: center;
}
