
#hlsmap-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 700px;
}
#hlsmap {
  flex: 2;
  height: 100%;
}
#hlsmap-sidebar {
  flex: 1;
  height: 100%;
  overflow-y: auto;
  background: #f9f9f9;
  padding: 15px;
  font-family: sans-serif;
  font-size: 1em;
}
.hlsmap-entry {
  display: flex;
  align-items: center;
  padding: 4px 0;
  cursor: pointer;
}
.hlsmap-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
}
.custom-popup .leaflet-popup-content {
  font-size: 1.7em;
  white-space: nowrap;
}
.hlsmap-group-title {
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 6px;
}
