.enterprise-drawer{width:min(780px,94vw)}
.enterprise-form{display:grid;grid-template-columns:1fr 1fr;gap:0 18px;padding:8px 24px 24px;max-height:calc(100vh - 170px);overflow:auto}
.enterprise-form .wide{grid-column:1/-1}
.enterprise-form input,.enterprise-form select,.enterprise-form textarea{display:block;width:100%;margin-top:7px;padding:11px;border:1px solid #d8e0ea;border-radius:8px;background:#fff;color:#172033}
.enterprise-form textarea{min-height:88px;resize:vertical;font:inherit;line-height:1.55}
.enterprise-form .check{display:flex;align-items:center;gap:9px}
.enterprise-form .check input{width:auto;margin:0}
.enterprise-logo-preview{display:flex;align-items:center;justify-content:center;width:88px;height:88px;border:1px solid #e2e9f0;border-radius:18px;background:#fff;overflow:hidden}.enterprise-logo-preview img{display:block;width:100%;height:100%;object-fit:contain}
@media(max-width:700px){.enterprise-form{grid-template-columns:1fr}.enterprise-form .wide{grid-column:auto}}
