/* Sentence boundaries are explicit; text within each sentence stays fluid. */
.editorial-copy-v5 {
  word-break: normal;
  overflow-wrap: break-word;
  line-break: strict;
  text-wrap: pretty;
}
.editorial-copy-v5 .editorial-break {
  display: initial;
}
.member-bio .editorial-word,
.editorial-copy-v5 .editorial-word {
  display: inline-block;
  white-space: nowrap;
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}
/* The short emphasized answer must stay together on narrow phones. */
#solution .editorial-lead > .gradient {
  white-space: nowrap;
}
@media (max-width: 380px) {
  #solution .editorial-lead > .gradient {
    display: block;
  }
}

/* Keep the two related sentences together in desktop-size content measures. */
@media (min-width: 1000px) {
  .page-top > .wrap > .page-lead.editorial-copy-v5 {
    max-width: 60em;
  }
  .client-evidence-note.editorial-copy-v5 {
    max-width: none;
  }
}
