.report-page {
  min-width: 0;
  overflow-x: clip;
}
.report-page .report-shell {
  box-sizing: border-box;
  width: calc(100% - 48px);
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}
.report-page .report-content {
  padding-top: 48px;
  padding-bottom: 68px;
}
.report-page .report-image {
  width: 50%;
  max-width: 100%;
  margin: 0 0 30px 0;
}
.report-page .report-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  object-position: left center;
}
.report-page .report-body {
  max-width: 100%;
  font-size: 1.0625rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
}
.report-page .report-byline {
  margin: 36px 0 20px;
  border-top: 1px solid #d9dfe1;
  padding-top: 15px;
  color: #556371;
  font-size: .875rem;
}
@media (max-width: 650px) {
  .report-page .report-shell {
    width: calc(100% - 36px);
  }
  .report-page .report-content {
    padding-top: 32px;
    padding-bottom: 52px;
  }
  .report-page .report-image {
    margin-bottom: 24px;
  }
}
