.lead-form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; } .lead-form-consent { display: flex; align-items: flex-start; gap: 9px; color: #888; font-family: "Inter", system-ui, sans-serif; font-size: 10px; line-height: 1.5; text-transform: none; letter-spacing: 0; } .lead-form-consent input { width: auto !important; margin-top: 3px; flex: 0 0 auto; } .lead-form-confirm { display: inline-block; margin-top: 14px; padding: 11px 18px; border-radius: 5px; background: #eddfca; color: #000; font-size: 11px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; } .lead-form-status { margin-top: 10px; color: #888; font-family: "Inter", system-ui, sans-serif; font-size: 11px; line-height: 1.5; } .lead-form-turnstile { width: 100%; min-height: 65px; margin: 8px 0 14px; } html, body { max-width: 100%; overflow-x: clip; } @media (max-width: 520px) { .nav { flex-direction: column; justify-content: center; gap: 10px; } .nav-links { width: 100%; justify-content: center; } .form-box, .form-group, .form-group input, .form-group select, .form-group textarea { min-width: 0; max-width: 100%; } }