@media print {
  @page {
    size: 380mm 427mm;
    margin: 0mm;
  }
  html, body {
    min-width: 1024px !important;
  }
  .container {
    width: 1170px !important;
  }
  .privacy-warning {
    display: none !important;
  }
  .my-order-page footer,
  .my-order-page .breadcrumb,
  .my-order-page .primary-button-line,
  .my-order-page .secondary-button-line,
  .my-order-page .nhp-reorderbutton-component,
  .my-order-page .cxa-messagesummary-component {
    display: none !important;
  }
  .my-order-page #header > .row > .component > div:nth-child(1),
  .my-order-page #header > .row > .component > div:nth-child(2) > .row > .row > div:nth-child(2), .my-order-page #header > .row > .component > div:nth-child(3) {
    display: none !important;
    content: none !important;
  }
  .my-order-page #header > .row > .component > div:nth-child(2) > .row > .row > div:nth-child(1) a {
    margin-left: 15mm;
  }
  .my-order-page #header > .row > .component > div:nth-child(2) > .row > .row > div:nth-child(1) a[href]:after {
    content: none !important;
  }
}
