/* Unify legacy secondary-page accents with the current teal-green public theme. */
.reference-v2 .page-hero h1 em,
.reference-v2 .story-values h2 em {
  color: var(--ref-teal, #019887);
}

.reference-v2 .callout,
.reference-v2 .stats-band {
  background: var(--ref-teal, #019887);
}

.reference-v2 .callout .button--red {
  background: #152120 !important;
  color: #fff;
}

.reference-v2 .stats-band span {
  color: #c9f3ed;
}

/* Keep the contact labels teal while making the actual details legible on the dark panel. */
.reference-v2 .contact-page__details strong,
.reference-v2 .contact-page__details a strong,
.reference-v2 .contact-page__details p strong {
  color: #fff;
}

/* Keep the top-bar quote label fully contained and optically centered. */
.reference-v2 .ref-topbar .quote-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  box-sizing: border-box;
}

.reference-v2 .ref-topbar .quote-button > span {
  display: block;
  margin: 0;
  font: inherit;
  line-height: 1.2;
}
