.evox-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:820px}.evox-form-field{grid-column:1/-1;display:flex;flex-direction:column;gap:6px}.evox-form-field.evox-form-half{grid-column:span 1}.evox-form label{font-weight:600}.evox-form input:not([type=checkbox]):not([type=radio]),.evox-form textarea,.evox-form select{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:inherit}.evox-form textarea{min-height:110px;resize:vertical}.evox-form-options{display:flex;flex-wrap:wrap;gap:14px}.evox-form-field small{color:#64748b}.evox-form-actions{grid-column:1/-1}.evox-form-actions button{padding:10px 18px;border:0;border-radius:8px;cursor:pointer}.evox-form-message{padding:12px 14px;border-radius:8px;margin:0 0 16px}.evox-form-success{background:#ecfdf5;border:1px solid #a7f3d0}.evox-form-error,.evox-form-denied{background:#fef2f2;border:1px solid #fecaca}.evox-form-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}@media(max-width:700px){.evox-form{grid-template-columns:1fr}.evox-form-field.evox-form-half{grid-column:1/-1}}
