/**
 * Honeypot Anti-Spam Protection
 * Champ invisible pour bloquer les bots
 * Ne pas modifier ce fichier sans comprendre son utilité
 */

.licciardi_website_url_field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    tab-index: -1 !important;
}

/* Alternative : méthode par visibilité */
.licciardi_website_url_field_alt {
    display: none !important;
    visibility: hidden !important;
}
