.sg178-sticky-booking-bar{
position:fixed;
left:0;
right:0;
bottom:-140px;
z-index:9999;
background:#fff;
border-top:1px solid #eee;
box-shadow:0 -10px 40px rgba(0,0,0,.12);
padding:14px 18px;
display:flex;
justify-content:space-between;
align-items:center;
gap:16px;
transition:bottom .28s ease;
}

.sg178-sticky-booking-bar.sg178-visible{
bottom:0;
}

.sg178-left strong{
display:block;
font-size:15px;
margin-bottom:4px;
}

.sg178-left span{
font-size:13px;
opacity:.7;
}

.sg178-right{
display:flex;
gap:10px;
}

.sg178-book-btn,
.sg178-wa-btn{
border:0;
border-radius:14px;
padding:12px 16px;
cursor:pointer;
font-weight:700;
}

.sg178-book-btn{
background:#ff5a5f;
color:#fff;
}

.sg178-wa-btn{
background:#f3f3f3;
}

@media(min-width:1024px){
.sg178-sticky-booking-bar{
max-width:1100px;
left:50%;
transform:translateX(-50%);
border-radius:18px 18px 0 0;
}
}
