/* Print styles — property detail / key pages */
@media print {
  .tdj-site-header,
  .tdj-mobile-cta,
  .tdj-cookie,
  .tdj-fav-link,
  #tdj-cookie,
  nav[aria-label="Language"],
  .tdj-sticky-inquire,
  footer {
    display: none !important;
  }
  body {
    background: #fff !important;
    color: #000 !important;
  }
  a[href]::after {
    content: none !important;
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
}
