/* Spam-Free Form — honeypot only (Method 2).
   Off-screen positioning, NOT display:none and NOT type=hidden — both of
   which sophisticated bots detect and skip. Kept in this external sheet
   (not inline) so it isn't obvious in the page HTML. */
.sff-hp {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
