.kit.label-strip {
  background: rgba(var(--color-background));
  color: rgba(var(--color-text));
}

.label-strip__row {
  display: flex;
  gap: 14px 40px;
  flex-wrap: wrap;
  justify-content: center;
  font-family: var(--kit-font-display);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Each label and its trailing separator are separate flex items, like the source's sibling spans. */
.label-strip__item {
  display: contents;
}

.label-strip__sep {
  opacity: 0.5;
}

.label-strip__item:last-child .label-strip__sep {
  display: none;
}
