/* ===== COOKIE-/EXTERNE-INHALTE-CONSENT ===== */
#gmim-cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 2100;
  background: #111827; color: #f3f4f6;
  display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between;
  padding: 20px 24px; box-shadow: 0 -6px 20px rgba(0,0,0,.25);
}
#gmim-cookie-banner .gmim-cookie-text { flex: 1; min-width: 260px; font-size: 14px; line-height: 1.5; }
#gmim-cookie-banner .gmim-cookie-text strong { display: block; margin-bottom: 4px; font-size: 15px; }
#gmim-cookie-banner .gmim-cookie-text a { color: #93c5fd; text-decoration: underline; }
#gmim-cookie-banner .gmim-cookie-actions { display: flex; gap: 12px; flex-wrap: wrap; }
#gmim-cookie-banner button { padding: 12px 20px; border-radius: 8px; border: none; font-weight: 600; cursor: pointer; font-size: 14px; }
#gmim-cookie-necessary { background: transparent; color: #f3f4f6; border: 1px solid #4b5563 !important; }
#gmim-cookie-all { background: #2563eb; color: #fff; }
#gmim-cookie-all:hover { background: #1d4ed8; }
#gmim-cookie-necessary:hover { background: #1f2937; }

.gmim-consent-placeholder {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  text-align: center; padding: 30px 20px; background: #f3f4f6; border: 1px dashed #d1d5db; border-radius: 8px;
  height: 100%; min-height: 220px; color: #4b5563; font-size: 14px;
}
.gmim-consent-placeholder button {
  padding: 10px 18px; border-radius: 6px; border: none; background: #111827; color: #fff; font-weight: 600; cursor: pointer;
}
.gmim-consent-placeholder button:hover { background: #374151; }

.map-container iframe[data-consent-src] { display: none; }
