html, body {
  margin: 0;
  padding: 0;
}

#map {
  width: 100%;
  height: 850px;
  min-height: 650px;
}

.leaflet-popup-content-wrapper {
  border-radius: 14px;
}

.popup-title {
  font-size: 18px;
  font-weight: 800;
  color: #073b5a;
  margin-bottom: 6px;
}

.popup-badge {
  display: inline-block;
  background: #e9f8fb;
  color: #073b5a;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}

.popup-row {
  margin-top: 8px;
}

.popup-row span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #5c7080;
  font-weight: 700;
}

.popup-row strong {
  display: block;
  color: #123042;
}
