.apc-tier-upsells {
  margin-top: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.apc-tier-upsells__pill {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1.2;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(0, 128, 0, 0.08);
}

.apc-tier-upsells__pill--meta {
  background: rgba(0, 0, 0, 0.05);
  border-style: dashed;
}
