/* cropped: Leaflet controls restyled to match the site. */

.leaflet-container {
  font-family: inherit;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background: #000;
  color: #fff;
  border-bottom-color: var(--faint);
}

.leaflet-bar a.leaflet-disabled {
  background: #000;
  color: #444;
}

.leaflet-bar {
  border: 1px solid var(--faint) !important;
  box-shadow: none !important;
}

.leaflet-control-attribution.leaflet-control {
  background: rgba(0, 0, 0, 0.7);
  color: #aaa;
  font-size: 10px;
  font-weight: 700;
}

.leaflet-control-attribution a {
  color: #ccc;
}

.leaflet-control-attribution a:hover {
  color: #fff;
}

