body .wpcf7-form .select2-container {
    width: 100% !important;

}

body .wpcf7-form .select2-selection {
    background: transparent;
    outline: 0;
    font-size: 14px;
    color: #F5F7F8;
    line-height: 140%;
    border: 0;
    display: block;
    height: fit-content;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #A7A7A7;
    line-height: 140%;
    padding: 0;
    text-align: left;
}

body .wpcf7-form select::placeholder {
    font-size: 14px;
    color: #A7A7A7;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 12px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    left: unset;
    right: 20px;
    background: center/ contain no-repeat url("/wp-content/uploads/2025/07/select-arrow-icon.svg");
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}

body .select2-search--dropdown {
    display: none;
}

body .select2-container--open .select2-dropdown--below {
    margin-top: 0px;
    background-color: #F5F7F8;
    padding: 0px 0px;
}

body .select2-dropdown.select2-dropdown--above {
    top: -10px;
    padding: 7px 0px;
    background-color: #F5F7F8;
    min-height: 230px;
}

body .select2-container--open ul li {
    padding: 8px 20px;
    color: #0A0A0A;
    font-size: 14px;
    line-height: 140%;
}


body .select2-container .select2-selection {
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
}

body .select2-container .select2-selection--single .select2-selection__rendered {
    white-space: unset;
}

body .select2-container .select2-selection--single .select2-selection__rendered {
    display: -webkit-box;
    -webkit-line-clamp: 1;     /* тільки 1 рядок */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 1023.98px) {
    body .select2-container--open .select2-dropdown--below {
        margin-top: 0px;
    }
}
