#metr-chart {
  width: 100%;
  height: 500px;
  margin: 2em 0;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.chart-bottom-row {
  position: relative;
  margin-top: -1em;
  margin-bottom: 2em;
}

.chart-caption {
  font-size: 14px;
  color: var(--text50);
  font-style: italic;
  text-align: center;
  margin: 0;
  padding: 0 140px;
}

#doubling-times {
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'SF Mono', monospace;
  font-size: 12px;
  color: var(--text50);
  text-align: right;
  line-height: 1.6;
  white-space: nowrap;
}

#doubling-times span {
  font-weight: 600;
}

.highlight-stat {
  color: var(--accent);
  font-weight: bold;
}

@media screen and (max-width: 1100px) {
  #metr-chart {
    height: 400px;
  }
}
