/* Add custom CSS styles below */ 
.form-group,
.s-form-group,
.booking-form > div {
  margin-bottom: 18px !important;
}

label,
.s-radio,
.s-checkbox {
  margin-bottom: 10px !important;
}

button,
.s-button-element {
  border-radius: 12px !important;
}

button:disabled,
.disabled {
  display: none !important;
}