/* GDPR click-to-load map: consent overlay + iframe fill the leafext container */
.leafext-dsgvo {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cs-map-consent {
	max-width: 70%;
	text-align: center;
	background: rgba(255, 255, 255, 0.92);
	padding: 1.5em;
	border-radius: 4px;
}
.cs-map-accept {
	cursor: pointer;
}
.cs-map-iframe {
	width: 100%;
	height: 100%;
	min-height: 450px;
	border: 0;
}
