.cw_property-one {
  background-color: #fff;
  border-radius: 0.5rem;
  border: 1px solid #e7e7e7;
  padding: 1rem;
}

.cw_property-one .cw_property-image {
  width: 100%;
  height: 12.5rem;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.cw_property-one .cw_property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.cw_property-one:hover .cw_property-image img {
  transform: scale(1.3);
}

.cw_property-one .cw_property-left {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  white-space: nowrap;
  background-color: #bbf9bb;
  line-height: 1;
  color: #1e431e;
  font-size: 0.775rem;
  border-radius: 0.25rem;
  padding: 0.375rem 0.625rem;
  font-weight: 600;
  z-index: 1;
}

.cw_property-one .cw_wishlist-btn {
  position: absolute;
  top: 0.55rem;
  right: 0.75rem;
  z-index: 2;
  padding: 0;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1rem;
  border-radius: 50%;
  color: #fff;
}

.cw_property-one .cw_wishlist-btn:hover {
  opacity: 0.7;
}

.cw_property-one .cw_wishlist-btn:focus {
  box-shadow: none;
}

.cw_property-one .cw_property-content {
  position: relative;
}

.cw_property-one .cw_property-name {
  font-size: 1.3rem;
  font-weight: 700;
  padding-right: 3.5rem;
}

.cw_property-one .cw_property-name a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease;
}

.cw_property-one .cw_property-name a:hover {
  opacity: 0.8;
}

.cw_property-one .cw_property-location,
.cw_property-one .cw_propety-ratings {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

.cw_property-one .cw_property-location {
  color: rgb(101 101 101 / 65%);
  font-size: 0.875rem;
}

.cw_property-one .cw_property-location i {
  font-size: 1rem;
}

.cw_property-one .cw_propety-ratings {
  font-weight: 600;
  font-size: 0.9375rem;
  position: absolute;
  top: 0.4rem;
  right: 0;
}

.cw_property-one .cw_propety-ratings i {
  color: #fdc655;
  font-size: 1rem;
}

.cw_property-one .cw_property-footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.cw_property-one .cw_property-features {
  padding: 0;
  margin: 0 auto 0 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.cw_property-one .cw_property-features li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.1875rem;
  height: 0.1875rem;
  background-color: #acacac;
  border-radius: 50%;
  margin: 0 0.375rem;
  position: relative;
  top: -0.25rem;
}

.cw_property-one .cw_property-price {
  font-weight: 700;
  font-size: 1.2875rem;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.cw_property-one .cw_property-price span {
  font-size: 0.875rem;
  font-weight: 400;
  color: rgb(101 101 101 / 65%);
}
