.repository .secondary-nav {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-secondary);
}

.repository .secondary-nav .fork-flag {
  margin-top: 0.5rem;
  font-size: 12px;
  color: var(--color-text-light-1);
}

.repo-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.repo-header .flex-item {
  padding: 0;
}

.repo-header .flex-item-main {
  flex: 0;
  flex-basis: unset;
}

.repo-header .flex-item-title {
  font-size: 20px;
  font-weight: var(--font-weight-semibold);
}

.repo-header .flex-item-title .svg {
  color: var(--color-text-light-2);
}

.repo-header .flex-item-trailing {
  flex-wrap: nowrap;
  gap: 8px;
}

/* GitHub-style repo action buttons */
.repo-header .repo-buttons {
  display: flex;
  gap: 8px;
  align-items: center;
}

.repo-header .repo-buttons .ui.button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.repo-header .repo-buttons .ui.labeled.button > .label {
  background: var(--color-card);
  border: 1px solid var(--color-secondary);
  border-left: none;
}
