/* ---------- Google Maps (Container/Attribution) ---------- */
#einsatzgebiet-karte { width: 100%; min-height: 420px; block-size: 420px; }

.gm-style img { max-width: none !important; height: auto !important; opacity: 1 !important; visibility: visible !important; filter: none !important; transform: none !important; box-shadow: none !important; }
.gm-style iframe { max-width: none !important; }
#einsatzgebiet-karte, #einsatzgebiet-karte * { mix-blend-mode: normal !important; }

/* Bedien- und Attributions-Elemente • dezent/ausblenden (juristisch relevante behalten) */
.gm-style .gm-style-cc a[aria-label*="Kurzbefehle"],
.gm-style .gm-style-cc button[aria-label*="Kurzbefehle"]{ display:none !important; }
.gm-style .gm-rotate-control,
.gm-style [aria-label*="Kamerasteuerung"],
.gm-style [aria-label*="Camera control"]{ display:none !important; }

@media (max-width:640px){
  .gm-style .gm-style-cc button[aria-label*="Kartendaten"],
  .gm-style .gm-style-cc button[aria-label*="Map data"]{ display:none !important; }
}

/* Stil der sichtbaren Attribution (Terms/Map data) */
.gm-style .gm-style-cc :is(a,button,div,span):empty { display:none !important; }
.gm-style .gm-style-cc a, .gm-style .gm-style-cc button{
  background:#fff !important; border:1px solid rgba(0,0,0,.3) !important; box-shadow:0 1px 0 rgba(0,0,0,.05) !important;
  border-radius:3px !important; color:#000 !important; padding:2px 6px !important; margin:0 6px 4px 0 !important;
  font: 11px/1.2 Arial, sans-serif !important; text-decoration:none !important; display:inline-block !important;
}

/* Desktop: nur Terms/Map data rechts unten behalten */
@media (min-width:641px){
  .gm-style .gm-style-cc { right:6px !important; left:auto !important; bottom:0 !important; }
  .gm-style .gm-style-cc [aria-label*="Kartendaten"],
  .gm-style .gm-style-cc [aria-label*="Map data"]{
    position: static !important; width:auto !important; height:auto !important; white-space:nowrap !important; overflow:visible !important; opacity:1 !important;
  }
  .gm-style .gm-style-cc [aria-label*="Kartendaten"] + *,
  .gm-style .gm-style-cc [aria-label*="Map data"] + *{ display:none !important; }
}

/* Mobile: Attribution vollständig ausblenden (zugunsten Platz) */
@media (max-width:640px){
  .gm-style .gm-style-cc [aria-label*="Kartendaten"],
  .gm-style .gm-style-cc [aria-label*="Map data"],
  .gm-style .gm-style-cc [aria-label*="Kartendaten"] + *,
  .gm-style .gm-style-cc [aria-label*="Map data"] + *{ display:none !important; }
}
