/*
 * The decoy has to be a real, rendered input that a bot finds worth filling in - it is only
 * moved out of the viewport. display:none or the hidden attribute would be a giveaway.
 */
.stop-robots-decoy {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
