.listing-share {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 6;
}
.listing-share-btn {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.15rem;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
}
.listing-share-menu {
  position: absolute;
  top: 38px;
  right: 0;
  min-width: 132px;
  background: #fff;
  border: 1px solid #eadfd4;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(43, 36, 28, 0.16);
  overflow: hidden;
}
.listing-share-menu a {
  display: block;
  padding: 0.55rem 0.8rem;
  color: #1c1917;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.82rem;
}
.listing-share-menu a:hover {
  background: #f7f2eb;
  color: #ff4d1a;
}
.housing-card-wrap,
.housing-result,
.sale-card,
.sale-card-media,
.stay-card-gallery {
  position: relative;
}
.housing-card-wrap {
  display: block;
}
