/* Sinovo Amarcord Appointment button label, CSS-only and scoped to Appointment overview. */
body.o_website_appointment_appointments_cards_layout .o_wappointment_card a.btn[href^="/appointment/"] {
  font-size: 0 !important;
}

body.o_website_appointment_appointments_cards_layout .o_wappointment_card a.btn[href^="/appointment/"]::after {
  content: "Book an Appointment";
  font-size: 1rem;
  line-height: 1.5;
}
