
#sb_main .btn.custom.btn-with-icon.sb-book {
  display: none !important;
}

/* --- Botão de "Book" específico (layout v2) --- */
#main-buttons .wrapper .inner .bar > a.btn.book.custom[href="#book"] {
  display: none !important;
}

/* Cobre variação de classes usada no SimplyBook v2 */
#sb_main a.btn.custom.btn-with-icon.sb-book[href="#book"],
#sb_main .bar > a.btn.custom.btn-with-icon.sb-book[href="#book"] {
  display: none !important;
}

/* Fallback caso algum script force display: */
#main-buttons .wrapper .inner .bar > a.btn.book.custom[href="#book"],
#sb_main a.btn.custom.btn-with-icon.sb-book[href="#book"] {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  background: none !important;
}

/* Garante que nenhum ícone/texto de pseudo-elemento apareça */
#main-buttons .wrapper .inner .bar > a.btn.book.custom[href="#book"]::before,
#main-buttons .wrapper .inner .bar > a.btn.book.custom[href="#book"]::after,
#sb_main a.btn.custom.btn-with-icon.sb-book[href="#book"]::before,
#sb_main a.btn.custom.btn-with-icon.sb-book[href="#book"]::after {
  content: none !important;
  display: none !important;
}

/* Mantém os teus ajustes anteriores */
#sb_back_button { visibility: hidden !important; }
#sb_back_to_bookings { display: none !important; }
a.btn.book.custom { display: none !important; } /* opcional, mantido */
#booking-result-view { background: white; }
#sb-timeline #steps #steps-content { background: white; }
#sb_invoice_payment_systems_container { display: none !important; visibility: hidden !important; }
div.tab-link:first-child { display: none !important; visibility: hidden !important; }

/* Mobile */
@media only screen and (max-device-width: 767px) {
  #main #main-buttons {
    background: none !important;
  }
}
