.badge,
.tag-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  white-space: nowrap;
}

.badge {
  min-height: 30px;
  padding: 0 12px;
  font-size: 0.73rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: var(--text-primary);
  align-self: start;
  justify-self: start;
}

.tag-chip {
  min-height: 34px;
  padding: 0 14px;
  font-size: 0.8rem;
  font-weight: 600;
  background: #f8fafc;
  border: 1px solid rgba(23, 32, 51, 0.08);
  color: var(--text-secondary);
}
