/* Honeypot - hide from humans, visible to bots */
.hp-field {
    position: absolute;
    left: -99999px;
    top: -99999px;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: -1;
}
