.studio-editors {
  grid-column: 4;
  grid-row: 1;
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(14rem, min(var(--types-width, 66%), calc(100% - 14rem - 3px))) 3px minmax(14rem, 1fr);
  border-bottom: 1px solid #cbd5e1;
  background: #ffffff;
  overflow: hidden;
}

.studio-editor-panel {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
}
