html,
body {
  margin: 0;
  height: 100%;
}

#map {
  position: absolute;
  inset: 0;
}

#info-box {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
  font-family: system-ui, -apple-system, Helvetica, Arial, sans-serif;
}

#info-box h1 {
  margin: 0;
  font-size: 1.15rem;
}

#info-box p {
  margin: 4px 0 0;
  font-size: 0.85rem;
}

#map-config {
  margin: 10px 0 0;
  font-size: 0.85rem;
}

#map-config .field {
  margin: 8px 0 0;
}

#map-config .field:first-child {
  margin-top: 0;
}

#map-config .field a,
#map-config .field label {
  font-size: 0.8rem;
}

#map-config select {
  display: block;
  width: 100%;
  margin-top: 3px;
  padding: 3px 4px;
  font: inherit;
}
