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

