/* === IronMerge — hide PDF.js annotation editor tools === */

/* Text, Draw, Add image */
#editorFreeText,
#editorInk,
#editorStamp,
[data-l10n-id="pdfjs-editor-free-text-button"],
[data-l10n-id="pdfjs-editor-ink-button"],
[data-l10n-id="pdfjs-editor-stamp-button"] {
  display: none !important;
}

/* Hide PDF.js native download + print (server-forced download is used instead) */
#downloadButton,
#secondaryDownload,
#printButton,
#secondaryPrint {
  display: none !important;
}