/* Small static-hosting helpers. The original visual styles remain in the mirrored files. */
.static-form-message {
  display: none;
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.35);
  background: rgba(255,255,255,.08);
  color: inherit;
}
.static-form-message.is-visible { display: block; }
html { scroll-behavior: smooth; }
