.wpgb-facet .wpgb-hierarchical-list .ctv-facet-item-hidden {
  display: none;
}

.ctv-facet-show-more {
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-weight: 400;
  font-size: 12.69px;
  line-height: 24.5px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-align: left;
  text-decoration: underline;
  color: #7f7f7f;
}

.wpgb-facet-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.wpgb-toggle {
  background: none;
  border: none;
  font-size: 12px;
  cursor: pointer;
}

.wpgb-facet fieldset {
  transition: all 0.3s ease;
}
.custom-search-page .et_pb_column_1_3 .wpgb-facet {
  margin-bottom: 0px !important;
  padding-bottom: 0px;
}
.wpgb-facet img {
  transform: rotate(180deg);
  transition: transform 0.3s ease;

}
.custom-search-page .et_pb_column_1_3 .wpgb-facet.is-open {
  padding-bottom: 30px;
  margin-bottom: 30px !important;
}
.wpgb-facet.is-open img {
  transform: rotate(0deg);
}


.custom-search-page .et_pb_code_1_tb_body,.custom-search-page .et_pb_code_3_tb_body,.custom-search-page .et_pb_code_4_tb_body,.custom-search-page .et_pb_code_5_tb_body{
  margin-right: 0px !important;
}
.desktop-grid-listing-map .city-region,
.custom-search-page .city-region{
  text-transform: lowercase;
}
.desktop-grid-listing-map .city-region::first-letter,
.custom-search-page .city-region::first-letter{
  text-transform: uppercase;
}
.desktop-grid-listing-map .city-region em,
.custom-search-page .city-region em{
      color: #59c0a7;
    font-style: normal;
    font-size: 14px;
}