/* Hide reviews page */
li:has(a[href$="/reviews"]),
/* Hide annotation tools */
div#annotation-tools,
/* Hide new view creation in top tab popups */
li#_new_view_,
/* Hide folder creation */
li.power,
/* Hide powerpack buttons in top tab popups */
button.powerpack-locked,
/* Hide group button in view customization */
button:has(span[icon$="splitscreen"]),
/* Hide task progress view types */
li:has(span[icon$="splitscreen"]),
/* Hide specific group-by options */
li[data-value="assignees"],
li[data-value="status"],
li[data-value="taskType"],
li[data-value="attrib.priority"],
/* Hide the slicer */
div.slicer-dropdown button,
/* Hide the bottom line in top tab popups */
div[tabindex="0"] li:empty {
  display: none;
}
