/*
 * Feature 91.3 — Application-shell convergence.
 *
 * Presentation-only Workspace overrides that align the repeat-use application
 * chrome with the already-compacted Editor shell. The Editor remains structurally
 * separate and no runtime/component extraction is introduced here.
 */

@media (min-width: 901px) {
  .workspace-overview-page .workspace-topbar {
    gap: 10px;
    padding: 9px 18px;
  }

  .workspace-overview-page .workspace-topbar .brand-mark {
    width: 30px;
    height: 30px;
  }

  .workspace-overview-page .workspace-topbar .brand-word {
    font-size: 21px;
  }

  .workspace-overview-page .workspace-topbar .topbar-actions {
    gap: 7px;
  }
}

@media (min-width: 901px) and (max-width: 1650px) {
  .workspace-overview-page .workspace-topbar {
    padding-inline: 14px;
  }
}

.workspace-overview-page .workspace-nav .nav-link {
  font-family: var(--ic-font-sans);
  font-weight: var(--ic-weight-medium);
  letter-spacing: 0;
}
