html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

#map {
  flex: 1 1 auto;
  width: 100%;
}

.popup-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.35rem 0;
}

.popup-row {
  font-size: 0.9rem;
  margin: 0.15rem 0;
}

.popup-row .label {
  color: #555;
}

.popup-row .value {
  font-weight: 600;
}
