html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  background: #0f1219;
}

#map {
  width: 100%;
  height: 100%;
}

.map-info {
  position: fixed;
  top: 16px;
  left: 16px;
  z-index: 2;
  max-width: 360px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(15, 18, 25, 0.72);
  color: #eaf3ff;
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.map-info h1 {
  margin: 0 0 6px 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.map-info p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.35;
  color: #b8cae2;
}

.city-marker {
  display: inline-block;
}

.city-marker-label {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(13, 39, 64, 0.82);
  color: #f1f9ed;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
