
.emhe-wrap{max-width:920px;margin:30px auto;font-family:Arial,sans-serif}
.emhe-form{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px;box-shadow:0 8px 30px rgba(0,0,0,.06)}
.emhe-form h3{margin:22px 0 14px}
.emhe-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.emhe-form label{display:flex;flex-direction:column;gap:7px;font-weight:600}
.emhe-form input,.emhe-form textarea,.emhe-form select{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px;font:inherit}
.emhe-checkboxes{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}
.emhe-checkboxes label,.emhe-consent{flex-direction:row;align-items:center;font-weight:400}
.emhe-checkboxes input,.emhe-consent input{width:auto}
.emhe-full{margin-top:16px}
.emhe-submit{margin-top:22px;border:0;border-radius:9px;padding:12px 24px;font-size:16px;cursor:pointer;background:#2271b1;color:#fff}
.emhe-message{padding:14px 16px;border-radius:8px;margin-bottom:16px}
.emhe-success{background:#ecfdf3;color:#166534}
.emhe-error{background:#fef2f2;color:#991b1b}
@media(max-width:700px){.emhe-grid{grid-template-columns:1fr}.emhe-form{padding:16px}}
