/* Shared exam-discovery hub reading width.
   Normal articles and other prose keep the site's 46rem reading width. */
@media screen and (min-width: 56rem) {
  .exam-hub-shell {
    --reading-width: 56rem;
  }

  .exam-hub-shell .lede {
    max-width: 54rem;
  }
}
