@media print {
  .siteHeader,
  .heroActions,
  .colorActions,
  .estimateForm,
  .siteFooter {
    display: none !important;
  }

  body {
    color: #000000;
    background: #ffffff;
  }

  .section {
    padding-block: 32px;
  }

  .hero {
    min-height: auto;
    padding-block: 40px;
    background: #ffffff;
  }

  .processIntro,
  .estimateIntro {
    position: static !important;
  }

  a {
    color: inherit;
  }
}
