.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: var(--theme--font-size--small);
    padding: 1em 2.5em 1em 1em;
    color: var(--theme--color--text);
    line-height: var(--theme--line-height--normal);
}

select[data-allow_null='1'] + .select2-container.-acf .select2-selection--single .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    align-items: center;
}

select[data-allow_null='1'] + .select2-container.-acf .select2-selection--single .select2-selection__rendered .acf-selection {
    max-width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select2-container .select2-selection--single .select2-selection__clear {
    order: 2;
    padding: 0;
    margin: 0;
    border: 0;
    float: none;
    font-size: 0;
    line-height: 1;
}

.select2-container .select2-selection--single .select2-selection__clear::after {
    content: '\f00d';
    color: var(--theme--color--text);
    font-family: var(--theme--font-family--font-awesome);
    font-weight: 300;
    font-size: var(--theme--font-size--normal);
    opacity: 0.66;
}

.select2-container .select2-selection--single .select2-selection__clear:hover::after {
    opacity: 1;
}

.select2-container.-acf .select2-selection--single .select2-selection__clear:hover + .acf-selection {
    text-decoration: line-through;
}

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