.nojs-validation-notice {
  display: none;
  margin: 0 0 1rem;
}

#validatie-melding:target {
  display: block;
}

.booking-flow-notice {
  margin: 0 0 1rem;
  box-shadow: 0 14px 36px rgba(0,0,0,.16);
}

.booking-flow-notice strong {
  color: inherit;
}

.form-helper {
  display: block;
  margin-top: .38rem;
  color: var(--text-muted);
  font-family: var(--font-serif);
  font-size: .8rem;
  line-height: 1.45;
}

.form-group select.awaiting-suite {
  opacity: .68;
  cursor: not-allowed;
}

.form-group select.awaiting-suite + .form-helper {
  color: rgba(225,199,119,.78);
}

.form-group.error .form-helper {
  color: rgba(255,199,192,.76);
}

@media (prefers-reduced-motion: reduce) {
  .booking-flow-notice,
  .form-group select {
    animation: none !important;
    transition: none !important;
  }
}
