#map {
  max-width: 80vw;
  max-height: 50vh;
  margin: auto;
}

#map svg path {
  pointer-events: all;
}

/* Pop-up description */

#tt_sm_map {
  width: max-content;
  max-width: 400px;
}

.tt_sm {
  padding: 1em !important;
  width: 100%;
}

.tt_name_sm {
  margin-bottom: 0.5em;
}

.tt_custom_sm {
  text-align: left;
}

.checkmark {
  display: inline-block;
  width: 3px;
  height: 10px;
  margin-left: 0.2em;
  border: solid green;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

.cross {
  font-size: 10px;
}