/* Public identity tiers owned by articles-ai.  Fleet-wide structure stays in
   vendor/fleet-ui; these rules describe this app's manager/revision data. */
.writer-site-role {
  display: inline-flex;
  width: fit-content;
  padding: 0.15rem 0.5rem;
  border: 1px solid var(--accent);
  border-radius: 999px;
  color: var(--accent);
  font-size: var(--step--2);
  font-weight: 700;
  letter-spacing: 0.025em;
}

.manager-byline {
  background: color-mix(in srgb, var(--accent) 8%, transparent);
  padding-block: var(--space-3);
  padding-right: var(--space-3);
}

.manager-writer-box {
  border-top-width: calc(var(--rule) * 2);
  border-top-color: var(--accent);
}

.article-revision {
  flex-basis: 100%;
  margin: var(--space-2) 0 0;
  color: var(--muted);
  font-size: var(--step--2);
}

.article-revision a {
  color: var(--text);
  font-weight: 600;
}

.persona-assistant-line {
  color: var(--muted);
  font-size: var(--step--2);
}

.persona-assistant-line a {
  color: inherit;
  font-weight: 700;
}

.persona-disclosure {
  max-width: 62ch;
  margin: var(--space-3) 0 0;
  padding-left: var(--space-3);
  border-left: calc(var(--rule) * 2) solid var(--border);
  color: var(--muted);
}
