span.select2-dropdown.dropdown_class.select2-dropdown--below {
    border: 0;
}
.select2-results {
    display: block;
    width: 100%;
}
span.select2.select2-container.select2-container--classic, span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

/* Style for the product items in the dropdown (select2) */
.pdscf7_container {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
    line-height: 1.5;
}

/* Style for the image inside the dropdown */
.pdscf7_container img {
    width: 80px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 3px;
}
.pdscf7_container .pdscf7_title {
    margin-right: auto;
}
.pdscf7_container .pdscf7_product_price {
    font-size: 15px
}
.select2-container--classic .select2-selection__rendered .pdscf7_container {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* Default select styling for layout_style_dropdown */
select.wpcf7-product_dropdown {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}
.pdscf7_custom_dropdown_display {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.pdscf7_custom_dropdown_display img {
    width: 80px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 3px;
}
.pdscf7_custom_dropdown_display .pdscf7_title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.pdscf7_custom_dropdown_display .pdscf7_product_price {
    font-size: 14px;
    color: #888;
    margin-left: auto;
}