/**
 * Fichier  : /features/broadcast/assets/css/honeypot.css
 * Fonction : style du pare feu anti-spam du formulaire
 */


/* ==================================================
   HONEYPOT
================================================== */

.broadcast-form__honeypot {
    position: absolute !important;
    left: -9999px !important;
}

.broadcast-form__honeypot {
    width: 1px !important;
    height: 1px !important;
}

.broadcast-form__honeypot {
    opacity: 0 !important;
    pointer-events: none !important;
}