div.facetwp-facet {
  margin-bottom: 0;
}

.facetwp-facet .fs-dropdown .fs-options {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.facetwp-facet .fs-dropdown .fs-options .fs-option-label {
  white-space: normal;
}

div.facetwp-facet .fs-wrap.multiple .fs-option .fs-checkbox i {
  border-radius: 0;
  border-width: 2px;
}
div.facetwp-facet .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: currentcolor;
}

.facetwp-type-fselect select[multiple=multiple] {
  display: none !important;
}

.facetwp-map-filtering {
  display: none !important;
}

.facetwp-type-pager {
  text-align: center;
}
.facetwp-type-pager a {
  text-decoration: none;
}
.facetwp-type-pager .facetwp-page {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  min-width: 40px;
  height: auto;
  min-height: 40px;
  border-radius: 500px;
  font-weight: 500;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.facetwp-type-pager .facetwp-page.active, .facetwp-type-pager .facetwp-page:not(.active):hover {
  color: #fff;
  background-color: var(--wp--preset--color--contrast-accent);
  font-weight: 500;
}
.facetwp-type-pager .facetwp-page.next, .facetwp-type-pager .facetwp-page.prev {
  font-size: 0;
}
.facetwp-type-pager .facetwp-page.next:before, .facetwp-type-pager .facetwp-page.prev:before {
  content: "";
  -webkit-mask-image: var(--wp--custom--arrow--right);
          mask-image: var(--wp--custom--arrow--right);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: auto;
          mask-size: auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: currentColor;
  color: inherit;
  width: 1.4em;
  height: auto;
  aspect-ratio: 1;
  width: 0.8rem;
  display: inline-block;
  vertical-align: middle;
}
.facetwp-type-pager .facetwp-page.prev:before {
  transform: scaleX(-1);
}
.facetwp-type-pager .facetwp-page.dots {
  pointer-events: none;
  margin-right: 0;
  margin-left: -0.5rem;
}

div.location-results {
  z-index: 99;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  top: calc(100% + 10px);
  border: none;
}
div.location-results .location-attribution {
  display: none;
}
div.location-results .location-result {
  padding: 12px 1.25rem;
  color: var(--wp--preset--color--contrast);
  transition: var(--wp--custom--transition--default);
  border: none;
}
div.location-results .location-result .result-main {
  font-weight: 600;
  color: inherit;
}
div.location-results .location-result .result-secondary {
  opacity: 0.5;
  color: inherit;
  margin-left: 0.5em;
}
div.location-results .location-result:hover {
  background-color: #f8f8f8;
}
div.location-results .location-result.active {
  background-color: #f5f5f5;
}

.fs-hidden {
  display: none !important;
}/*# sourceMappingURL=style.css.map */
