/* Put a bit of space between the popup and the marker */
.maplibregl-popup {
  padding-bottom: 12px;
  padding-top: 12px;
  max-width: 66% !important;
}

.maplibregl-popup-content {
    background:rgba(255,255,255,0);
    box-shadow: none;
    padding: 0;
}

.mapboxgl-popup-close-button {
    right: -20px;
    top: -20px;
}
