.custom-map-attribution {
  font-family: Commit Mono, monospace, monospace;
  font-size: 9px;
  margin: 0;
  opacity: .70;
}

.maplibregl-popup-content {
  border-radius: 0 !important;
  border: 1px solid black !important;
  padding: 0 !important;
  min-width: 100px;
}

.maplibregl-popup-tip {
  display: none !important; /* Remove the tip/arrow of the popup */
}

.maplibregl-popup-content {
  font-family: Commit Mono, monospace, monospace;
  font-size: 12px;
}

