
/* FINAL ABSOLUTE FIX: remove date from booking floating button */
.booking-date,.date-badge,.today-badge,.reserve-date,.floating-date,
[class*="date"],[class*="today"],[class*="calendar-day"]{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  font-size:0!important;
  width:0!important;
  height:0!important;
  overflow:hidden!important;
}

/* target green booking floating buttons */
a[href*="contact.php"].floating-btn,
a[href*="contact.php"].float-btn,
a[href*="contact.php"].fab,
a[href*="contact.php"].fab-btn,
a[href*="contact.php"].quick-btn,
a[href*="contact.php"].booking-btn,
a[href*="contact.php"].reserve-btn,
.floating-actions a[href*="contact"],
.float-actions a[href*="contact"],
.side-actions a[href*="contact"],
.quick-actions a[href*="contact"]{
  font-size:0!important;
  line-height:0!important;
  color:transparent!important;
  overflow:hidden!important;
}

a[href*="contact.php"].floating-btn::after,
a[href*="contact.php"].float-btn::after,
a[href*="contact.php"].fab::after,
a[href*="contact.php"].fab-btn::after,
a[href*="contact.php"].quick-btn::after,
a[href*="contact.php"].booking-btn::after,
a[href*="contact.php"].reserve-btn::after,
.floating-actions a[href*="contact"]::after,
.float-actions a[href*="contact"]::after,
.side-actions a[href*="contact"]::after,
.quick-actions a[href*="contact"]::after{
  content:"預約"!important;
  color:#fff!important;
  font-size:15px!important;
  line-height:1.2!important;
  font-weight:800!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
  text-align:center!important;
}

/* if any inner spans/divs still exist inside booking floating button */
a[href*="contact.php"].floating-btn > *,
a[href*="contact.php"].float-btn > *,
a[href*="contact.php"].fab > *,
a[href*="contact.php"].fab-btn > *,
a[href*="contact.php"].quick-btn > *,
a[href*="contact.php"].booking-btn > *,
a[href*="contact.php"].reserve-btn > *,
.floating-actions a[href*="contact"] > *,
.float-actions a[href*="contact"] > *,
.side-actions a[href*="contact"] > *,
.quick-actions a[href*="contact"] > *{
  display:none!important;
}
