@media print {
  #header-placeholder,
  #footer-placeholder,
  .tool-breadcrumb,
  .tool-actions,
  .tool-related-grid,
  .tool-listing-cta {
    display: none !important;
  }

  .tool-page {
    padding: 0;
    background: #fff;
  }

  .tool-container {
    width: 100%;
  }

  .tool-workspace,
  .tool-checklist {
    display: block;
  }

  .tool-checklist-stage,
  .tool-content,
  .tool-disclaimer {
    break-inside: avoid;
    box-shadow: none;
  }
}
