#sbc-wrap{max-width:600px;margin:20px auto;padding:15px;border:1px solid #eee;border-radius:8px;background:#fff}
.sbc-row{display:flex;flex-wrap:wrap;gap:10px}
.sbc-col{flex:1;min-width:45%}
#sbc-slots{width:100%;height:auto}
.sbc-success{color:green;padding:8px}
.sbc-error{color:red;padding:8px}
#sbc-slots option[disabled],
#sbc-slots option[data-booked="1"],
.sbc-booked-slot {
  background-color: #e9e9e9 !important;
  color: #666 !important;
  font-style: italic !important;
}

/* Datepicker day class when some slots are booked */
.sbc-booked-day a {
  background: #f0f0f0 !important;
  color: #666 !important;
  border-radius: 3px;
}
