/* custom-listings.css */

#listing_ajax_container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#listing_ajax_container > .listing_wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
  position: relative;
}

.property_listing {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}

.listing-unit-img-wrapper {
  width: 600px;
  margin-right: 20px;
}

.listing-unit-img-wrapper img {
  width: 100%;
  height: auto;
}
