/* Honeypot Field Styles - Hidden from humans but visible to bots */
.comment-honeypot {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.comment-honeypot label {
    display: none !important;
}

.comment-honeypot input {
    display: none !important;
}
