
.smart-form-dialog{width:min(920px,calc(100vw - 36px));max-height:90dvh;border:1px solid #E2D5C6;border-radius:20px;padding:0;background:#FBF7F2;color:#3D453F;box-shadow:0 24px 70px rgba(18,38,31,.22);overflow:auto}
.smart-form-dialog::backdrop{background:rgba(18,38,31,.55);backdrop-filter:blur(2px)}
.smart-form-shell{position:relative;padding:22px}
.smart-form-dialog .formwrap{margin:0}
.smart-form-close{position:sticky;z-index:5;top:12px;margin-left:auto;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;border:1px solid #DCD2C6;background:#fff;color:#12261F;font-size:25px;line-height:1;cursor:pointer;box-shadow:0 6px 18px rgba(18,38,31,.12)}
.smart-form-trigger-row{display:flex;justify-content:center;margin-top:22px}
.smart-form-enabled .formwrap{margin-top:0}
.smart-form-enabled>.wrap>.formwrap{display:none}
@media(max-width:700px){
 .smart-form-dialog{width:100vw;max-width:none;height:min(92dvh,860px);max-height:92dvh;margin:auto 0 0;border-radius:22px 22px 0 0;border-left:0;border-right:0;border-bottom:0}
 .smart-form-shell{padding:12px 14px 28px}
 .smart-form-dialog .formwrap{grid-template-columns:1fr!important;gap:0!important}
 .smart-form-dialog .formside{padding:22px 18px!important}
 .smart-form-dialog .formbody{padding:22px 18px!important}
 .smart-form-close{top:8px;right:8px}
}
