.list-header {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: .5rem;
}
.list-header-sort {
padding-left: 1rem;
padding-right: 1rem;
.list-header-search {
flex: 1;
justify-content: center;
min-width: 200px; /* to enable flexbox wrapping on mobile */
.list-header-search .input {
@media (max-width: 767.98px) {
order: 0;
.list-header-toggle {
order: 1;
order: 2;
margin-left: auto;