/* One calm alignment grid for the administrative workspace. */
.content-actions {
  width: min(100%, 920px);
  display: flex;
  justify-content: center;
  margin: 0 auto 14px;
}

.content-actions .ghost {
  min-height: 38px;
  padding: 7px 13px;
  font-size: 11px;
}

.content > .page-head {
  width: min(100%, 920px);
  flex-direction: column;
  align-items: center;
  margin: 0 auto 24px;
  padding-bottom: 18px;
  text-align: center;
}

.content > .page-head .primary {
  min-width: 0;
  min-height: 40px;
  padding: 8px 14px;
  font-size: 11px;
}

.content > .two-col {
  width: min(100%, 920px);
  margin-inline: auto;
}

.content > .two-col .panel-head {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.content > .two-col .panel-head .text-button {
  min-height: 32px;
  padding: 4px 8px;
  font-size: 11px;
}

@media (max-width: 800px) {
  /* Avoid the 100vw overflow that visually shifted the full workspace. */
  .shell > .content {
    width: 100% !important;
    max-width: 100% !important;
  }

  .content-actions { margin-bottom: 10px; }
  .content > .page-head { margin-bottom: 18px; }
  .content > .page-head h1 { font-size: 28px; }

  /* Keep the overview cards visually centred instead of filling the whole page. */
  .content > .metrics--compact,
  .content > .two-col {
    width: min(calc(100% - 36px), 480px);
  }
}
