.site-editor{display:grid;grid-template-columns:minmax(270px,340px) minmax(0,1fr);gap:20px;min-height:760px}.site-editor>.card-head{grid-column:1/-1;align-items:center}.site-editor>.card-head p{margin:8px 0 0;color:#526471}.site-editor-controls{display:grid;align-content:start;gap:16px;max-height:760px;overflow:auto}.site-editor-controls label{display:grid;gap:6px;font-weight:600}.site-editor-controls input,.site-editor-controls select,.site-editor-controls textarea{width:100%;border:1px solid #bcc6cd;border-radius:7px;padding:9px;background:#fff;color:#192733}.site-editor-controls input[type=color]{height:44px;padding:4px}.site-editor-controls details{border:1px solid #d6e0e7;border-radius:8px;padding:12px}.site-editor-controls summary{cursor:pointer;font-weight:700}.site-editor-palette,#editor-selected{display:grid;gap:12px;margin-top:14px}.site-editor-snippet{overflow-wrap:anywhere;color:#526471;font-size:13px}#editor-frame{width:100%;min-height:720px;border:1px solid #bcc6cd;border-radius:8px;background:#fff}.site-editor-highlight{outline:3px solid #e2ad3a!important;outline-offset:3px;cursor:crosshair!important}@media(max-width:1050px){.site-editor{grid-template-columns:1fr}.site-editor-controls{max-height:none}#editor-frame{min-height:600px}}