
/* COMPLETE REBUILD BOOKING BUTTON */
.star2-new-booking-btn{
    position:fixed!important;
    right:22px!important;
    bottom:150px!important;
    width:74px!important;
    height:74px!important;
    border-radius:50%!important;
    background:#16924f!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-decoration:none!important;
    z-index:99999!important;
    box-shadow:0 10px 30px rgba(0,0,0,.18)!important;
    transition:.25s ease!important;
}
.star2-new-booking-btn:hover{
    transform:translateY(-4px) scale(1.05)!important;
}
.star2-new-booking-btn span{
    color:#fff!important;
    font-size:16px!important;
    font-weight:800!important;
    letter-spacing:1px!important;
}

/* 強制隱藏舊預約按鈕 */
.floating-booking,
.float-booking,
.booking-float,
.reserve-float,
.quick-booking,
.fab-booking,
.floating-actions a[href*="contact"],
.float-actions a[href*="contact"],
.side-actions a[href*="contact"],
.quick-actions a[href*="contact"],
[class*="booking-date"],
[class*="today-badge"],
[class*="reserve-date"]{
    display:none!important;
}
