/* Make selected colors BLACK (was BLUE #007bff) */
.horizontal-layout .has-selection .af_subtitle,
.horizontal-layout .has-selection .af_filter_content,
.has-selection .af_subtitle.toggle-content::before {
	border-color: #000 !important;
	color: #000 !important;
}

.af-form {
	text-align: center;
}

.horizontal-layout .h-el {
 	float: none;
}
 
.af_filter {
 	display: inline-block;
 	text-align: left;
}
 
.selectedFilters.inline {
 	text-align: center;
}
