/* ConjureMap component styles (Pillar C4). Minimal, theme-friendly defaults. */
.conjure-map,
#map {
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.conjure-map .leaflet-container {
  background: #0b0f14;
}

.conjure-map-marker {
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.35);
}
