@layer screens {
.progress-report-details {
  margin-top: var(--spacing-6);

  & .progress-report {
    max-width: 100%;

    /* Actions are already shown via the page header on the show page */
    & .actions {
      display: none;
    }

    @media (min-width: 48rem) {
      max-width: var(--container-md);
      margin-inline: auto;
    }
  }
}
}
