/* Benefit headings share the stat layout without forcing words into numeral sizes. */
.c-benefit-value.c-benefit-value {
  font-size: var(--benefit-font-size, clamp(24px, 2.5vw, 34px));
  line-height: 1.15;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.c-benefit-value--light.c-benefit-value--light {
  color: var(--navy-dark);
  background: none;
  -webkit-text-fill-color: currentColor;
}

.c-benefit-value--dark.c-benefit-value--dark {
  color: #fff;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.c-stat-source {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--navy-dark);
}

.c-stat-source--dark {
  color: #d5daed;
}

.c-stat-description.c-stat-description {
  font-family: var(--font);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none;
}

.c-stat-description.c-stat-description--dark {
  color: #e8eaef;
}
