.editor{display:flex;justify-content:stretch;max-height:calc(100vh - 180px)}.editor .form{display:flex;flex-direction:column;padding:1rem;gap:1rem;max-width:70ch}.editor .form .inputs{overflow:auto;display:flex;flex-direction:column;max-height:100%}.editor .form .inputs label:first-child{margin-top:0}.editor .form .buttons{display:flex;align-items:center;justify-content:end;gap:1rem}.editor .viewer{padding:1rem;min-height:50vh;flex-grow:1}
