.cc-video-review {
	clear: both;
	max-width: 1222px;
	margin: 30px auto;
}

.cc-video-review--ranking {
	margin: 30px 0;
}

.cc-video-review__title {
	margin: 0 0 14px;
	color: #1d2a39;
	font-size: clamp(1.15rem, 2vw, 1.55rem);
	line-height: 1.25;
}

.cc-video-review__frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 12px;
	background: #000;
	box-shadow: 0 4px 18px rgba(19, 28, 63, .12);
}

.cc-video-review__frame iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.cc-video-review__fallback {
	margin: 10px 0 0;
	font-size: .95rem;
}
