input.select2-search__field::placeholder {
     color: black;
}

li.select2-search.select2-search--inline {
    margin-top: 8px;
    margin-bottom: 4px;
}

.select2-selection__rendered {
  display: flex;
  align-items: center;
  gap: 8px;
}

.select2-selection__rendered::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 8px;
  margin-inline-start: auto;
  background-image: url('/themes/journeyperson/build/img/usa-icons/unfold_more.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}

.form-select.usa-select {
   border-radius: 4px; 
   height: 44px;
   border: 1px solid #aaa;
}