.ajrv-watch-player {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 2rem;
}

.ajrv-watch-heading {
	margin: 0 0 0.85rem;
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	line-height: 1.25;
}

.ajrv-watch-frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #000;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.ajrv-watch-frame iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.ajrv-watch-youtube-link {
	margin: 0.65rem 0 0;
	text-align: center;
	font-size: 0.92rem;
}

.ajrv-watch-youtube-link a {
	text-decoration: none;
}

.ajrv-watch-youtube-link a:hover,
.ajrv-watch-youtube-link a:focus {
	text-decoration: underline;
}

@supports not (aspect-ratio: 16 / 9) {
	.ajrv-watch-frame {
		height: 0;
		padding-bottom: 56.25%;
	}
}
