/*
 * Custom Form Antispam Protector - off-screen honeypot wrapper.
 *
 * The injected markup also carries an inline style as the primary hiding
 * mechanism (so it stays hidden even where this stylesheet is not loaded);
 * this class is a stable hook for overrides and defense-in-depth.
 */
.cws-antispam-hp {
    position: absolute !important;
    left: -9999px !important;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
