/* 
 * forms.css
 * 
 * Styling for all forms: login, registration, SureForms, profile forms,
 * and any input/label/placeholder/button styles specific to form UX.
 * 
 * Does NOT include global typography or LearnDash-specific form elements.
 */
 .welnest-honeypot {
    position: absolute !important;
    left: -9999px !important;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

.welnest-honeypot label,
.welnest-honeypot input {
    position: absolute;
    left: -9999px;
}

