/*
 * Purpose: TrustedCircle application styles (supplements Tailwind CDN)
 * Responsible for: Map container tweaks, form polish, scrollbar
 * Dependencies: public layout; Leaflet map #map
 * Last change: Phase 2 initial CSS
 */

#map {
  z-index: 0;
}

.leaflet-container {
  font: inherit;
  background: #020617;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background: #334155;
  border-radius: 4px;
}
