.honeypot {
    position: absolute !important;
    left: -9999px !important; /* push far off-screen */
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
}
