/* Google-Maps-Karte (2-Klick-Consent) — genutzt von index.html + Landingpages page15-18 */
.maps-embed-wrap { position: relative; width: 100%; border-radius: 12px; overflow: hidden; }
.maps-consent-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; min-height: 320px; padding: 1.5rem; background: #eef3fb; border: 1px solid #d7e3f6; border-radius: 12px; text-align: center; }
.maps-consent-text { margin: 0; color: #374151; line-height: 1.55; max-width: 44ch; font-size: .95rem; }
.maps-consent-text a { color: #0042aa; text-decoration: underline; }
.maps-consent-btn { border: 0; cursor: pointer; padding: .75rem 1.5rem; border-radius: 999px; background: #0042aa; color: #fff; font-weight: 700; font-size: 1rem; transition: background .12s; }
.maps-consent-btn:hover { background: #0a63d6; }
.maps-route-link { color: #0042aa; font-weight: 600; text-decoration: underline; font-size: .95rem; }
.maps-embed-frame { display: block; width: 100%; min-height: 320px; border: 0; border-radius: 12px; }
