 .select2-container--default .select2-selection--single {
     background: rgba(236, 253, 245, 0.8);
     border-radius: 1rem;
     border: 1.5px solid #34d399;
     min-height: 52px;
     box-shadow: 0 2px 12px 0 rgba(16, 185, 129, 0.08);
     font-weight: 600;
     color: #065f46;
     padding: 0.75rem 1.25rem;
     transition: border-color 0.2s, box-shadow 0.2s;
 }
 .select2-container--default .select2-selection--single:focus,
 .select2-container--default .select2-selection--single:hover {
     border-color: #059669;
     box-shadow: 0 4px 16px 0 rgba(16, 185, 129, 0.12);
 }
 .select2-container--default .select2-selection--single .select2-selection__arrow {
     height: 100%;
     right: 1rem;
 }
 .select2-container--default .select2-selection--single .select2-selection__rendered {
     color: #065f46;
     font-size: 1.1rem;
     font-weight: 600;
     line-height: 2.2rem;
 }
 .select2-dropdown {
     background: rgba(255, 255, 255, 0.95);
     border-radius: 1rem;
     box-shadow: 0 8px 32px 0 rgba(16, 185, 129, 0.12);
     border: 1.5px solid #34d399;
     padding: 0.5rem 0;
 }
 .select2-results__option {
     padding: 0.75rem 1.25rem;
     font-size: 1rem;
     color: #065f46;
     border-radius: 0.75rem;
     transition: background 0.2s, color 0.2s;
 }
 .select2-results__option--highlighted {
     background: #d1fae5;
     color: #059669;
 }
 .select2-container--default .select2-selection--single .select2-selection__arrow b {
     border-color: #059669 transparent transparent transparent;
 }