.maplibregl-ctrl-search {
  z-index: 1000;
  position: absolute;
  width: 100%;
  top: 10px;
  pointer-events: none;
}

.maplibregl-ctrl-search input {
  pointer-events: all;
  border: none;
}

.maplibregl-ctrl-search input:focus {
  outline: none;
}

.maplibregl-ctrl-search .maplibregl-ctrl {
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
}