/**
 * Styles for the honeypot facet checkbox.
 */

/* Make checkbox only readable to bots
*/
.honey {
  position: absolute !important;
  left: -9999px;
  visibility: hidden;
}
