.my-filter ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.my-filter li {
  margin-bottom: .5rem;
}

.my-filter h4 {
  margin-top: 1.5rem;
}

.my-filter .sf-count {
  margin-left: .25rem;
}

.my-filter .is-hidden {
  display: none;
}

.my-filter.is-loading,
.my-filter-results.is-loading {
  opacity: .65;
}

.my-filter-reset {
  display: inline-block;
  margin-left: 1rem;
}

.my-filter-pagination {
  clear: both;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .35rem;
  margin: 1.5rem 0 2rem;
  text-align: center;
}

.my-filter-pagination .page-numbers {
  display: inline-block;
  min-width: 2.25rem;
  padding: .45rem .7rem;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.my-filter-pagination a.page-numbers:hover,
.my-filter-pagination a.page-numbers:focus {
  border-color: #6d93d1;
  background: #f3fbfb;
  color: #111;
}

.my-filter-pagination .page-numbers.current {
  border-color: #6d93d1;
  background: #6d93d1;
  color: #fff;
}

.my-filter-pagination .page-numbers.dots {
  min-width: auto;
  border-color: transparent;
  background: transparent;
  padding-left: .25rem;
  padding-right: .25rem;
}
