.cluster-badge {
  display: inline-block;
  padding: 2px 5px;
  border-radius: var(--radius-sm);
  font-size: 9px;
  font-weight: 500;
  background: var(--cluster-bg);
  color: var(--cluster-text);
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
