.c72-sparkline {
  width: 100%;
  height: 84px;
}

.c72-sparkline svg {
  width: 100%;
  height: 84px;
  display: block;
}

.c72-sparkline path {
  fill: none;
  stroke: var(--c72-gold);
  stroke-width: 2;
}

.c72-sparkline .sparkline-fill {
  fill: rgba(250, 204, 21, 0.08);
  stroke: none;
}

.c72-range {
  display: grid;
  gap: 6px;
}

.c72-range__bar {
  position: relative;
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.c72-range__marker {
  position: absolute;
  top: -4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--c72-gold);
  box-shadow: 0 0 0 4px rgba(250, 204, 21, 0.2);
  transform: translateX(-50%);
}

.c72-range__labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  color: var(--c72-muted);
}
