/* Vercetti Propiedades — tarjetas de propiedades v1.6.6 */
.vc-card-display-title{
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-clamp:2;
}
.vc-card-display-location{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/* Catálogo y propiedades similares */
.vc-property-card .vc-card-heading{
  min-height:76px;
  margin:18px 20px 0;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.vc-property-card .vc-card-heading .product-classic-title{
  margin:0;
  min-height:46px;
  line-height:1.35;
}
.vc-property-card .vc-card-heading .vc-property-location{
  margin:5px 0 0;
  color:#747b88;
}
.vc-property-card .vc-card-heading + .product-classic-divider{
  margin-top:13px;
}

/* Home — Últimas propiedades */
#propiedades-destacadas .vc-home-property-card{
  height:100%;
}
#propiedades-destacadas .vc-home-property-heading{
  min-height:43px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  text-align:left;
}
#propiedades-destacadas .vc-home-property-heading .product-classic-title{
  margin:0;
  min-height:21px;
  line-height:1.35;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  display:block;
}
#propiedades-destacadas .vc-home-property-location{
  display:flex;
  align-items:center;
  gap:5px;
  margin:5px 0 0;
  color:#858c96;
  font-size:12px;
  line-height:1.35;
  letter-spacing:.01em;
}
#propiedades-destacadas .vc-home-location-icon{
  display:inline-flex;
  flex:0 0 auto;
  color:#703a91;
}
#propiedades-destacadas .vc-home-location-icon .vc-inline-icon{
  width:13px;
  height:13px;
}
#propiedades-destacadas .vc-home-property-location > span:last-child{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
#propiedades-destacadas .vc-home-property-heading + .product-classic-media{
  margin-top:9px;
}
#propiedades-destacadas .vc-home-property-media{
  position:relative;
}

/* Guardar propiedad desde el Home */
#propiedades-destacadas .vc-home-favorite-btn{
  position:absolute;
  top:12px;
  right:12px;
  z-index:105;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.96);
  color:#444c57;
  box-shadow:0 5px 16px rgba(23,28,38,.17);
  cursor:pointer;
  transition:transform .18s ease,color .18s ease,background .18s ease;
}
#propiedades-destacadas .vc-home-favorite-btn:hover{
  transform:translateY(-1px);
  color:#652885;
}
#propiedades-destacadas .vc-home-favorite-btn.is-active{
  background:#652885;
  color:#fff;
}
#propiedades-destacadas .vc-home-favorite-btn .vc-inline-icon{
  width:18px;
  height:18px;
}

/* Una sola etiqueta contextual por propiedad */
#propiedades-destacadas .vc-home-context-badge{
  position:absolute;
  top:13px;
  left:13px;
  z-index:104;
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.95);
  color:#5c267c;
  box-shadow:0 4px 14px rgba(23,28,38,.13);
  font-size:11px;
  line-height:1;
  font-weight:700;
  letter-spacing:.025em;
  white-space:nowrap;
}
#propiedades-destacadas .vc-home-context-badge.reserved{
  background:#652885;
  color:#fff;
}

@media (max-width:575.98px){
  #propiedades-destacadas .vc-home-property-heading{min-height:42px}
  #propiedades-destacadas .vc-home-property-heading + .product-classic-media{margin-top:8px}
  #propiedades-destacadas .vc-home-favorite-btn{width:36px;height:36px;top:10px;right:10px}
  #propiedades-destacadas .vc-home-context-badge{top:11px;left:11px}
  .vc-property-card .vc-card-heading{min-height:72px}
}
