/**
 * Hide the Honeypot wrapper from standard users and screen readers.
 * Uses absolute offscreen positioning instead of display:none to trick
 * smarter spam bots.
 */
.dwp-hp-wrap {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}