/* Gesperrte Einbettungen (DSGVO) – Zwei-Klick-Lösung für z. B. Google Maps */

.consent-embed {
	position: relative;
	width: 100%;
}

.consent-embed .consent-embed__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1em;
	text-align: center;
	padding: 2em 1.5em;
	min-height: 100%;
	background: #f2f3f5;
	border: 1px dashed #c4c9d0;
	border-radius: 6px;
	box-sizing: border-box;
}

.consent-embed .consent-embed__text {
	margin: 0;
	max-width: 42em;
	font-size: 0.9em;
	line-height: 1.5;
	color: #555;
}

.consent-embed iframe {
	display: block;
	width: 100%;
}
