/* Hide the Week/Month switch completely */
.el-radio-group.ui-radio-group:has(input[value="month"]) {
  display: none !important;
}
.bs-dt .booking-ts div:last-child,
.bs-dt .booking-ts > span {
  display: none;
}