.filter-result-count {
  font-weight: var(--subtitle-2-font-weight);
  font-size: var(--subtitle-2-font-size);
  font-family: var(--subtitle-2-font-family);
  line-height: var(--subtitle-2-line-height);
  font-variant-numeric: var(--subtitle-2-font-variant-numeric);
  padding: .125rem 0;
  white-space: nowrap
}
.clear-filters {
  font-weight: var(--subtitle-2-font-weight);
  font-size: var(--subtitle-2-font-size);
  font-family: var(--subtitle-2-font-family);
  line-height: var(--subtitle-2-line-height);
  font-variant-numeric: var(--subtitle-2-font-variant-numeric);
  margin: 0 0 0 .5rem;
  padding: .125rem 0;
  color: #06070e;
  white-space: nowrap;
  text-decoration: underline;
  border: none;
  background: 0 0
}
.clear-filters[disabled] {
  display: none
}
div[class*=block-filter].selected-filters {
  display: contents
}
@media (max-width:47.98rem) {
  div[class*=block-filter].selected-filters {
    display: none
  }
}
div[class*=block-filter].selected-filters .selected-filter {
  font-weight: var(--subtitle-2-font-weight);
  font-size: var(--subtitle-2-font-size);
  font-family: var(--subtitle-2-font-family);
  line-height: var(--subtitle-2-line-height);
  font-variant-numeric: var(--subtitle-2-font-variant-numeric);
  padding: .125rem .75rem;
  white-space: nowrap;
  border: .0625rem solid #e6e5e1;
  border-radius: 2.5rem;
  background: 0 0;
  transition: border-color .2s linear
}
div[class*=block-filter].selected-filters .selected-filter::after {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: var(--icon-remove);
  mask-image: var(--icon-remove);
  content: " ";
  width: 1rem;
  height: 1rem;
  background-color: currentcolor;
  position: relative;
  top: -.0625rem;
  display: inline-block;
  margin-left: .1875rem;
  vertical-align: middle
}
div[class*=block-filter].selected-filters .selected-filter:focus,
div[class*=block-filter].selected-filters .selected-filter:hover {
  border-color: #06070e
}