.ftcp-form-message { padding: 12px 16px; margin: 16px 0; border: 1px solid currentColor; border-radius: 3px; background: #fff; color: #28634f; font-size: 16px; }
.ftcp-form-message:empty { display: none; }
.ftcp-form-message.is-error { color: #9d2525; }
.ftcp-local-form [hidden] { display: none !important; }
.ftcp-local-form .ftcp-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.ftcp-local-form[aria-busy="true"] [type="submit"] { opacity: .6; cursor: wait; }
