/* Hide editor mode buttons */
#editorModeButtons,
#editorHighlight,
#editorFreeText,
#editorInk,
#editorStamp,
#editorSignature {
    display: none !important;
}

/* Hide editor mode separator */
#editorModeSeparator {
    display: none !important;
}

/* Hide print button if needed */
#printButton {
    display: none !important;
}

/* Hide vertical toolbar separator */
.toolbarHorizontalGroup .verticalToolbarSeparator {
    display: none !important;
}

/* Hide secondary toolbar toggle (tools menu button) */
#secondaryToolbarToggle {
    display: none !important;
}

/* Make sure download button remains visible */
#downloadButton {
    display: inline-block !important;
}