.json-formatter {
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
}

.json-formatter__input {
  min-height: 200px;
}

.json-formatter__output {
  min-height: 200px;
  cursor: text;
}

.json-formatter__actions {
  justify-content: center;
}

.json-formatter .prose-note {
  margin-bottom: 0;
}
