﻿.growth-indicator-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0 1rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(242, 193, 78, 0.35);
  border-radius: 6px;
  background: rgba(5, 6, 8, 0.72);
}

.growth-indicator-chip {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f2c14e;
  padding: 0.25rem 0.55rem;
  border: 1px solid rgba(242, 193, 78, 0.25);
  border-radius: 999px;
}

.growth-indicator-chip.is-active {
  background: rgba(242, 193, 78, 0.12);
}

.growth-indicator-strip[hidden] {
  display: none;
}
