/* Web3Forms submission feedback and an invisible honeypot preserve the existing form design. */
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-submit:disabled { cursor: wait; opacity: .72; box-shadow: none; }
.form-submit.is-sending .arrow { display: none; }
