Place this code in page settings → Custom code → Footer section, replace the BLOCKID with your block name, save and preview.
<style>
#BLOCKID .filters-top-section .container:last-child > div {
flex-direction: column-reverse;
gap: 16px;
margin-top: 0px;
}
</style>