@media print {
  body {
    background: #fff !important;
    color: #000;
    font-size: 12pt;
  }

  header, footer, nav, .uk-navbar-container, .uk-offcanvas, .no-print {
    display: none !important;
  }

  main, .uk-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  a {
    color: #000;
    text-decoration: underline;
  }

  a::after {
    content: " (" attr(href) ")";
  }

  img {
    max-width: 100% !important;
    height: auto !important;
  }

  * {
    box-shadow: none !important;
    background: transparent !important;
  }
}
