#cookieBanner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 70;
  background: #111827;
  color: #f9fafb;
  border: 1px solid #374151;
  border-radius: 0.75rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.28);
  padding: 1rem;
}

#cookieBanner.hidden {
  display: none;
}

#cookieBanner p {
  margin: 0 0 0.75rem 0;
  line-height: 1.45;
  font-size: 0.95rem;
}

#cookieBanner .cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

#cookieBanner button {
  border: 0;
  border-radius: 0.5rem;
  padding: 0.55rem 0.85rem;
  font-weight: 600;
  cursor: pointer;
}

#cookieAcceptAll {
  background: #2563eb;
  color: #fff;
}

#cookieRejectOptional {
  background: #374151;
  color: #fff;
}

#cookieOpenSettings {
  background: #e5e7eb;
  color: #111827;
}

#cookieSettings {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #374151;
}

#cookieSettings.hidden {
  display: none;
}

#cookieSettings label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
  font-size: 0.92rem;
}

.cookie-map-placeholder {
  display: grid;
  place-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0.9rem;
  background: #f8fafc;
}

.cookie-map-placeholder p {
  margin: 0 0 0.7rem 0;
  color: #374151;
  font-size: 0.9rem;
}

.cookie-map-placeholder button {
  background: #1d4ed8;
  color: #fff;
  border: 0;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-weight: 600;
  cursor: pointer;
}
