/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.active_filters {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 1rem;
}

.active_filters li.filter-block {
  border: 1px solid #f2f2f2;
  display: inline-block;
  padding: 10px 15px;
  margin: 0 10px 0 0;
}

.active_filters li.filter-block:hover {
  border-color: #dc0937;
}

#search_filters .facet .facet-title {
  width: 100%;
  font-weight: normal;
}