/* The visual form system is defined by the Primawo theme. These fallbacks keep the form usable with another theme. */
.primawo-form-shell { box-sizing: border-box; max-width: 820px; margin-inline: auto; }
.primawo-form-shell *, .primawo-form-shell *::before, .primawo-form-shell *::after { box-sizing: border-box; }
.primawo-form-step[hidden] { display: none !important; }
.primawo-form-honeypot { position: absolute !important; left: -9999px !important; }
.primawo-form-error { display: none; }
.primawo-form-error.is-visible { display: block; }
