ul.file-list {
    column-width: 18em;
}

ul.object-list.file-list, ul.new-files.file-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.object-list.file-list a, .new-files.file-list a {
    text-decoration: none;
    font-weight: 400;
}

.object-list li, .file-list li {
    padding: 0.2em 0;
    break-inside: avoid;
}

li .description {
    font-weight: 300;
    font-size: 0.9rem;
    color: #666;
    transition: color .3s ease;
}

ul.object-list.file-list li > * {/* display: inherit; */}

li:hover .description {
    color: inherit;
}

li.filter-not-found {
    display: none;
}