/* Scoped form styles; host pages retain everything outside this component. */
.evf-root{display:block;box-sizing:border-box;width:100%;max-width:740px;margin:0 auto;min-width:0;color:#333;font:16px/1.6 system-ui,sans-serif;overflow-wrap:anywhere}
.evf-root *,.evf-root *::before,.evf-root *::after{box-sizing:border-box}
.evf-root [hidden]{display:none!important}
.evf-root p,.evf-root h1{margin:0}.evf-root a{color:inherit;text-decoration:underline}
.evf-root .evf-form{display:flex;flex-direction:column;gap:24px;width:100%;margin:0;padding:24px 16px;border:0;border-radius:12px;background:#f5f5f5}
.evf-root .evf-small{font-size:12px;margin-top:4px}.evf-root .evf-intro{font-size:14px}
.evf-root .evf-row{display:flex;flex-direction:column;gap:4px;min-width:0;width:100%}
.evf-root .evf-label{display:block;font-size:16px;font-weight:700;margin:0}
.evf-root .evf-required{color:#dc2626}
.evf-root .evf-control{flex:1;min-width:0;width:100%}
.evf-root .evf-pair{display:flex;gap:12px;flex:1;min-width:0;width:100%}
.evf-root .evf-input{display:block;min-height:44px;width:100%;min-width:0;padding:8px 12px;font:inherit;color:#333;background:#fff;border:1px solid #d1d5db;border-radius:6px;line-height:1.6}
.evf-root textarea.evf-input{resize:vertical;min-height:120px}
.evf-root input[type=checkbox]{appearance:auto;position:static;opacity:1;display:inline-block;width:16px;height:16px;flex:none;margin:4px 0 0;padding:0}
.evf-root .evf-choice{display:flex;align-items:flex-start;gap:12px;cursor:pointer;margin:0;font-weight:400}
.evf-root .evf-consent{font-size:12px;align-self:center;width:100%}
.evf-root .evf-consent .evf-choice{justify-content:center}
.evf-root .evf-captcha{align-self:center;width:100%;max-width:300px;min-height:0}
.evf-root .evf-button{display:inline-flex;align-items:center;justify-content:center;align-self:center;text-align:center;max-width:100%;min-width:min(250px,100%);width:auto;margin:0;padding:12px 32px;border:1px solid transparent;border-radius:999px;background:var(--evf-button,#3a4044);color:var(--evf-button-text,#fff);font:700 14px/1.6 system-ui,sans-serif;white-space:normal;text-decoration:none;cursor:pointer;transition:opacity .15s}
.evf-root button:disabled{cursor:wait;opacity:.55}.evf-root .evf-button:hover{opacity:.8}
.evf-root :focus-visible{outline:2px solid #333;outline-offset:3px}
.evf-root .evf-errors{padding:16px;border:1px solid #dc2626;border-radius:6px;background:#fff}
.evf-root .evf-errors ul{margin:8px 0 0;padding-left:20px;list-style:disc}
.evf-root .evf-error-title{font-weight:700}.evf-root .evf-field-error{color:#dc2626;font-size:14px;margin-top:4px}
.evf-root [aria-invalid=true]{border-color:#dc2626}
.evf-root .evf-retry{display:inline-block;position:static;width:auto;margin:8px 0;padding:8px 16px;border:1px solid #333;border-radius:6px;font:inherit;color:#333;background:#fff;cursor:pointer}
.evf-root .evf-thanks{text-align:center}.evf-root .evf-thanks-title{font-size:24px;font-weight:600;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #dad8de}
.evf-root .evf-card{display:flex;flex-direction:column;align-items:center;gap:24px;max-width:740px;margin:24px auto 0;padding:24px 16px;border-radius:12px;background:#f5f5f5;text-decoration:none}
.evf-root .evf-card:hover{background:#ececec}.evf-root .evf-card-title{font-size:20px;font-weight:700}
.evf-root .evf-thumbnail{display:block;width:100%;max-width:360px;height:auto;object-fit:contain}
@media(min-width:640px){.evf-root .evf-form{padding:32px 24px}.evf-root .evf-row{flex-direction:row;align-items:center}.evf-root .evf-label{width:160px;flex-shrink:0}.evf-root .evf-card{padding:32px 24px}}
