.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  padding: 10px;
  height: 100% !important;
  border-color: rgb(var(--text-color) / 0.12);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 12px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #ff6e42;
}

.couple-dropdown-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
