.market-supply {
  min-width: 9.5rem;
  color: #26323f;
  line-height: 1.2;
}

.market-supply-headline {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  white-space: nowrap;
}

.market-supply-headline strong {
  color: #14212d;
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
}

.market-supply-headline span,
.market-supply-evidence,
.market-supply-scope {
  color: #687582;
  font-size: 0.72rem;
}

.market-supply-evidence {
  margin-top: 0.18rem;
  white-space: nowrap;
}

.market-supply-scope {
  display: flex;
  align-items: center;
  gap: 0.28rem;
  margin-top: 0.24rem;
  max-width: 12rem;
}

.market-supply-confidence {
  width: 0.45rem;
  height: 0.45rem;
  flex: 0 0 0.45rem;
  border-radius: 50%;
  background: #8c99a5;
}

.market-supply-confidence-high {
  background: #16825d;
}

.market-supply-confidence-medium {
  background: #c17d13;
}

.market-supply-confidence-low {
  background: #737f8b;
}

.market-supply-empty {
  color: #77838f;
  font-size: 0.78rem;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .market-supply {
    min-width: 0;
  }

  .market-supply-scope {
    max-width: none;
  }
}
