@layer print {
  @media print {
    html,
    body {
      margin: 0;
      padding: 0;
      width: 100%;
    }

    .bg-background-page-creamLite {
      background-color: white;
    }
    .text-foreground-darkblue {
      color: black;
    }

    .container {
      width: 100%;
      min-width: 100%;
      margin: 0;
      padding: 0 20px;
    }

    .article-content > div {
      display: none;
    }

    .article-content-body {
      /* important is needed to override the max-height set using style directly */
      max-height: unset !important;
    }
    .article-content-body > div {
      display: none;
    }
  }
}
