/* Print CSS — only for the website itself (⌘P). Downloaded .docx has its own formatting. */

@media print {
  .site-header,
  .site-footer,
  .site-nav,
  .cookie-banner,
  .drawer,
  .drawer-backdrop,
  .ad-slot,
  .btn,
  .btn--icon-circle,
  .schnell-ausfuellen__form,
  .related-vorlagen,
  .hamburger,
  .programmatic-teaser,
  .archive-filters { display: none !important; }

  body { background: #FFF !important; color: #000 !important; }

  .vorlage-hero__display {
    font-size: 36pt;
    line-height: 1.1;
    page-break-after: avoid;
  }

  .schnell-ausfuellen__preview,
  .card,
  .disclaimer,
  .legal-banner {
    box-shadow: none !important;
    border: 1px solid #888 !important;
    page-break-inside: avoid;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    color: #666;
  }

  /* Internal anchors: hide the URL */
  a[href^="#"]::after,
  a[href^="/"]::after { content: ""; }
}
