/**
 * Counts are disabled server-side for performance; hide any remaining result counts in the suggest UI.
 */
.search-autocomplete .amount,
.search-autocomplete .qs-option-result-count,
.search-autocomplete dl .amount {
    display: none !important;
}
