.pet-card{display:inline-block;margin:1rem;box-shadow:0 4px 8px rgba(0,0,0,.1);border-radius:10px;overflow:hidden;background:#fff;transition:transform .2s ease}.pet-card:hover{transform:translateY(-5px)}.pet-card img{width:200px;height:200px;object-fit:cover}.pet-card p{margin:0;padding:.5rem;font-weight:700;color:#333;text-align:center}