/*
 * Hides the honeypot field container (label and input together).
 * Class name is configured in FormSetup.yaml (default: form-group--supplemental).
 * Override per project for additional obscurity.
 */
.form-group--supplemental {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}
