.ees-form{max-width:900px;padding:24px;border:1px solid #ddd;border-radius:18px;background:#fff}
.ees-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.ees-grid p{margin:0}
.ees-grid label{display:block;font-weight:600}
.ees-grid input,.ees-grid textarea{width:100%;margin-top:8px;padding:12px;border:1px solid #ccc;border-radius:10px;box-sizing:border-box}
.ees-form button{padding:12px 18px;border:0;border-radius:10px;background:#111;color:#fff;cursor:pointer}
.ees-span-2{grid-column:span 2}
.ees-notice.success{margin-bottom:16px;padding:12px 16px;background:#e9f8ee;color:#126133;border-radius:10px}
@media (max-width:768px){.ees-grid{grid-template-columns:1fr}.ees-span-2{grid-column:auto}}
