.property-card__container{border-radius:12px;min-width:326px}.property-card__highlighted{border:8px solid #ff5e00}.property-card__highlighted .property-card__photo{border-radius:4px 4px 0 0}.property-card__default-normal{border:1px solid #b2b9bd}.property-card__default-spotlight{border:1px solid #ff5e00;outline:1px solid #ff5e00}.property-card__content{display:flex;flex-direction:column;width:100%}.property-card__photo{position:relative;border-radius:12px 12px 0 0;overflow:hidden}.property-card__photo img{-o-object-fit:cover;object-fit:cover;width:100%;height:217.33px;transition:transform .3s ease}.property-card__photo img:hover{transform:scale(1.25)}.property-card__photo-tags{position:absolute;top:6px;left:6px;display:flex;gap:8px}.property-card__detail{font-family:Poppins,sans-serif;display:flex;flex-direction:column;padding:6px 16px 16px}.property-card__detail-top{display:flex;justify-content:space-between;height:44px}.property-card__detail-top__left{display:flex;flex-direction:column;gap:2px;width:90%}.property-card__detail-top__left :first-child{font-weight:400;font-size:12px;line-height:18px;color:#383e42;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.property-card__detail-top__left :nth-child(2){display:flex;gap:2px}.property-card__detail-price{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:18px;line-height:28px;margin-top:4px}.property-card__detail-price img{width:40px;height:32px}.property-card__detail-title{margin-top:8px}@media(1080px <= width <= 1280px){.property-card__detail-title{height:48px}}@media(width < 1080px){.property-card__detail-title{height:48px}}.property-card__detail-title h2{font-weight:600;font-size:16px;line-height:24px;color:#262829}@media(width > 1280px){.property-card__detail-title h2{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}@media(1080px <= width <= 1280px){.property-card__detail-title h2{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}@media(width < 1080px){.property-card__detail-title h2{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}.property-card__detail-specs{margin-top:8px;height:16px}.property-card__buttons{display:flex;gap:8px;padding:0 16px}.property-card__buttons :first-child{flex:1}@media(width > 1280px){.property-card__buttons :nth-child(2),.property-card__buttons :nth-child(3){display:none}}@media(1080px <= width <= 1280px){.property-card__buttons :nth-child(2),.property-card__buttons :nth-child(3){display:none}}