/* Keep this to remove the whole sorting row wrapper */
.edocman-document-sorting {
    display: none !important;
}

/* Also explicitly hide the ASC direction control */
.edocman-sort-direction {
    display: none !important;
}

/* Fix selector for the New! badge (two classes: indicator + new) */
span.indicator.new {
    display: none !important;
}