/* Hides social sharing list */
.ArticleCmd__socialShareLt { display: none; }

/* Hide the Channel Filter dropdown in My Area */
div[data-id="channelFilter"] {
    display: none !important;
}

/* Hide the entire department filter container and its contents */
.TicketListLeftContainer1__filter_department,
div[data-id="deptFilter"],
#ticket_filter_wrapper,
.TicketFilterPopup__arrowIcon {
    display: none !important;
}

/* Specifically remove the dropdown arrow SVG if it persists */
span[data-id="deptFilter_arrow_icon"] {
    display: none !important;
}

