/* Zammad UI customizations */
/* Hide the "Set to public" button on internal notes to prevent accidental leaks */
a.article-action[data-type="public"],
a.article-action[data-type="internal"] {
    display: none !important;
}
