.dark-road-tiles {
  filter: none;
}

.trip-map-shell .leaflet-control-attribution {
  background: rgb(255 255 255 / 88%) !important;
  color: #52605a !important;
}

.trip-map-shell .leaflet-control-attribution a {
  color: #245d43 !important;
}

.trip-map-shell .leaflet-control-zoom a {
  background: #fff !important;
  border-color: #d8dfda !important;
  color: #17211d !important;
}

.trip-map-shell .leaflet-control-scale-line {
  background: rgb(255 255 255 / 78%) !important;
  border-color: #34463d !important;
  color: #24332c !important;
}

.map-load-error {
  align-items: center;
  color: #dfe9e3;
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100%;
  justify-content: center;
  padding: 28px;
  text-align: center;
}

.map-load-error span {
  color: #91a098;
  font-size: 12px;
}
