.placeholder-card{width:100%;height:250px;background:#f0f0f0;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px}.placeholder-image{width:80%;height:140px;border-radius:8px}.placeholder-image,.placeholder-text{background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.placeholder-text{width:60%;height:15px;margin-top:10px;border-radius:5px}.placeholder-text.short{width:40%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}