/* Ensures the direct-booking submit button looks disabled until the form becomes valid */

.form-consent .form-submit:disabled,
.form-consent .form-submit[disabled] {
  background: rgba(0, 0, 0, 0.55) !important;
  border-color: rgba(0, 0, 0, 0.55) !important;
  color: rgba(255, 255, 255, 0.85) !important;
  cursor: not-allowed !important;
  opacity: 0.8 !important;
  box-shadow: none !important;
  transform: none !important;
}

.form-consent .form-submit:disabled:hover,
.form-consent .form-submit[disabled]:hover {
  transform: none !important;
  box-shadow: none !important;
}
