/*
 * Documentation
 * Shared stylesheet for CSP-safe runtime helpers (anti-spam honeypots, etc.).
 */

/* Documentation: Keep honeypot/time-trap fields off-screen without inline styles so strict CSPs remain valid. */
.va-honeypot-container {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
}
