body {
  margin: 0;
  padding: 0;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.maplibregl-popup {
  max-width: 400px;
  font:
    12px/20px "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
}

/* legend */
ul.legend {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

.maplibregl-ctrl-choropleth {
  color: #333359;
  position: relative;
  padding: 6px 8px;
  font-family:
    OpenSans Semibold,
    OpenSans Regular,
    OpenSans Italic;
  background: white;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  border-radius: 5px;
  bottom: 0;
  right: 0;
  margin: 10px;
}
.maplibregl-ctrl-choropleth h3 {
  margin-block-start: 0;
  margin-block-end: 0.5em;
}
.maplibregl-ctrl-choropleth ul {
  padding: 0;
  margin: 0;
  clear: both;
  flex-direction: column;
}
.maplibregl-ctrl-choropleth li {
  display: inline-flex;
  align-items: center;
}
.maplibregl-ctrl-choropleth li.active {
  font-weight: 600;
}
.maplibregl-ctrl-choropleth li span {
  display: inline-block;
  width: 22px;
  height: 22px;
  cursor: pointer;
  margin-right: 5px;
}

/* print */
@media print {
  .maplibregl-control-container { display: none; }
}