/* Content type badges — Original (Insights), Brief (news), External (around the web) */

.content-badge {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  line-height: 1;
  white-space: nowrap;
}

.content-badge--original {
  background: #18181b;
  color: #fff;
}

.content-badge--brief {
  background: #eef2ff;
  color: #4338ca;
  border: 1px solid #c7d2fe;
}

.content-badge--external {
  background: #f4f4f5;
  color: #52525b;
  border: 1px solid #e4e4e7;
}

.content-badge-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
