/* Extra Services Highlight Styles */
.cost_row.cost_row_extra.wpestate_show_extra_options_booking.service-selected {
    background-color: rgba(246, 78, 116, 0.05);
    border-left: 3px solid rgba(246, 78, 116, 0.3);
    transition: all 0.3s ease;
}

.cost_row.cost_row_extra.wpestate_show_extra_options_booking {
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}