/* Minimal print stylesheet for EcoIndex best practice. */
@media print {
  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    background: #fff !important;
    color: #000 !important;
    font-size: 11pt;
    line-height: 1.4;
  }

  a,
  a:visited {
    color: #000 !important;
    text-decoration: underline;
  }

  .header,
  #header,
  .header-nav,
  .header-top,
  #footer,
  .footer,
  .reservation,
  .back-to-top,
  .breadcrumb,
  .js-footer {
    display: none !important;
  }

  #wrapper,
  #content,
  #content-wrapper,
  main {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  img {
    max-width: 100% !important;
    height: auto !important;
    page-break-inside: avoid;
  }
}
