.sidebar-sticky {
  position: sticky;
  top: 72px;
  align-self: flex-start;
  height: fit-content;
}

@media (max-width: 768px) {
  .sidebar-sticky {
    position: static;
    top: auto;
  }
}

.result-card-title {
  overflow-wrap: anywhere;
}

@media (hover: none) and (pointer: coarse) {
  .marker-cluster,
  .marker-cluster * {
    pointer-events: none !important;
  }
}

.overt-tooltip:empty {
  display: none !important;
}

.leaflet-cluster-spider-leg,
.leaflet-markercluster-spider-leg,
.leaflet-cluster-spider-leg-container,
.leaflet-markercluster-spider-leg-container {
  pointer-events: none !important;
}