.pxrs-card {
    background:#fff;
    padding:15px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 2px 8px rgba(0,0,0,.1);
}
.pxrs-img {
    width:100%;
    height:180px;
    overflow:hidden;
    border-radius:10px;
    margin-bottom:10px;
}
.pxrs-img img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.pxrs-price {
    font-size:18px;
    font-weight:bold;
    margin:8px 0;
}
.pxrs-whatsapp {
    display:block;
    padding:10px;
    background:#25D366;
    color:#fff !important;
    border-radius:8px;
    text-decoration:none;
    margin-top:8px;
}
