.property-card.skeleton{pointer-events:none}.property-card.skeleton .skeleton-box{background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%);background-size:400% 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px}.property-card.skeleton .property-image-wrapper .skeleton-box{width:100%;height:100%}.property-card.skeleton .property-card-content .title{width:60%;height:20px;margin:.5rem 0}.property-card.skeleton .property-card-content .address{width:80%;height:14px;margin-bottom:1rem}.property-card.skeleton .property-bottom .price{width:40%;height:16px;margin-bottom:.5rem}.property-card.skeleton .property-info{display:flex;gap:.5rem}.property-card.skeleton .property-info .info{width:30%;height:14px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}