@media (min-width: 741px) {
  html.reference-editorial-paper-production[data-reference-role="reference"] .reference-layout--detail > .reference-stack:first-child > .reference-panel .reference-table-wrap--compact {
    --reference-compact-table-width: min(calc(100% + 2 * var(--reference-panel-inset)), 900px);
    width: var(--reference-compact-table-width);
    margin-left: calc((100% - var(--reference-compact-table-width)) / 2);
    margin-right: auto;
  }

  html.reference-editorial-paper-production .reference-table--projection-assumptions {
    table-layout: fixed;
  }

  html.reference-editorial-paper-production .reference-table--projection-assumptions :is(th, td):nth-child(1) {
    width: 29%;
  }

  html.reference-editorial-paper-production .reference-table--projection-assumptions :is(th, td):nth-child(2) {
    width: 9%;
  }

  html.reference-editorial-paper-production .reference-table--projection-assumptions :is(th, td):nth-child(3) {
    width: 35%;
  }

  html.reference-editorial-paper-production .reference-table--projection-assumptions :is(th, td):nth-child(4) {
    width: 27%;
  }
}
