/* Forces the element to hide across ALL Zoho Desk article templates */
#new_ticket_btn.Header__containerLi, 
#new_ticket_btn,
[id="new_ticket_btn"] {
    display: none !important;
}
