.list-header {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: .5rem;
}
.list-header-sort {
justify-content: flex-end;
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 {
.small-menu-items {
min-height: 35.4px !important; /* match .small.button in height */
.small-menu-items .item {
padding-top: 6px !important;
padding-bottom: 6px !important;