/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 16 2025 | 14:40:06 */
/* Hide print buttons inside common document viewers */

iframe {
  pointer-events: auto !important;
}

/* Target embedded PDF viewers (PDF.js, Google Docs, etc.) */
iframe[src*="google.com"], 
iframe[src*="pdf"], 
iframe[src*="doc"], 
iframe[src*="docx"], 
iframe[src*="embed"] {
  -webkit-print-color-adjust: exact;
  display: block;
  overflow: hidden;
}

/* If print buttons are shown inside container (example) */
button[title*="Print"],
a[title*="Print"],
button[class*="print"],
a[class*="print"],
button:after,
a:after {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Hide download/external link buttons in some viewers */
button[title*="Download"],
a[title*="Download"],
button[title*="Open"],
a[title*="Open"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}


