/* Minimal attribution: keep providers visible, make it subtle, and place above bottom toolbar on mobile */
.leaflet-control-attribution { 
  font-size: 11px; color: #64748b; 
  background: rgba(255,255,255,0.92); 
  border-radius: 10px; padding: 4px 8px; 
  box-shadow: 0 2px 6px rgba(15,23,42,0.06);
}
.leaflet-control-attribution:empty { display: none; }
.leaflet-control-attribution a { color: inherit; text-decoration: none; }
.leaflet-control-attribution a:hover { text-decoration: underline; }
.leaflet-control-attribution .attr-separator { opacity: 0.65; }
/* Tweak container position left above bottom bar on mobile */
@media (max-width: 860px){
  .leaflet-bottom.leaflet-left { bottom: calc(var(--bottom-nav-height) + 8px) !important; }
  .leaflet-control-attribution { margin-left: 8px; }
}

/* Subtle bottom-left legal/info links */
.legal-links {
  position: fixed;
  left: 8px;
  bottom: calc(var(--bottom-nav-height) + 8px);
  z-index: 1500;
  font-size: 12px;
  color: #64748b;
  background: rgba(255,255,255,0.92);
  border-radius: 10px;
  padding: 4px 8px;
  box-shadow: 0 2px 6px rgba(15,23,42,0.06);
  -webkit-font-smoothing: antialiased;
}
.legal-links a {
  color: inherit;
  text-decoration: none;
}
.legal-links a:hover {
  text-decoration: underline;
}
