/* ==========================================================================
   BuyingCost.com.au — Print Stylesheet
   ========================================================================== */

@media print {
  .site-header,
  .site-footer,
  .ad-slot,
  .nav,
  .btn-print,
  .btn-save,
  .assumptions-toggle,
  .nearby-suburbs,
  .guide-teaser,
  .calc-results-sticky {
    display: none;
  }

  body {
    background: white;
    color: black;
    font-size: 12pt;
  }

  .disclaimer {
    border: 1px solid #999;
    padding: 8px;
    margin-bottom: 16px;
  }

  .calc-results {
    break-inside: avoid;
  }

  .hero-number {
    font-size: 24pt;
  }

  .rate-sources {
    font-size: 9pt;
    border-top: 1px solid #ccc;
    padding-top: 8px;
  }

  a {
    text-decoration: none;
    color: black;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 8pt;
  }
}
