/* Studio shell: tab wrapper around builder, Researcher, and history. */

#studio-root { height: 100%; }

.studio-shell {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}

.studio-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
}

.studio-panel {
  display: none;
  min-height: 100%;
}

.studio-panel.active {
  display: block;
}

.studio-panel--researcher.active {
  height: 100%;
}

.studio-panel--researcher #subject-ingest-root {
  height: 100%;
}

.studio-footer {
  flex: 0 0 auto;
  background: var(--page-bg);
  border-top: 1px solid var(--border-default);
  z-index: 4;
}

.studio-footer .sbx-launchbar {
  border-top: 0;
}
