form input[type="checkbox"] {
		display: inline-block !important;
}
/* Target service titles inside the Bookly service card */
.svelte-iaobe5 .bookly-rounded-b .bookly-mb-1 {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #000000 !important;
  line-height: 1.2 !important;
}
/* Hide Bookly search filters */
.bookly-form .bookly-date-from,
.bookly-form .bookly-week-days,
.bookly-form .bookly-time-from,
.bookly-form .bookly-time-to {
    display: none !important;
}
/* Hide the entire first filter row */
.bookly-form .bookly-available-date {
    display: none !important;
}