/* Print stylesheet — used site-wide, tuned for the relocation checklist */

* {
  background: none !important;
  color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.site-header, .site-footer, .nav-toggle, .btn, .btn-row,
.blob, .divider, .skip-link, .hero-trust {
  display: none !important;
}

body {
  font-size: 12pt;
  line-height: 1.4;
  color: #000;
}

.container { max-width: 100%; padding: 0; }
.section { padding: 0.5cm 0; }

a { color: #000 !important; text-decoration: underline; }
a[href^="http"]::after,
a[href^="https"]::after {
  content: " (" attr(href) ")";
  font-size: 9pt;
  color: #333 !important;
}
a[href^="#"]::after,
a[href^="/"]::after {
  content: "";
}

.photo-slot { display: none !important; }

.card, .step, .glossary-item, .faq details {
  border: 1px solid #999;
  break-inside: avoid;
  page-break-inside: avoid;
}

h1, h2, h3 { color: #000 !important; }

@page {
  margin: 1.5cm;
}
