/* Print stylesheet — Keeley's Kitchen */
@media print {
  .nav, .nav-mobile, .nav-hamburger, .cta-banner, .footer-social,
  .lightbox, .testimonial-dots, .hero-buttons, .btn, .contact-form,
  iframe, .skip-link {
    display: none !important;
  }

  * {
    background: transparent !important;
    box-shadow: none !important;
  }

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

  a {
    color: #000 !important;
    text-decoration: underline;
  }

  a[href^="http"]:not([href*="keeleyskitchen.co.uk"])::after,
  a[href^="tel:"]::after,
  a[href^="mailto:"]::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    font-weight: normal;
  }

  .hero, .hero-page {
    min-height: auto !important;
    padding: 1rem 0 !important;
  }

  .hero-bg, .cta-banner-bg {
    display: none !important;
  }

  .section {
    padding: 1rem 0 !important;
  }

  img {
    max-width: 300px !important;
    page-break-inside: avoid;
  }

  h1, h2, h3 {
    page-break-after: avoid;
  }
}
