.wpgb-facet {
  width: 95%!important;
}

.wpgb-facet-title {
  font-family: 'Open Sans', sans-serif!important;
  font-size: 18px!important;
  color: #060A33!important;
  border-bottom: 1px solid #CD0529!important;
  padding-bottom: 6px!important;
}

.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox {
  align-items: center!important;
}

.wpgb-facet .wpgb-checkbox-label {
  font-family: 'Open Sans', sans-serif!important;
  font-size: 14px!important;
  color: #060A33!important;
  line-height: 140%!important;
}

.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox-control {
  border: 1px solid #060A33!important
}

.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-control {
  background: transparent!important;
  border-color: initial!important;
}

.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed=true] .wpgb-checkbox-control:after {
  border: solid #060A33!important;
  border-width: 0 2px 2px 0!important;
}

.wpgb-pagination-facet {
  margin-top: 1rem!important;
}

.wpgb-facet .wpgb-pagination li {
  width: fit-content!important;
  height: auto!important;
  min-width: unset!important;
  line-height: normal!important;
  padding: 0!important;
}

.wpgb-facet .wpgb-pagination li a, .wpgb-facet .wpgb-pagination li a:hover {
  font-family: 'Open Sans', sans-serif!important;
  font-size: 18px!important;
  font-weight: 400!important;
  color: #00234F!important;
  padding: 0!important;
}

.wpgb-facet .wpgb-pagination li a[aria-current] {
  font-weight: 700!important;
  color: #00234F!important;
}

.wpgb-facet .wpgb-pagination li.wpgb-page-prev {
  margin-right: .7rem!important;

  a { font-size: 0!important; }

  a:before {
    display: inline-block;
    content: '';
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    border: solid #00234F;
    border-width: 0 2px 2px 0;
    vertical-align: -4px;
    padding: 3px;
  }
}

.wpgb-facet .wpgb-pagination li.wpgb-page-next {
  margin-left: .7rem!important;

  a { font-size: 0!important; }

  a:before {
    display: inline-block;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid #00234F;
    border-width: 0 2px 2px 0;
    vertical-align: -4px;
    padding: 3px;
  }
}
