/* CWV: cookie banner fixed (no document reflow) + YouTube facade */

#moove_gdpr_cookie_info_bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	min-height: 72px;
}

@media (min-width: 768px) {
	#moove_gdpr_cookie_info_bar {
		min-height: 56px;
	}
}

.tentest-product-video__inner--inline {
	position: relative;
	aspect-ratio: 16 / 9;
	background: #0a0a0a;
	overflow: hidden;
}

.tentest-product-video__inner--inline .tentest-product-video__facade {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #0a0a0a;
	cursor: pointer;
	overflow: hidden;
}

/* maxres = 16:9; hq/sd fallbacks are 4:3 with letterbox — zoom crops the bars */
.tentest-product-video__facade-thumb {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transform: scale(1.01);
	transform-origin: center center;
	pointer-events: none;
}

.tentest-product-video__facade-thumb[src*="/hqdefault.jpg"],
.tentest-product-video__facade-thumb[src*="/sddefault.jpg"],
.tentest-product-video__facade-thumb[src*="/mqdefault.jpg"] {
	transform: scale(1.34);
}

.tentest-product-video__facade-play {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.tentest-product-video__facade[hidden],
.tentest-product-video__inner--inline.is-playing .tentest-product-video__facade {
	display: none !important;
}

.tentest-product-video__inner--inline .tentest-product-video__iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Phase 6 — related categories (ql-grid chips, same as Reklaamtelk / SE) */
.tentest-related-cats {
	padding: 48px 0 32px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.tentest-related-cats .cat-head {
	margin-bottom: 1rem;
}
.tentest-related-cats .ql-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.tentest-related-cats .ql-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 18px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	font-size: 13px;
	font-weight: 500;
	color: #1a1a1a;
	text-decoration: none;
	transition: border-color 0.2s, color 0.2s;
}
.tentest-related-cats .ql-item svg {
	width: 14px;
	height: 14px;
	stroke: #cf203b;
	fill: none;
	stroke-width: 2;
	flex-shrink: 0;
}
.tentest-related-cats .ql-item:hover {
	border-color: #cf203b;
	color: #cf203b;
}
.tentest-related-posts {
	padding: 2.5rem 0 1rem;
}
.tentest-related-posts__list {
	margin: 0.75rem 0 0;
	padding-left: 1.1rem;
}
.tentest-related-posts__landings {
	margin: 0.75rem 0 0;
	font-size: 14px;
}
.tentest-product-guide-link {
	margin: 1rem 0 0;
	font-size: 14px;
}
.tentest-product-guide-link a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* Round 3 SILO */
.tentest-product-celvedis {
	margin: 1.25rem 0 0;
	padding: 0.85rem 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.tentest-product-celvedis__label {
	margin: 0 0 0.35rem;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #6b6b6b;
}
.tentest-product-celvedis__list {
	margin: 0;
	padding-left: 1.1rem;
}
.tentest-product-celvedis__list a {
	text-decoration: underline;
	text-underline-offset: 2px;
}
.tentest-related-posts {
	padding: 2.5rem 0 1rem;
}
.tentest-related-posts__list {
	margin: 0.75rem 0 0;
	padding-left: 1.1rem;
}
