/* Print Stylesheet */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  nav,
  .hero-scroll,
  .wa-fab,
  .btn,
  .nav-toggle,
  .theme-toggle {
    display: none !important;
  }

  main {
    max-width: 100%;
  }

  section {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  h1, h2, h3 {
    page-break-after: avoid;
    break-after: avoid;
  }

  img {
    max-width: 100%;
  }

  .estimate-summary {
    position: static;
    page-break-inside: avoid;
  }

  footer {
    page-break-before: always;
  }
}
