@media print {
  @page {
    margin: 10mm;
  }

  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .sgb-form,
  .sgb-actions,
  .sgb-errors {
    display: none !important;
  }

  .sgb {
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
  }

  .sgb-document {
    border: 0 !important;
    padding: 0 !important;
  }

  .sgb-document {
    margin-top: 0 !important;
  }

  /* Keep the corporate footer at the very bottom in print/PDF. */
  .sgb-doc {
    padding-bottom: 20mm;
  }

  .sgb-doc__footer {
    position: fixed;
    left: 10mm;
    right: 10mm;
    bottom: 8mm;
    background: #fff;
  }
}
