/* map popups / pins / list */
#map {
  width: 100%;
  height: 100%;
  background: #0B1026;
  z-index: 0;
}

.leaflet-container {
  background: #0B1026;
  font-family: "Outfit", sans-serif;
}

.leaflet-control-attribution {
  background: rgba(11, 16, 38, 0.85) !important;
  color: #B9AF9B !important;
  font-family: "IBM Plex Mono", monospace !important;
  font-size: 10px !important;
}

.leaflet-control-attribution a {
  color: #2BE4D0 !important;
}

.leaflet-control-zoom a {
  background: #131A38 !important;
  color: #F2E7D3 !important;
  border-color: #232C55 !important;
  width: 34px !important;
  height: 34px !important;
  line-height: 34px !important;
}

.leaflet-control-zoom a:hover {
  background: #0B1026 !important;
  color: #2BE4D0 !important;
}

.leaflet-popup-content-wrapper {
  background: #131A38;
  color: #F2E7D3;
  border: 1px solid #232C55;
  border-radius: 0;
  box-shadow: none;
  font-family: "Outfit", sans-serif;
}

.leaflet-popup-tip {
  background: #131A38;
}

.leaflet-popup-content {
  margin: 12px 14px;
  min-width: 180px;
}

.popup-title {
  font-family: "Big Shoulders Display", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.15rem;
  letter-spacing: 0.03em;
  margin: 0 0 8px;
  color: #F2E7D3;
}

.popup-badge {
  display: inline-block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid;
  padding: 3px 7px;
  margin: 0 0 10px;
}

.popup-notes {
  color: #B9AF9B;
  font-size: 0.88rem;
  line-height: 1.45;
  margin: 0 0 10px;
}

.popup-source,
.popup-credit {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  color: #B9AF9B;
  letter-spacing: 0.04em;
  margin: 0 0 4px;
}

.na-marker {
  border-radius: 50%;
  border-style: solid;
  border-color: #0B1026;
  box-sizing: border-box;
}

.na-marker-region {
  box-shadow: 0 0 0 1px currentColor, 0 0 12px rgba(43, 228, 208, 0.25);
}

.marker-list-item.active {
  border-color: #2BE4D0;
}
