/* Hide facet hidden links with CSS to avoid seeing them initially. */
html.js .js-facets-dropdown-links,
html.js .js-facets-ahs-appt-reason-links,
html.js .js-facets-checkbox-links > .facet-item > a {
  display: none;
}
