/* Focused local edition: stop-motion shooting, timeline, editing and playback only. */
html.local-edition [data-tab="link"],
html.local-edition [data-tab="review"],
html.local-edition [data-tab="production"],
html.local-edition [data-pane="link"],
html.local-edition [data-pane="review"],
html.local-edition [data-pane="production"],
html.local-edition .local-external {
  display: none !important;
}

html.local-edition .brand::after {
  content: 'LOCAL';
  margin-left: 7px;
  padding: 2px 6px;
  border: 1px solid rgba(255, 95, 69, .55);
  border-radius: 999px;
  color: #ff8a75;
  font: 700 9px/1.1 system-ui, sans-serif;
  letter-spacing: .12em;
}

html.local-edition #topbar {
  border-bottom-color: rgba(255, 95, 69, .35);
}

html.local-edition #btnSession::before {
  content: '●';
  margin-right: 6px;
  color: #79d6a7;
  font-size: 9px;
}

html.local-edition [data-pane="session"] > h3:first-of-type {
  margin-top: 0;
}

html.local-edition .session-pane,
html.local-edition [data-pane="export"] {
  padding-bottom: 28px;
}

@media (max-width: 720px) {
  html.local-edition .brand::after { display: none; }
}
