html,body{overflow-x:clip}
.search-form{grid-template-columns:minmax(14rem,1fr) repeat(3,minmax(8rem,auto)) auto}
@media(max-width:1050px){.search-form{grid-template-columns:repeat(2,minmax(0,1fr))}.search-form label,.search-form button{grid-column:1/-1}}
@media(max-width:600px){.search-form{grid-template-columns:1fr}}
