/* Live rollout: a secondary path in the existing lower red CTA only. */
.jmh-cta__actions {
  display: grid;
  justify-items: start;
  gap: 20px;
}

.jmh-cta__print-link {
  color: #fff;
  border-bottom: 1px solid currentColor;
  font: 600 11px/1.45 "Work Sans", sans-serif;
  font-style: normal;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.jmh-cta__print-link:hover,
.jmh-cta__print-link:focus-visible {
  color: #d8eae9;
}

@media (max-width: 800px) {
  .jmh-cta__actions {
    gap: 18px;
  }
}
