.pill-node {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 120px;
  padding: 10px 14px;
  border-radius: var(--radius-pill);
  background: rgba(18,20,33,0.92);
  white-space: nowrap;
}

.pill-node__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.pill-node__text {
  font-size: 13px;
  color: var(--text);
}
