.dropdownSearchRoot {
  position: relative;
}

.dropdownSearchInput {
}

.dropdownSearchListContainer {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  width: max-content;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.dropdownSearchListContainer {
  background-color: var(--neutral3);
}
