.dsx-finder-widget__location-results {
  gap: 4px;
  max-height: 240px;
  overflow-y: auto;
  padding-right: 0;
  scrollbar-color: #9ca3af transparent;
  scrollbar-width: thin;
}

.dsx-finder-widget__location-results::-webkit-scrollbar {
  width: 8px;
}

.dsx-finder-widget__location-results::-webkit-scrollbar-thumb {
  background: #9ca3af;
  border-radius: 999px;
}

.dsx-finder-widget__location-option {
  background: #ffc229;
  border: 0;
  border-radius: 5px;
  color: #111;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  min-height: 30px;
  padding: 7px 10px;
}

.dsx-finder-widget__location-option:hover,
.dsx-finder-widget__location-option:focus {
  background: #f2b600;
  color: #111;
}

.dsx-finder-widget .dsx-finder-widget__location-search {
  height: 36px !important;
  min-height: 36px !important;
  padding-bottom: 6px;
  padding-top: 6px;
}

.dsx-finder-widget__location-empty {
  background: transparent;
  color: #202840;
  font-size: 15px;
  padding: 10px 8px;
}
