.prostir-script-editor {
  height: var(--prostir-editor-height);
  min-height: 220px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.prostir-script-editor[data-editor-ready="true"] {
  box-shadow: 0 0 0 1px rgba(36, 69, 55, .04) inset;
}

.prostir-knowledge-graph {
  height: var(--prostir-graph-height);
  min-height: 280px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(rgba(36, 69, 55, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 69, 55, .045) 1px, transparent 1px),
    var(--glass-thin);
  background-size: 24px 24px;
}

.prostir-knowledge-graph:focus {
  outline: 2px solid rgba(36, 69, 55, .32);
  outline-offset: 2px;
}
