.elementor-field-type-select .select2-container .select2-selection--single,
.elementor-field-type-select .select2-container .select2-selection--multiple {
    border: 1px solid #69727d;
    border-radius: 3px;
    height: auto;
    min-height: 38px;
    padding: 4px 8px;
}

.elementor-field-type-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    padding: 0;
}

.elementor-field-type-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.elementor-field-type-select .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #f0f0f1;
    border: 1px solid #c3c4c7;
    border-radius: 2px;
    padding: 2px 6px;
    margin: 2px;
}