/* Static-only compatibility fixes. The original theme remains responsible for the visual design. */
html {
  scroll-behavior: smooth;
}

.static-form-status {
  min-height: 1.5em;
  margin-top: 14px;
  color: #333;
  font-size: 14px;
}

.static-form-status[data-state="error"] {
  color: #a82020;
}

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