div[data-card-template="property-card-v2"] {
  column-gap: 16px;
  row-gap: 32px;
}

article.ae-property-card--v2 {
  position: relative;
}

article.ae-property-card--v2 .ae-property-card-link {
  text-decoration: none;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
}

article.ae-property-card--v2 .ae-property-card-tag {
  position: absolute;
  top: 11px;
  right: 16px;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 24px;
  padding: 10px 16px;
  color: #FFFFFF;
  background-color: #001F24;
}

/* Image Block */
article.ae-property-card--v2 .ae-property-card-image-wrapper {
  display: block;
  width: 100%;
  height: 239px;
  border-radius: 24px;
  background: linear-gradient(209.02deg, rgba(0, 0, 0, 0) 50.13%, rgba(0, 0, 0, 0.45) 87.59%);
  overflow: hidden;
}
article.ae-property-card--v2 .ae-property-card-image-wrapper:hover .ae-property-card-image {
  scale: 1.2;
}
article.ae-property-card--v2 .ae-property-card-image {
  width: 100%;
  height: 100%;
  transition: all linear .3s;
}
article.ae-property-card--v2 .ae-property-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Info Block */
article.ae-property-card--v2 .ae-property-card-info {
  padding: 16px 0px 0px;
}

/* Title */
article.ae-property-card--v2 .ae-property-card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  margin: 0px 0px 4px;
  color: #001F24;
}
article.ae-property-card--v2 .ae-property-card-title a {
  color: #001F24;
}

/* Location */
article.ae-property-card--v2 .ae-property-location-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
}

article.ae-property-card--v2 .ae-property-card-location {
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #0A353C;
  margin: 0px 0px 0px 8px;
}

/* Features Block */
article.ae-property-card--v2 .ae-property-features-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 10px;
  margin-bottom: 8px;
}
article.ae-property-card--v2 .ae-card-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 24px;
  border: 1px solid #EBEBEB;
  background-color: #F1F6F6;
}
article.ae-property-card--v2 .ae-card-feature svg {

}
article.ae-property-card--v2 .ae-card-feature span {

}

/* Price */
article.ae-property-card--v2 .ae-property-card-price-block {

}
article.ae-property-card--v2 .ae-property-card-price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #0A353C;
  margin: 0px;
}
