.bh-mcb-mobile-bar,
.bh-mcb-mobile-bar *{
    box-sizing:border-box;
}

.bh-mcb-mobile-bar{
    display:none;
}

@media(max-width:991px){
    .bh-mcb-mobile-bar{
        position:fixed;
        left:10px;
        right:10px;
        bottom:10px;
        z-index:999999;
        display:grid;
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:8px;
        padding:8px;
        border-radius:20px;
        background:rgba(255,250,242,.96);
        border:1px solid rgba(126,83,38,.18);
        box-shadow:0 16px 38px rgba(42,27,12,.22);
        backdrop-filter:blur(12px);
        -webkit-backdrop-filter:blur(12px);
        font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",Arial,sans-serif;
    }

    .bh-mcb-mobile-bar .bh-mcb-item{
        min-width:0;
        min-height:46px;
        display:flex!important;
        align-items:center;
        justify-content:center;
        gap:5px;
        border-radius:999px;
        text-decoration:none!important;
        border:1px solid rgba(139,91,42,.15);
        background:#fff;
        color:#5b371b!important;
        font-size:14px;
        line-height:1;
        font-weight:900;
        white-space:nowrap;
        -webkit-tap-highlight-color:transparent;
    }

    .bh-mcb-mobile-bar .bh-mcb-booking{
        color:#fff!important;
        background:linear-gradient(135deg,#c9954e,#8f5a24);
        border-color:rgba(255,255,255,.18);
        box-shadow:0 8px 18px rgba(143,90,36,.22);
    }

    .bh-mcb-mobile-bar .bh-mcb-ico{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        width:17px;
        height:17px;
        font-size:15px;
        line-height:1;
    }
}

@media(max-width:360px){
    .bh-mcb-mobile-bar{
        left:8px;
        right:8px;
        bottom:8px;
        gap:6px;
        padding:7px;
        border-radius:18px;
    }
    .bh-mcb-mobile-bar .bh-mcb-item{
        min-height:43px;
        gap:3px;
        font-size:13px;
    }
    .bh-mcb-mobile-bar .bh-mcb-ico{
        font-size:13px;
        width:14px;
    }
}


/* v1.0.1 手机点击安全修复 */
@media(max-width:1024px){
    #bhmFbWidget,
    .bhm-fb-widget{
        pointer-events:none!important;
    }
    #bhmFbWidget .bhm-fb-panel,
    #bhmFbWidget .bhm-fb-panel *,
    .bhm-fb-widget .bhm-fb-panel,
    .bhm-fb-widget .bhm-fb-panel *{
        pointer-events:auto!important;
    }
    #bhmFbWidget.is-collapsed .bhm-fb-panel,
    #bhmFbWidget.is-collapsed .bhm-fb-panel *,
    .bhm-fb-widget.is-collapsed .bhm-fb-panel,
    .bhm-fb-widget.is-collapsed .bhm-fb-panel *{
        pointer-events:none!important;
    }
    .bh-mcb-mobile-bar,
    .bh-mcb-mobile-bar *{
        pointer-events:auto!important;
    }
}
