.sda-gcal-booking { max-width: 520px; }
.sda-gcal-row { margin: 12px 0; display: grid; gap: 6px; }
.sda-slots { display: flex; flex-wrap: wrap; gap: 8px; }
.sda-slot {
  padding: 8px 10px; border: 1px solid #ccc; background: #fff; cursor: pointer;
  border-radius: 8px;
}
.sda-slot.is-selected {
    border-color: #fff;
    background: #000;
    color: #fff;
}
.sda-msg { margin-top: 10px; font-size: 14px; }
.sda-msg.is-error { color: #b00020; }
.sda-empty { opacity: 0.75; }
.sda-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.sda-confirmation {
  margin-top: 20px;
  padding: 2em;
  border: 1px solid #ddd;
  background: #f9f9f9;
  color:#000;
}
.sda-confirmation h4, .sda-gcal-booking h3 {
  margin-top: 0;
  text-align:center
}
.sda-confirmation-body {
  line-height: 1.6;
}
.sda-gcal-booking input:focus, .sda-gcal-booking textarea:focus {
	background-color:#fff;
}
.sda-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}