.youtube-placeholder {
	align-items: center;
	background-color: #171717;
	background-position: center;
	background-size: cover;
	border: 0;
	border-radius: 20px;
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	min-height: 360px;
	position: relative;
	width: 100%;
}

.youtube-placeholder--fill {
	inset: 0;
	position: absolute;
}

.youtube-placeholder::before {
	background: rgba(0, 0, 0, 0.25);
	content: "";
	inset: 0;
	position: absolute;
}

.youtube-placeholder__play {
	align-items: center;
	background: #c00;
	border-radius: 14px;
	color: #fff;
	display: flex;
	font-size: 28px;
	height: 64px;
	justify-content: center;
	padding-left: 4px;
	position: relative;
	width: 90px;
}

.youtube-placeholder:focus-visible {
	outline: 4px solid #005f85;
	outline-offset: 4px;
}

.youtube-iframe {
	border: 0;
	border-radius: 20px;
	height: 100%;
	min-height: 360px;
	width: 100%;
}

.youtube-iframe--fill {
	inset: 0;
	position: absolute;
}

.btn-sky,
.tp-btn-sky {
	background-color: #00769e;
}

.context {
	color: #005f85;
}

.bpservice__content p {
	color: #414141 !important;
}

.subtitle {
	color: #5f6575;
}

.cky-btn-customize {
	border-color: #595959 !important;
	color: #595959 !important;
}

sup a[data-featherlight="ajax"] {
	display: inline-block;
	min-height: 44px;
	padding: 12px 4px;
}
