@media print {
  body { font-family: Georgia, serif; background: white; color: black; }
  nav, header, footer, .no-print { display: none !important; }
  article { max-width: 100%; margin: 0; padding: 0; }
  h1 { font-size: 24pt; margin-bottom: 12pt; }
  h2 { font-size: 16pt; margin-top: 18pt; }
  p, li { font-size: 12pt; line-height: 1.5; }
  img { max-width: 100%; height: auto; }
  a { color: black; text-decoration: none; }
  a[href]:after { content: " (" attr(href) ")"; font-size: 9pt; color: #666; }
  .recipe-meta { border: 1px solid #ccc; padding: 10px; margin: 15px 0; }
}
