/* Print stylesheet */
@media print {
  header, #nav-toggle, #sidebar, footer, .header-book-btn, .btn, .lightbox-overlay {
    display: none !important;
  }
  body { background: #fff; font-size: 12pt; color: #000; }
  #wrapper { box-shadow: none; max-width: 100%; }
  main { padding: 0; }
  a { color: #000; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 9pt; }
  a[href^="tel"]::after, a[href^="mailto"]::after { content: ""; }
  h1, h2, h3 { page-break-after: avoid; }
  .tariff-table { border-collapse: collapse; }
  .tariff-table th, .tariff-table td { border: 1px solid #ccc; }
}
