/*
 * Eigenständiger Klick-Platzhalter für gesperrte YouTube-iframes
 * (Fallback, solange das OneTrust-Blocking-Template nicht aktiv ist).
 */
.dacia-yt-consent-gate {
	position: relative;
	display: inline-block;
	max-width: 100%;
	line-height: 0;
}

.dacia-yt-consent-gate iframe {
	max-width: 100%;
}

.dacia-yt-consent-box {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 24px;
	background: #141414;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	box-sizing: border-box;
}

.dacia-yt-consent-text {
	margin: 0;
	font-size: 14px;
	max-width: 420px;
}

.dacia-yt-consent-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
}

.dacia-yt-consent-actions button {
	font-family: inherit;
	font-weight: 700;
	font-size: 13px;
	padding: 10px 22px;
	border-radius: 2px;
	cursor: pointer;
	transition: opacity 0.15s ease;
}

.dacia-yt-consent-actions button:hover {
	opacity: 0.85;
}

.dacia-yt-consent-decline {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.dacia-yt-consent-accept {
	background: #fff;
	border: 1px solid #fff;
	color: #141414;
}

.dacia-yt-consent-gate.is-loaded .dacia-yt-consent-box {
	display: none;
}
