/* Mapbox GL JS popup customization */
.mapboxgl-popup-content {
  padding: 15px;
  max-width: 300px;
}

.mapboxgl-popup-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
