/* Inner-template corrections from the first locked multipage evidence review. */
.ry-editorial-copy h2 {
  max-width: 15ch;
}

.ry-ledger-item > span {
  grid-column: 1;
}
.ry-ledger-item > div {
  grid-column: 2;
  width: auto;
  min-width: 0;
}
.ry-ledger-item h3 {
  font-size: clamp(24px, 2vw, 32px);
}

@media (min-width: 981px) {
  .ry-page-hero--split .et_pb_row {
    align-items: center;
  }
  .ry-page-hero--split .et_pb_column:first-child {
    flex: 1.35 1 0;
    width: auto !important;
    margin-right: 0 !important;
  }
  .ry-page-hero--split .et_pb_column:last-child {
    flex: .65 1 0;
    width: auto !important;
    margin-right: 0 !important;
  }
  .ry-page-hero h1 {
    max-width: none;
    font-size: clamp(64px, 5vw, 78px);
  }
}

@media (max-width: 767px) {
  .ry-page-hero h1 {
    max-width: none;
    font-size: clamp(44px, 12vw, 56px);
  }
  .ry-ledger-item > span,
  .ry-ledger-item > div {
    grid-column: 1;
  }
}
