#hub-map {
  height: 200px;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  border: 1px solid #dee2e6;
  background: #f8f9fa;
}

.hub-map-wrapper {
  margin-bottom: 1rem;
}

/* Ensure Leaflet attribution is readable but subtle */
#hub-map .leaflet-control-attribution {
  font-size: 10px;
  background: rgba(255,255,255,0.8);
}
