/* Print: drop chrome, keep tables and placeholders visible. */
@media print {
  .navbar, .nav-footer, #quarto-margin-sidebar, .quarto-title-meta { display: none !important; }
  body { font-size: 11pt; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 0.85em; color: #5b6770; }
  .tbd { border-style: solid; }
}
