/* Consent-Banner – DSGVO */
#consent-banner {
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  background: rgba(22, 32, 40, 0.97);
  color: #f2f5f7;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35);
  font-family: "Figtree", system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
}
#consent-banner[hidden] { display: none !important; }
#consent-banner .consent-inner {
  max-width: 52rem;
  margin: 0 auto;
}
#consent-banner p { margin: 0 0 0.85rem; opacity: 0.95; }
#consent-banner a { color: #e0b07a; }
#consent-banner .consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
#consent-banner button {
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  padding: 0.65rem 1.1rem;
  border-radius: 2px;
}
#consent-accept {
  background: #d08a45;
  color: #162028;
}
#consent-reject {
  background: transparent;
  color: #f2f5f7;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
}
#consent-settings-link {
  position: fixed;
  z-index: 9999;
  left: 0.75rem;
  bottom: 0.75rem;
  background: rgba(22, 32, 40, 0.85);
  color: #f2f5f7;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font: 600 0.8rem/1 "Figtree", system-ui, sans-serif;
  padding: 0.45rem 0.7rem;
  cursor: pointer;
  border-radius: 2px;
}
#consent-settings-link:hover { background: rgba(22, 32, 40, 0.98); }

.map-privacy-gate {
  display: grid;
  place-items: center;
  min-height: 280px;
  height: 100%;
  background: #e8eef3;
  color: #1c2430;
  text-align: center;
  padding: 1.5rem;
  font-family: "Figtree", system-ui, sans-serif;
}
.map-privacy-gate p {
  max-width: 28rem;
  margin: 0 auto 1rem;
  color: #3d4a5c;
  font-size: 0.95rem;
  line-height: 1.5;
}
.map-privacy-gate button {
  appearance: none;
  border: 0;
  background: #c9894f;
  color: #1c2430;
  font: 600 0.95rem/1 "Figtree", system-ui, sans-serif;
  padding: 0.75rem 1.2rem;
  cursor: pointer;
}
