.maplibregl-popup-content {
  color: #1f2937;
  font-family: sans-serif;
  padding: 6px 32px 6px 10px;
  position: relative;
}

.popup-text {
  color: #374151;
  margin: 4px 0;
  font-size: 0.875rem;
}

.maplibregl-popup-close-button {
  font-size: 24px;
  width: 30px;
  height: 30px;
  line-height: 24px;
  padding: 0;
}

