/*!
 * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.facet-item {
  display: flex;
  position: relative;
  padding: 0.5rem 0;
}
.facet-item label {
  margin-left: 0.5rem;
  font-size: 0.75em;
}
.facet-item input[type=checkbox] {
  pointer-events: none;
}
.facet-item > a {
  display: block !important;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.bef-exposed-form label {
  font-size: 2em;
  font-weight: bold;
  color: #006a4d;
}