/* Hayling: trim the stock PDF.js toolbar for the embedded newsletter viewer.
   Hides the annotation editor (Text / Draw / Stamp) and the "Open File"
   controls, which are not useful for a read-only document. Keeps paging,
   zoom, search, thumbnails, print, download and presentation mode. */

#openFile,
#secondaryOpenFile,
#editorModeButtons,
#editorModeSeparator,
#editorFreeTextParamsToolbar,
#editorInkParamsToolbar,
#editorStampParamsToolbar {
    display: none !important;
}
