:root {
  /* Match the Dashboard header height */
  --scalar-header-height: 48px;
}

.t-header .navigation {
  gap: 8px;
}

/** Share all text styles */
.t-header .link,
.t-header .group__label {
  font-size: var(--scalar-small);
  font-weight: normal;
  line-height: 18px;
  color: var(--scalar-header-color-2, var(--scalar-color-2));
  height: auto;
}

.t-header .link:hover,
.t-header .group__label:hover {
  color: var(--scalar-sidebar-color-1, var(--scalar-color-1));
}

/** __cta styles are for when we display the item as a button */
.t-header .link.link__button {
  background: var(--scalar-button-1);
  padding: 6px 9px;
  margin-left: 5px;
  border-radius: var(--scalar-radius);
  margin-right: 0;

  color: var(--scalar-header-background-1, var(--scalar-background-1));
  font-size: var(--scalar-mini);
  font-weight: var(--scalar-semibold);
  border: 1px solid var(--scalar-button-1);
}

.t-header .link.link__button:hover {
  opacity: 0.85;
  color: var(--scalar-header-background-1, var(--scalar-background-1));
}

.header .header-center {
  display: none;
}
