/* Property cards: square images. */
 .listing_wrapper.property_unit_v3 .property_listing .listing-unit-img-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  min-height: 0 !important;
  float: none !important;
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
  margin-bottom: 14px;
  border-radius: 14px;
}

.listing_wrapper.property_unit_v3 .property_listing .listing-unit-img-wrapper .property_unit_carousel,
.listing_wrapper.property_unit_v3 .property_listing .listing-unit-img-wrapper .carousel-inner {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
}

.listing_wrapper.property_unit_v3 .property_listing .listing-unit-img-wrapper > a:has(> img) {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
}

.listing_wrapper.property_unit_v3 .property_listing .listing-unit-img-wrapper .carousel-inner > .item,
.listing_wrapper.property_unit_v3 .property_listing .listing-unit-img-wrapper .carousel-inner > .item > a {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
}

.listing_wrapper.property_unit_v3 .property_listing .listing-unit-img-wrapper .carousel-inner > .item > a {
  display: block !important;
}

.listing_wrapper.property_unit_v3 .property_listing .listing-unit-img-wrapper img,
.listing_wrapper.property_unit_v3 .property_listing .listing-unit-img-wrapper .img-responsive,
.listing_wrapper.property_unit_v3 .property_listing .listing-unit-img-wrapper .wp-post-image {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  min-height: 0 !important;
  display: block !important;
  object-fit: cover !important;
  border-radius: 14px;
}
