body {
  margin: 0;
  font-family: system-ui, -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Ubuntu", sans-serif !important;
  overflow: hidden;
}

/* Editor frame */
.editor {
  background: rgba(129, 162, 178, 0.15);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-template-rows: 100vh;
  box-sizing: border-box;
}

.editor__frame {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 16px;
}

.editor__preview {
  max-width: 704px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 32px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(129, 162, 178, 0.25);
}
