.leaflet-container.tutorial-disabled {
  pointer-events: none;
}

@keyframes pulse-highlight {
  0% {
    box-shadow: 0 0 0 0 #1976d2;
  }
  70% {
    box-shadow: 0 0 0 15px rgba(25, 118, 210, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 #1976d2;
  }
}
