body {
  min-height: 100vh;
}

.panel-drag-handle {
  cursor: grab;
}

.panel-drag-handle:active {
  cursor: grabbing;
}

.sortable-ghost {
  opacity: 0.45;
}

.sortable-chosen {
  transform: translateY(-1px);
}

.map-wrap {
  min-height: 360px;
  border-radius: 1rem;
  overflow: hidden;
}

.leaflet-container {
  font-family: "IBM Plex Sans", sans-serif;
}
