.leaflet-control-pinsearch {
  position: relative;
}

.search-input-container {
  position: relative;
  display: flex;
  align-items: center;
}

.search-input {
  font-family: "Kingthings Petrock";
  width: 250px;
  height: 50px;
  padding: 5px 30px 5px 10px;
  background-color: #0d0c0a;
  font-size: 25px;
  font-weight: 700;
  color: #ffeabf;
  border-width: 2px;
  border-color: #ffeabf;
}

.search-results {
  font-family: "Kingthings Petrock";
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #0d0c0a;
  font-size: 20px;
  font-weight: 700;
  color: #ffeabf;
  border-width: 2px;
  border-style: inset;
  border-color: #ffeabf;
}

.search-results-item {
  border-bottom: solid;
  border-width: 1px;
}

.search-results-item:last-child {
  border-bottom: none;
}

.search-results-item {
  padding: 5px;
  cursor: pointer;
}

.search-results-item:hover {
  color: #ffffff;
}

.search-results-item.highlight {
  color: #ffffff;
}
