html {
  scroll-behavior: smooth;
}

#scroll {
  scroll-margin-top: 18px;
}

.form-message {
  display: none;
  margin: -3px 4px 14px;
  color: #b00020;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.form-message.show {
  display: block;
}

#orderForm .input-error {
  border-color: #b00020;
  box-shadow: 0 0 0 2px rgba(176, 0, 32, 0.12);
}

#orderForm button:disabled {
  cursor: wait;
  opacity: 0.72;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
