/* Print Stylesheet for Reviri Srbije - Pasoš vode */
@media print {
  body {
    background: #ffffff !important;
    color: #000000 !important;
    font-size: 12pt !important;
    line-height: 1.4 !important;
  }

  /* Hide non-essential elements */
  .site-header,
  .site-footer,
  .pre-footer,
  .sidebar,
  .toc-box,
  .btn-print,
  .hero-search-box,
  .hero-quick-links,
  .filter-bar,
  #map,
  .search-modal {
    display: none !important;
  }

  .container {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .article-layout {
    display: block !important;
  }

  .article-body {
    max-width: 100% !important;
  }

  /* Water Passport specific print layout */
  .water-passport {
    border: 2pt solid #000000 !important;
    box-shadow: none !important;
    page-break-inside: avoid;
    margin: 1cm 0 !important;
  }

  .passport-header {
    background: #eeeeee !important;
    color: #000000 !important;
    border-bottom: 1pt solid #000000;
  }

  .passport-grid {
    background: #cccccc !important;
  }

  .passport-cell {
    background: #ffffff !important;
    padding: 6pt 10pt !important;
  }

  .print-footer-notice {
    display: block !important;
    margin-top: 1cm;
    font-size: 9pt;
    color: #555555;
    border-top: 1pt solid #cccccc;
    padding-top: 5pt;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 8pt;
    color: #555555;
  }

  .passport-actions a[href]::after,
  .breadcrumbs a[href]::after {
    content: "" !important;
  }
}

.print-footer-notice {
  display: none;
}
