.dbgm-map-osm,
.dbgm-map-wrap,
.dbgm-consent-embed {
  position: relative;
  width: 100%;
  border-radius: var(--dbgm-radius);
  overflow: hidden;
  box-shadow: var(--dbgm-shadow);
  background: var(--dbgm-surface);
}

.dbgm-map-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dbgm-bg);
  z-index: 10;
}

.dbgm-map-placeholder__inner {
  text-align: center;
  padding: 24px;
  max-width: 320px;
}

.dbgm-map-placeholder__icon {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 12px;
}

.dbgm-map-placeholder__text {
  font-size: 0.875rem;
  color: var(--dbgm-muted);
  line-height: 1.5;
  margin: 0 0 16px;
}

.dbgm-map-placeholder__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}

.dbgm-map-consent-btn {
  background: var(--dbgm-theme);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: opacity 0.15s;
}

.dbgm-map-consent-btn:hover {
  opacity: 0.85;
}

.dbgm-map-consent-btn--google {
  background: var(--dbgm-accent);
}

.dbgm-map-placeholder__settings {
  background: none;
  border: none;
  color: var(--dbgm-muted);
  font-size: 0.75rem;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

.dbgm-map-iframe,
.dbgm-map-leaflet,
.dbgm-consent-iframe {
  border-radius: var(--dbgm-radius);
}

.dbgm-map-leaflet .leaflet-container {
  width: 100%;
  height: 100%;
  border-radius: var(--dbgm-radius);
}
