.select2-container.select2-container {
    display: block;
}

/* selection */
.select2-container.select2-container .select2-selection,
.select2-container.select2-container.-acf .select2-selection {
    border: 1px solid var(--wp--preset--color--neutral);
    border-radius: var(--wp--custom--border-radius--regular);
    height: auto;
    transition: all 0.3s ease;
}

.select2-container.select2-container .select2-selection:hover,
.select2-container.select2-container.-acf .select2-selection:hover {
    border-color: var(--wp--preset--color--primary);
    border-radius: var(--wp--custom--border-radius--regular);
}

.select2-container.select2-container.select2-container--open.select2-container--above .select2-selection,
.select2-container.select2-container.select2-container--open.select2-container--below .select2-selection,
.select2-container.select2-container.select2-container--focus .select2-selection {
    border-color: var(--wp--preset--color--primary);
    border-radius: var(--wp--custom--border-radius--regular);
}

.acf-error .select2-container.select2-container .select2-selection,
.acf-error .select2-container.select2-container.-acf .select2-selection {
    border-color: var(--wp--custom--color--error);
}

/* dropdown */
.select2-container.select2-container .select2-dropdown {
    border: 0px solid var(--wp--preset--color--neutral);
    box-shadow: var(--wp--custom--box-shadow--regular);
    overflow: hidden;
}

.select2-container.select2-container--open .select2-dropdown--above,
.select2-container.select2-container--open .select2-dropdown--below {
    border-radius: var(--wp--custom--border-radius--regular);
    border-color: var(--wp--preset--color--primary);
}

.select2-container.select2-container--open .select2-dropdown--above {
    transform: translate(0, -0.2em);
}

.select2-container.select2-container--open .select2-dropdown--below {
    transform: translate(0, 0.2em);
}

.select2-container.select2-container .select2-search--dropdown {
    padding: 0.5em;
}

/* dropdown search */
.select2-container.select2-container .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--wp--preset--color--neutral);
    border-radius: var(--wp--custom--border-radius--regular);
    line-height: var(--wp--custom--line-heigt--body);
    padding: 0.5em;
}

.select2-container.select2-container .select2-search--dropdown .select2-search__field:hover {
    border-color: var(--wp--preset--color--primary);
}

.select2-container.select2-container .select2-search--dropdown .select2-search__field:focus {
    border-color: var(--wp--preset--color--primary);
}

/* dropdown results */
.select2-container.select2-container .select2-results > .select2-results__options {
    max-height: 240px;
}

.select2-container.select2-container .select2-results__option {
    padding: 0.75em 1em;
    font-size: var(--wp--preset--font-size--small);
}

.select2-container.select2-container .select2-results__option[role='alert'] {
    color: var(--wp--custom--color--error);
}

.select2-container.select2-container .select2-results__option[aria-selected='true'] {
    background: var(--wp--preset--color--neutral);
}

.select2-container.select2-container .select2-results__option--highlighted[aria-selected] {
    background: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--base);
}

/* selection single */
.select2-container.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: var(--wp--preset--font-size--small);
    padding: 1em 1em 1em 1em;
    color: var(--wp--preset--color--text-secondary);
    line-height: var(--wp--custom--line-height--body);
}

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

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

.select2-container.select2-container .select2-selection--single .select2-selection__clear::after {
    content: '\f00d';
    color: var(--wp--preset--color--text-secondary);
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: var(--wp--preset--font-size--small);
    opacity: 0.5;
}

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

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

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

/* selection multiple */
.select2-container.select2-container .select2-selection--multiple .select2-selection__rendered,
.select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__rendered {
    padding: 0.5em 2.5em 0.5em 0.5em;
    font-size: var(--wp--preset--font-size--small);
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    position: relative;
}

.select2-container.select2-container .select2-selection--multiple .select2-selection__rendered li {
    padding: 0.5em 0 0.5em 0.5em;
    margin: 0;
    border: 0;
    float: none;
    line-height: 1;
}

.select2-container.select2-container .select2-selection--multiple .select2-selection__choice,
.select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__choice {
    display: inline-flex;
    gap: 0.5em;
    align-items: center;
    border-radius: var(--wp--custom--border-radius--regular);
    background: none;
    color: var(--wp--preset--color--text-secondary);
}

.select2-container.select2-container .select2-selection--multiple .select2-selection__choice::after,
.select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__choice::after {
    order: 3;
    content: ',';
    margin-left: -0.4em;
}

.select2-container.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,
.select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    order: 2;
    margin: 0;
    padding: 0;
    border: 0;
    float: none;
    font-size: 0;
    line-height: var(--wp--preset--font-size--medium);
    display: flex;
}

.select2-container.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove::after,
.select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove::after {
    content: '\f00d';
    color: var(--wp--preset--color--text-secondary);
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: var(--wp--preset--font-size--medium);
    opacity: 0.66;
}

.select2-container.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover::after,
.select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover::after {
    opacity: 1;
}

.select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover + .acf-selection {
    text-decoration: line-through;
}

.select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__choice .acf-selection {
    cursor: move;
}

.select2-container.select2-container .select2-search--inline .select2-search__field {
    margin: 0;
    min-width: 10em;
    max-width: 100%;
    border-radius: 0;
}

.select2-container.select2-container .select2-selection--multiple .select2-selection__clear {
    order: 2;
    padding: 0;
    margin: 0;
    border: 0;
    float: none;
    position: absolute;
    top: 50%;
    z-index: 1;
    right: 12px;
    font-size: 0;
    line-height: var(--wp--preset--font-size--medium);
    display: flex;
    transform: translate(0, -50%);
}

.select2-container.select2-container .select2-selection--multiple .select2-selection__clear::after {
    content: '\f00d';
    color: var(--wp--preset--color--text-secondary);
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: var(--wp--preset--font-size--large);
}

.select2-container.select2-container .select2-selection--multiple .select2-selection__choice.ui-sortable-helper,
.select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper {
    border: 0;
    background: none;
    box-shadow: none;
    color: var(--wp--preset--color--text-secondary);
}

.select2-container.select2-container .select2-selection--multiple .select2-selection__choice.ui-sortable-helper::after,
.select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper::after {
    content: none;
}

.select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper .acf-selection {
    visibility: visible;
    color: var(--wp--preset--color--text-secondary);
}

.select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper .select2-selection__choice__remove {
    visibility: visible;
}

.select2-container.select2-container .select2-selection--multiple .select2-selection__choice.ui-sortable-placeholder,
.select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-placeholder {
    border: 0;
    margin-left: 0.5em;
    height: 1.6em;
    margin-top: 0.5em;
    background: var(--wp--preset--color--neutral);
}

.select2-container.select2-container .select2-selection--multiple .select2-selection__choice.ui-sortable-placeholder::after,
.select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-placeholder::after {
    content: none;
}

/* selection multiple is-style-fill */
.acf-field.is-style-fill .select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__rendered {
    gap: 0.5em;
}

.acf-field.is-style-fill .select2-container.select2-container .select2-selection--multiple .select2-selection__rendered li:not(:first-child, .select2-selection__choice) {
    padding: 0.5em 0;
}

.acf-field.is-style-fill .select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__choice {
    padding: 0.5em 0.5em 0.5em 0.5em;
    background: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--base);
}

.acf-field.is-style-fill .select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__choice::after {
    content: none;
}

.acf-field.is-style-fill .select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove::after {
    color: var(--wp--preset--color--base);
}

.acf-field.is-style-fill .select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper {
    background: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--base);
}

.acf-field.is-style-fill .select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-helper .acf-selection {
    color: var(--wp--preset--color--base);
}

.acf-field.is-style-fill .select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__choice.ui-sortable-placeholder {
    margin-left: 0;
    height: auto;
    margin-top: 0;
    background: var(--wp--preset--color--neutral);
}

@media (max-width: 767.98px) {
    /* selection multiple */
    .select2-container.select2-container .select2-selection--multiple .select2-selection__rendered,
    .select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__rendered {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    select[data-allow_null='0'] + .select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__rendered {
        padding-right: 0.5em;
    }

    .select2-container.select2-container .select2-selection--multiple .select2-selection__rendered li {
        padding: 0.5em 0.5em;
    }

    .select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__choice::after {
        content: none;
    }

    /* selection multiple is-style-fill */
    .acf-field.is-style-fill .select2-container.select2-container .select2-selection--multiple .select2-selection__rendered li {
        width: 100%;
    }

    .acf-field.is-style-fill .select2-container.select2-container.-acf .select2-selection--multiple .select2-selection__choice {
        width: 100%;
        justify-content: space-between;
    }
}
