.youtube-video-consent-overlay {
	text-align: center;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	color: white;
	min-height: 211px;
}

.youtube-video-consent-overlay-title {
	margin: 32px 32px 8px 32px;
	text-align: left;
	font-size: 14px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 20.3px;
}

.youtube-video-consent-overlay-text {
	position: relative;
	margin: 0 32px 8px 32px;
	text-align: left;
	font-size: 12px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 17.4px;
	overflow-y: auto;
	height: 40%;
}

.youtube-video-consent-overlay-text .link--paragraph {
	color: white;
}

.youtube-video-consent-overlay-text .link--paragraph:active {
	color: #E9E3DE;
}

.youtube-video-consent-overlay i-button button {
	width: auto;
}

.youtube-video-consent-overlay-text::-webkit-scrollbar {
	width: 5px;
}

.youtube-video-consent-overlay-text::-webkit-scrollbar-track {
	background: #E9E3DE;
	border-radius: 10px;
}

.youtube-video-consent-overlay-text::-webkit-scrollbar-thumb {
	background: #797674;
	border-radius: 10px;
}

.main-video-player .youtube-video-consent-overlay-title {
	margin: 32px 32px 8px 32px;
}

.mobile-video-player .youtube-video-consent-overlay-title {
	margin-top: 64px;
}

.main-video-player .youtube-video-consent-overlay-text,
.mobile-video-player .youtube-video-consent-overlay-text {
	margin: 0 32px 24px 32px;
}

@media (min-width: 1024px) {
	.youtube-video-consent-overlay {
		min-height: 315px;
	}

	.youtube-video-consent-overlay-title {
		margin: 64px 80px 8px 80px;
	}

	.youtube-video-consent-overlay-text {
		margin: 0 80px 24px 80px;
		height: 45%;
	}
}