.property-card{width:100%;max-width:360px;border:1px solid #423a9760;max-height:500px;border-radius:.5rem;background-color:#ffffff;text-decoration:none;color:inherit;display:flex;flex-direction:column;overflow:visible;box-shadow:0 1px 4px rgba(0,0,0,.05);transition:box-shadow .3s,transform .2s;font-size:.85rem;position:relative;box-sizing:border-box;justify-self:start;padding:4px}.property-card:hover{transform:scale(1.02);box-shadow:0 2px 12px rgba(0,0,0,.1)}.property-image-wrapper{width:100%;border-radius:8px;aspect-ratio:1/1;overflow:hidden;background-color:#f3f4f6;position:relative}.property-image-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.property-image-wrapper .no-image{width:100%;height:100%;background-color:#e9d5ff}.property-card-content{padding:.5rem;display:flex;flex-direction:column;flex-grow:1}.property-card-title{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 .25rem;line-height:1.2}.property-card-address{font-size:.9rem;color:#5a606c;margin:0 0 .4rem;line-height:1.2}.property-card-price{font-size:1.15rem;font-weight:800;color:var(--color-primary-dark,#413a97);margin:0;line-height:1.2}.property-divider{border:none;border-top:1px solid #e5e7eb;margin:.25rem 0}.property-info{font-weight:600;display:flex;gap:.5rem;font-size:.85rem;color:#000000}.property-info .info-item{display:flex;align-items:center;gap:.25rem;background-color:transparent;padding:0;border-radius:0}.property-info .info-item img{width:1.75rem;height:1.75rem}.property-bottom{margin-top:auto}.property-card.featured{box-shadow:0 0 8px 2px #9c5aff}.property-card.featured:hover{box-shadow:0 0 8px 4px #9c5aff}.property-card .featured-pill{position:absolute;top:8px;left:8px;background-color:#9c5aff;color:#fff;padding:2px 6px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;overflow:hidden;z-index:3}.property-card:hover .featured-pill:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,0),rgba(255,255,255,.8) 50%,rgba(255,255,255,0));transform:skewX(-20deg);animation:featured-shine 1s forwards;pointer-events:none}@keyframes featured-shine{0%{left:-100%}to{left:100%}}.property-image-wrapper .img-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(255,255,255,.75);background-image:url(/property-card-left-icon.svg);background-repeat:no-repeat;background-position:50%;background-size:100%;border:none;font-size:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;border-radius:50%;transition:background .2s;padding:0}.property-image-wrapper .img-arrow:hover{background-image:url(/property-card-left-icon-hover.svg);background-color:rgba(255,255,255,1)}.property-image-wrapper .img-arrow.left{left:8px;transform:translateY(-50%) rotate(180deg)}.property-image-wrapper .img-arrow.right{right:8px;transform:translateY(-50%)}@media (max-width:768px){.property-card{min-height:420px}}@media (max-width:480px){.property-card{margin-top:.5rem}}