/* Detail page fixes to match Droidev behavior */

@media (max-width: 767px) {
    .tabs_detail .tab-content .card-header a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f068";
        width: 20px;
        display: block;
        float: right;
    }

    .tabs_detail .tab-content .card-header a.collapsed:after {
        content: "\f067";
    }
}

/* Keep contact panel usable if opened on mobile */
.box_booking.mobile_fixed .head a.close_panel_mobile {
    line-height: 1;
}
