.select2 {
    width: 100% !important;
}

.select2 .select2-selection {
    height: var(--wpforms-field-size-input-height);
    border-width: var(--wpforms-field-border-size) !important;
    border-color: var(--wpforms-field-border-color) !important;
    border-style: var(--wpforms-field-border-style) !important;
    border-radius: var(--wpforms-field-border-radius) !important;
    transition: border-color 250ms linear;
}

.select2.select2-container--focus .select2-selection {
    border-color: var(--color-primary) !important;
}

.select2 .select2-selection__rendered {
    display: flex !important;
    align-items: center;
    height: var(--wpforms-field-size-input-height) !important;
    padding-left: var(--wpforms-field-size-padding-h) !important;
    padding-right: calc(var(--wpforms-field-size-padding-h) + 20px) !important;
    font-size: var(--wpforms-field-size-font-size) !important;
    line-height: 1.1 !important;
    white-space: normal !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: var(--wpforms-field-size-font-size) !important;
}

.select2-results__option {
    padding-left: var(--wpforms-field-size-padding-h) !important;
    padding-right: var(--wpforms-field-size-padding-h) !important;
    font-size: var(--wpforms-field-size-font-size) !important;
}

.select2-results__option[aria-selected="true"] {
    background-color: var(--color-grey-243) !important;
}

.select2-results__option--highlighted[aria-selected] {
    background-color: var(--color-primary) !important;
}

.select2 .select2-selection .select2-selection__clear {
    display: none;
}

.select2 .select2-selection .select2-selection__arrow {
    top: auto;
    bottom: 14px;
    right: 12px;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.5897e-07%203.75L5.24537e-07%203L0.857143%203L6%207.5L11.1429%203L12%203L12%203.75L6%209L4.5897e-07%203.75Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.select2 .select2-selection[aria-expanded="true"] .select2-selection__arrow {
    transform: rotate(180deg);
}

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

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: inherit;
}
