
#filter_manufacturers_wrapper  { display: flex; flex-direction: column; width: 80%; max-width: 1600px; margin: 1em auto 1em auto; }
#filter_manufacturers_wrapper li { margin-top: 1em; }
#filter_manufacturers_wrapper #tags_for_filters { display: flex; min-height: 2em; }
#filter_manufacturers_wrapper #tags_for_filters a { font-size: .8em; line-height: .9em; margin: 1em; padding: 12px; border-radius: 6px; text-align: center; color: #fff; background-color: #74b1ce; }

select { font-size: 1em; padding: .5em 1em .5em 1em; border-radius: 5px; }
label { font-size: .9em; font-weight: 600; margin-right: 1em; color: #003466; }


@media (max-width: 1024px) {
	
	.wp-block-columns.title .wp-block-column * { text-align: center; }
	
	.wp-block-columns.title .wp-block-button.download_as_pdf { width: 100%; }
	
	#filter_manufacturers_wrapper { text-align: center; margin-top: 3em; }
	#filter_manufacturers_wrapper #tags_for_filters { flex-direction: column; }
	#filter_manufacturers_wrapper #tags_for_filters a { margin-bottom: .5em; }
}




