html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #cfd6da;
}

* {
  box-sizing: border-box;
}

#map {
  width: 100vw;
  height: 100vh;
  background: #d4dade;
}

.leaflet-container {
  font-family: Inter, Arial, sans-serif;
}

.leaflet-control-attribution,
.leaflet-control-zoom {
  display: none;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: rgba(46, 69, 87, 0.88);
  color: white;
}

.popup-card {
  width: min(250px, 52vw);
  text-align: center;
}

.popup-card--mobile {
  width: min(140px, 42vw);
}

.popup-card h2 {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.4;
  color: #f99473;
}

.popup-card--mobile h2 {
  font-size: 10px;
}

.popup-card p {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.45;
  color: white;
}

.popup-card--mobile p {
  font-size: 9px;
}

.popup-card img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
