.dtfs-map-status {
  position: absolute;
  z-index: 5;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  color: #2c2e33;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  font-size: 12px;
  white-space: nowrap;
}

.dtfs-map-status a {
  margin-left: 10px;
  color: #6059f7;
}

.dtfs-local-marker {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.dtfs-marker-bounce {
  animation: dtfs-marker-bounce .45s ease-in-out infinite alternate;
}

@keyframes dtfs-marker-bounce {
  from { transform: translateY(0); }
  to { transform: translateY(-7px); }
}

.maplibregl-map,
.maplibregl-canvas {
  width: 100%;
  height: 100%;
}

.dtfs-places-fallback {
  max-height: none;
  overflow: visible;
  margin-top: 10px;
  border: 0;
  border-radius: .25em;
  background: #fff;
  box-shadow: 0 0 64px rgba(0, 0, 0, .08);
  font-family: inherit;
}

.dtfs-places-fallback .pac-item {
  padding: 5px 10px;
  cursor: pointer;
  border-top: 0;
  border-bottom: 1px solid #f9f9f9;
  font-size: 14px;
  line-height: normal;
}

.dtfs-places-fallback .pac-item:hover,
.dtfs-places-fallback .pac-item-selected {
  background: #f3f3f6;
}

.dtfs-places-fallback .pac-item > .pac-item-query {
  display: block;
  width: 100%;
  margin: 0;
  white-space: normal;
}

.dtfs-places-attribution {
  display: none;
}
