/* hide list view toggle */
.list-view,
.btn-list-view,
[data-view="list"],
.view-list {
    display: none !important;
}

/* common case: second icon in view toggle = list view */
.layout-switcher button:nth-child(2),
.layout-switcher a:nth-child(2),
.view-toggle button:nth-child(2),
.view-toggle a:nth-child(2),
.btn-group.view-toggle button:nth-child(2),
.btn-group.view-toggle a:nth-child(2) {
    display: none !important;
}

