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

.select2-container--default .tw-s2-selection.select2-selection--single {
  height: 38px;
  border: 1px solid #d1d5db;
  background-color: #fff;
  border-radius: 0.375rem;
  display: flex; align-items: center;
  transition: box-shadow .2s, border-color .2s;
}

.select2-container--default .tw-s2-selection.select2-selection--single .select2-selection__rendered {
  padding-left: 1.2rem;
  padding-right: 2.0rem;
  color: #111827;
  line-height: 1.2;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
    .select2-container--default .tw-s2-selection.select2-selection--single .select2-selection__rendered {
        font-size: 0.7rem;
    }
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  position: absolute; right: 2rem;
  cursor: pointer; color: #9ca3af;
}

.select2-container--default .tw-s2-selection.select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 0.5rem;
}

.select2-container--default.select2-container--focus .tw-s2-selection.select2-selection--single,
.select2-container--default .tw-s2-selection.select2-selection--single:focus {
  border-color: #60a5fa
  box-shadow: 0 0 0 3px rgba(59,130,246,.25);
  outline: none;
}

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

.select2-container .tw-s2-dropdown {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 10px 15px rgba(0,0,0,.1);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  padding: 0.4rem 0.6rem;
  outline: none;
}

.select2-results__option { padding: 0.5rem 0.75rem; font-size: 0.95rem; }
.select2-results__option--highlighted.select2-results__option--selectable {
  background: #eff6ff; color: #1f2937;
}
.select2-results__option--selected {
  background: #dbeafe; color: #1f2937;
}

.select2-results__message { padding: 0.5rem 0.75rem; color: #6b7280; font-size: 0.9rem; }
