/**
 * Web Expert Greek States Based Shipping — auto-fill feedback.
 *
 * A short highlight on the Νομός row when we resolve it from the Τ.Κ., so the
 * customer notices the field was completed for them instead of wondering
 * whether they missed it.
 *
 * @since 2.1.0
 */
.we-gsbs-autofilled .select2-container--default .select2-selection--single,
.we-gsbs-autofilled select.state_select {
    border-color: #4caf50 !important;
    box-shadow: 0 0 0 2px rgba( 76, 175, 80, .18 );
    transition: border-color .3s ease, box-shadow .3s ease;
}

@media ( prefers-reduced-motion: reduce ) {
    .we-gsbs-autofilled .select2-container--default .select2-selection--single,
    .we-gsbs-autofilled select.state_select {
        transition: none;
    }
}
