/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/all-properties-listing/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
.wp-block-goland-features-all-properties-listing .switch-mobile-view {
  display: none;
}
@media (max-width: 568px) {
  .wp-block-goland-features-all-properties-listing .hide-map-text {
    display: none;
  }
  .wp-block-goland-features-all-properties-listing .switch-mobile-view {
    text-align: right;
    display: block;
    width: 100%;
    padding-right: 1rem;
    color: unset;
    cursor: pointer;
    margin-bottom: 1rem;
  }
  .wp-block-goland-features-all-properties-listing .mobile-view--list .map-container {
    display: none;
  }
  .wp-block-goland-features-all-properties-listing .mobile-view--map .all-properties-container {
    display: none;
  }
}
.wp-block-goland-features-all-properties-listing .filters-container {
  display: flex;
  gap: var(--wp--style--block-gap);
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: var(--wp--style--block-gap);
  margin-bottom: var(--wp--style--block-gap);
}
@media screen and (max-width: 768px) {
  .wp-block-goland-features-all-properties-listing .filters-container {
    flex-flow: row wrap;
  }
}
.wp-block-goland-features-all-properties-listing .filters-container .single-filter {
  flex-basis: 18%;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .wp-block-goland-features-all-properties-listing .filters-container .single-filter {
    flex-basis: 100%;
    margin-bottom: 0.5em;
  }
}
.wp-block-goland-features-all-properties-listing .filters-container .single-filter select {
  width: 100%;
  padding: 0.25rem;
}
.wp-block-goland-features-all-properties-listing .hide-map-text {
  float: right;
  margin: 0;
  padding-bottom: 0.25rem;
  text-decoration: underline;
  font-size: 0.7rem;
}
.wp-block-goland-features-all-properties-listing .show-map-text {
  margin: 0;
  padding-bottom: 0.25rem;
  text-decoration: underline;
  font-size: 0.7rem;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
}
.wp-block-goland-features-all-properties-listing .map-container {
  margin-bottom: 2rem;
}
.wp-block-goland-features-all-properties-listing .map-container .gm-style {
  font-family: unset;
}
.wp-block-goland-features-all-properties-listing .map-container .gm-style-iw-chr {
  height: 0;
}
.wp-block-goland-features-all-properties-listing .map-container .gm-style .gm-style-iw-c {
  padding-right: unset !important;
  padding-bottom: unset !important;
  padding: 0;
}
.wp-block-goland-features-all-properties-listing .map-container .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: hidden !important;
}
.wp-block-goland-features-all-properties-listing .map-container .infobox-inner .text-container {
  padding: 8px;
  max-width: 300px;
}
.wp-block-goland-features-all-properties-listing .map-container .infobox-inner .text-container > * {
  margin-bottom: 0.5rem;
}
.wp-block-goland-features-all-properties-listing .map-container .infobox-inner .text-container h5 {
  margin-bottom: 0;
}
.wp-block-goland-features-all-properties-listing .map-container .infobox-inner img {
  width: 100%;
  max-width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
.wp-block-goland-features-all-properties-listing .no-matching-properties {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 0.5rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}
.wp-block-goland-features-all-properties-listing .all-properties-container {
  width: 100%;
  display: grid;
}
.wp-block-goland-features-all-properties-listing .all-properties-container .cardboxshadow:hover {
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.3) !important;
}
.wp-block-goland-features-all-properties-listing .all-properties-container .property-single {
  text-decoration: unset;
  overflow: hidden;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
}
.wp-block-goland-features-all-properties-listing .all-properties-container .property-single img {
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-goland-features-all-properties-listing .all-properties-container .property-single .text-container {
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.wp-block-goland-features-all-properties-listing .all-properties-container .property-single .text-container .text-name {
  /* font-size: 1rem; */
  margin-bottom: 0;
}
.wp-block-goland-features-all-properties-listing .all-properties-container .property-single .text-container .text-location {
  color: #666;
  text-transform: uppercase;
  font-size: 0.7rem;
}
.wp-block-goland-features-all-properties-listing .all-properties-container .property-single .text-container .text-description {
  margin: 0.5rem 0;
}
.wp-block-goland-features-all-properties-listing .all-properties-container .property-single .card-button-wrapper {
  margin-top: auto;
}
@media screen and (max-width: 540px) {
  .wp-block-goland-features-all-properties-listing .all-properties-container {
    grid-template-columns: 1fr !important;
  }
}
.wp-block-goland-features-all-properties-listing .filters-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .wp-block-goland-features-all-properties-listing .filters-wrapper {
    flex-flow: row wrap;
  }
  .wp-block-goland-features-all-properties-listing .filters-wrapper .single-filter {
    min-width: 48%;
  }
}
@media screen and (max-width: 576px) {
  .wp-block-goland-features-all-properties-listing .filters-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }
  .wp-block-goland-features-all-properties-listing .filters-wrapper .single-filter {
    min-width: 80%;
  }
}
.wp-block-goland-features-all-properties-listing .filters-wrapper .single-filter {
  /* flex-basis: 19%; */
}
.wp-block-goland-features-all-properties-listing .filters-wrapper .custom-select-wrapper {
  cursor: pointer;
  position: relative;
  text-align: left;
  margin-bottom: 1rem;
}
.wp-block-goland-features-all-properties-listing .filters-wrapper .custom-select-wrapper .custom-select {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0.5rem 0.25rem 0.5rem;
  max-width: 200px;
  text-transform: capitalize;
}
.wp-block-goland-features-all-properties-listing .filters-wrapper .custom-select-wrapper .custom-select::after {
  content: "";
  width: 7px;
  height: 7px;
  transform: rotate(315deg);
  margin-top: -4px;
}
.wp-block-goland-features-all-properties-listing .filters-wrapper .custom-select-wrapper .dropdown {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0.25rem 0.5rem;
  z-index: 10;
  max-width: 200px;
}
.wp-block-goland-features-all-properties-listing .filters-wrapper .custom-select-wrapper .dropdown span {
  cursor: pointer;
  width: 100%;
  display: block;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}
.wp-block-goland-features-all-properties-listing .filters-wrapper .custom-select-wrapper.active .dropdown {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}
.wp-block-goland-features-all-properties-listing .filters-wrapper .custom-select-wrapper.active .custom-select {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.wp-block-goland-features-all-properties-listing .filters-wrapper .custom-select-wrapper.active .custom-select::after {
  transform: rotate(135deg);
}

/*# sourceMappingURL=style-index.css.map*/