/* Fix for ad blockers preventing map telemetry */
.mapboxgl-control-container {
  display: block !important;
}

.mapboxgl-map {
  font: inherit !important;
  min-height: 200px;
}

/* Ensure the map container has a minimum height */
[data-map-target="map"] {
  min-height: 200px;
  position: relative;
}

/* Error message styling */
.map-error-container {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  text-align: center;
}

.map-error-icon {
  color: #9ca3af;
  margin-bottom: 0.5rem;
}

.map-error-message {
  color: #4b5563;
  font-size: 0.875rem;
}
