/* Secondary report discovery stays separate from the feature's benefit copy. */
body.review-workflow p.reports-context-link[data-report-context="production"] {
  width: auto;
  max-width: none;
  margin: 24px 0 0;
  color: #123f66;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.5;
}

.reports-context-link a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.reports-context-link a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.reports-context-copy {
  min-width: 0;
}

body.review-workflow .wf-band [data-report-summary="production"] {
  margin: 0;
  color: #315370;
  font-size: 16px;
  line-height: 1.55;
}
