.top_bar {
	display: grid;
	grid-template-columns: 1fr 200px;
	gap: 10px;
}

.top_bar .wpgb-facet > fieldset:last-child {
	margin-bottom: 20px;
}