@media print {
  nav, header, footer, .btn, .actions, .cta { display: none !important; }
  body { margin: 0; background: #fff !important; }
  .card, .wrap { border: none !important; box-shadow: none !important; }
  a::after { content: "" !important; }
  img { max-width: 100% !important; }
  @page { margin: 12mm; }
}
