/* Select2 overrides to match Tailwind form styling */

.select2-container--default .select2-selection--single {
  border-color: #d1d5db;
  border-radius: 0.375rem;
  height: auto;
  padding: 0.5rem 0.75rem;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #111827;
  line-height: 1.5;
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #9ca3af;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  color: #9ca3af;
  font-size: 1.125rem;
  margin-right: 0.25rem;
}

.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #3b82f6;
  box-shadow: 0 0 0 1px #3b82f6;
}

.select2-dropdown {
  border-color: #d1d5db;
  border-radius: 0.375rem;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3b82f6;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #d1d5db;
  border-radius: 0.375rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 1px #3b82f6;
  outline: none;
}
