.topper-alternate .topper-alternate__text.topper-alternate__text__without_body {
  justify-content: center;
  align-items: center;
}
.topper-alternate .topper-alternate__text.topper-alternate__text__without_body .topper-alternate__overline {
  text-align: center;
  margin: 5px 15px
}
.topper-alternate .topper-alternate__text__without_body .topper-alternate__title {
  text-align: center;
}

/* Hide the custom text on every other page and every other document */
.pdf-download-text {
  display: none;
  margin-top: 8px;
  font-size: 0.95em;
  color: inherit;          /* matches the link color automatically */
}

/* Show it ONLY inside the DIF topper wrapper that exists on production */
.driving_innovations_forward .pdf-download-text {
  display: block;
}
