.property-card-wrapper{display:flex;flex-direction:column;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:1px 4px 4px rgba(0,0,0,.25);transition:transform .3s ease,box-shadow .3s ease;color:#1e1e1e;min-width:264px}.property-card-wrapper:hover .property-card-info{background-color:#fff}.property-card-image{position:relative;width:100%;height:152px;overflow:hidden;border-radius:8px 8px 0 0}.property-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.property-card-heart{position:absolute;top:8px;right:8px;width:48px;height:48px;background-color:#fff;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:12px;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}.property-card-heart img{width:24px;height:24px}.property-card-heart:hover{background-color:#f0f4ff;box-shadow:0 4px 12px rgba(0,65,217,.2)}.property-card-heart:active{transform:scale(.95)}.property-card-info{display:flex;flex-direction:column;gap:0;padding:16px;background-color:#f5f5f5;border:1.3px solid #a6a6a6;border-top:none;border-radius:8px;border-top-left-radius:0;border-top-right-radius:0}.property-card-title{font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:18px;letter-spacing:.25px;color:#7a7a7a;margin:0 0 8px;text-transform:capitalize}.property-card-price-section{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:16px}.property-card-price{font-size:18px;font-weight:600;color:#1e1e1e;margin:0;flex:1}.property-card-price,.property-card-rent{font-family:Inter,sans-serif;line-height:22px}.property-card-rent{color:#7a7a7a;font-size:16px;font-style:normal;font-weight:500}.property-card-logo{display:flex;align-items:center;justify-content:center;background-color:#fff;padding:8px 12px;border-radius:4px;min-width:74px;height:32px}.property-card-logo img{max-width:56px;max-height:32px;-o-object-fit:contain;object-fit:contain}.property-card-location-section{display:flex;flex-direction:column;gap:10px;margin-bottom:10px}.property-card-address,.property-card-location{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:20px;margin:0;padding-right:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.property-card-details{display:flex;justify-content:space-between;gap:0}.property-card-detail{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:20px}@media(max-width:640px){.property-card-wrapper{width:100%}.property-card-title{font-size:12px}.property-card-price{font-size:16px}.property-card-address,.property-card-detail,.property-card-location{font-size:14px}}