/* ============================================
   TP namatitle123 - PRINT STYLES
   ============================================ */

@media print {
  .gov-bar,
  .site-header,
  .menu-toggle,
  .back-to-top,
  .hero-cta,
  .sidebar,
  .lightbox,
  form button,
  form .btn {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
    font-size: 12pt;
  }

  .hero, .page-hero {
    background: none !important;
    color: #000 !important;
    padding: 0 0 1rem 0;
  }

  .hero h1, .page-hero h1 {
    color: #000 !important;
  }

  .breadcrumb {
    color: #333 !important;
  }

  .breadcrumb a {
    color: #333 !important;
  }

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

  a::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
  }

  .container, .footer-inner {
    max-width: 100% !important;
  }

  .page-layout {
    display: block;
  }

  .card, .news-card, .service-card {
    break-inside: avoid;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
  }

  table {
    font-size: 10pt;
  }

  .site-footer {
    background: none !important;
    color: #333 !important;
    border-top: 2px solid #000;
  }

  .footer-col a, .footer-links a, .footer-bottom {
    color: #333 !important;
  }
}
