/* Claude 2026-07-25 (Rose, DSGVO): Google-Maps Click-to-load-Platzhalter (rendite). */
#map-wrapper.rendite-map {
	position: relative;
	min-height: 380px;
}
#map-wrapper.rendite-map #property-map {
	width: 100%;
	height: 380px;
}
.rendite-map-consent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 24px 20px;
	background: #eef1f4 repeating-linear-gradient(45deg, rgba(0,0,0,0.03) 0 12px, transparent 12px 24px);
	border: 1px solid #d7dde3;
	color: #33475b;
	z-index: 2;
}
.rendite-map-consent p {
	max-width: 480px;
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.5;
}
.rendite-map-consent .rendite-map-remember {
	display: block;
	margin-top: 12px;
	font-size: 13px;
	color: #667;
	cursor: pointer;
}
.rendite-map-consent .rendite-map-remember input {
	margin-right: 6px;
	vertical-align: middle;
}
