/**
 * CU-1244r2tc3ty - hide filter groups that offer no real choice.
 *
 * The 'single-value' class is set server side by markSingleValueFilters()
 * in modules/amazzingfilter/amazzingfilter.php
 * and kept in sync after every AJAX update in ../js/hide-single-value.js.
 * The block stays in the DOM on purpose: its inputs must keep feeding $('.af-form').serialize(),
 * otherwise af_seopages landing criteria would be lost on sorting / pagination / filtering.
 */
.af_filter.single-value {
	display: none !important;
}
