body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
}

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

.legend {
  position: absolute;
  width: 277px;
  word-wrap: break-word;
  top: 10px;
  right: 10px;
  background: white;
  padding: 12px;
  padding-bottom: 0px;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  z-index: 1000;
  line-height: 22px;
  color: #333;
  padding-top: 0px;
}

.legend label {
  display: block;
  margin-bottom: 1px;
}

.legend input[type="checkbox"] {
  margin-right: 6px;
}

.legend-note {
  margin-top: 10px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  background: #f5f5f5;
  border-left: 4px solid #84344e;
  font-size: 0.85rem;
  color: #333;
  border-radius: 4px;
}
