.nav-group {
  display: contents;
}

.nav-group > small {
  display: block;
  padding: 15px 12px 5px;
  color: #7d8494;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.nav-group:first-child > small { padding-top: 4px; }
.nav[hidden], .nav-group[hidden] { display: none !important; }

.governance-view {
  padding: 0 !important;
  margin: -24px;
  min-height: calc(100vh - 88px);
  overflow: hidden;
  background: #f5f6f8;
}

#governance-frame {
  display: block;
  width: 100%;
  min-height: calc(100vh - 88px);
  border: 0;
  background: #f5f6f8;
}

body.governance-mode .debug-navigation,
body.governance-mode header .header-actions {
  display: none;
}

body.governance-mode .governance-view {
  min-height: calc(100vh - 88px);
}
