.pdscf7_dropdown_wrapper span.select2-results {
    display: block;
    width: 100%;
    position: absolute;
    top: 32px;
    border-style: solid;
    border-width: inherit;
    border-color: inherit;
    background: #ffffff;
}
.pdscf7_dropdown_wrapper .pdscf7_container {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
    line-height: 1.5;
}
.pdscf7_dropdown_wrapper .pdscf7_container img {
    width: 80px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 3px;
}
.pdscf7_dropdown_wrapper .pdscf7_container .pdscf7_title {
    margin-right: auto;
}
.pdscf7_dropdown_wrapper .pdscf7_container .pdscf7_product_price {
    font-size: 15px
}
.pdscf7_dropdown_wrapper .select2-container--classic .select2-selection__rendered .pdscf7_container {
    display: flex;
    align-items: center;
    gap: 10px;
}
select.wpcf7-product_dropdown {
    width: 100%;
    border-style: solid;
    border-width: inherit;
    border-color: inherit;
    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;
}