/* YouTube embeds styled as native archive/single cards */
.entry-content .mb-video-embed {
	margin: 1rem 0 1.2rem;
	border-radius: 16px;
	overflow: hidden;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
	border: 1px solid rgba(23, 56, 71, 0.14);
	box-shadow: 0 10px 22px rgba(19, 41, 53, 0.08);
}

.entry-content .mb-video-embed__utility {
	position: absolute;
	top: 0.6rem;
	left: 0.6rem;
	right: 0.6rem;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.44rem;
	padding: 0.34rem 0.54rem;
	background: rgba(247, 250, 253, 0.92);
	border: 1px solid rgba(23, 56, 71, 0.14);
	border-radius: 10px;
	backdrop-filter: blur(2px);
}

.entry-content .mb-video-embed__chips {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.3rem;
}

.entry-content .mb-video-embed__chip {
	display: inline-flex;
	align-items: center;
	padding: 0.15rem 0.44rem;
	border-radius: 999px;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #20465b;
	background: rgba(217, 238, 248, 0.95);
	border: 1px solid rgba(57, 113, 143, 0.3);
}

.entry-content .mb-video-embed__media {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #000000;
	border-radius: 16px 16px 0 0;
}

.entry-content .mb-video-embed__activate {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0;
	padding: 0;
	border: 0;
	background: #0d1d28;
	cursor: pointer;
	overflow: hidden;
}

.entry-content .mb-video-embed__activate img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	filter: saturate(0.95) contrast(1.02);
}

.entry-content .mb-video-embed__play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 78px;
	height: 54px;
	transform: translate(-50%, -50%);
	border-radius: 14px;
	background: rgba(207, 40, 40, 0.92);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.entry-content .mb-video-embed__play::before {
	content: "";
	position: absolute;
	left: 31px;
	top: 16px;
	width: 0;
	height: 0;
	border-left: 20px solid #ffffff;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
}

.entry-content .mb-video-embed__media iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-height: none !important;
	border: 0;
	background: #000000;
}

.entry-content .mb-video-embed__excerpt p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.entry-content .mb-video-embed__excerpt {
	margin: 0;
	padding: 0.88rem 0.96rem 0.92rem;
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	border-top: 1px solid rgba(23, 56, 71, 0.1);
	border-radius: 0 0 16px 16px;
}

.entry-content .mb-video-embed .archive-card__header {
	z-index: 4;
}

.entry-content .mb-video-embed .archive-card__title span {
	border-radius: 8px;
}

html.mb-video-embeds-hidden .mb-video-embed {
	display: none !important;
}
