.xhf_trip_results_sidebar_widget:not(.mobile_popup) .xhf_block > .xhf_block_item_wrap:last-child {
    border: 0 !important;
}

.xhf_trip_results_sidebar_widget_btn .sidebar_btn_wrap {
    position: fixed;
    bottom: 80px;
    left: 25px;
    z-index: 998;
}

.xhf_trip_results_sidebar_widget.mobile_popup {
    z-index: 999;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffffeb;
}