.skeleton-image{width:100%;height:300px;border-radius:8px}.skeleton-image,.skeleton-text{background-color:#e0e0e0;animation:pulse 1.5s ease-in-out infinite}.skeleton-text{height:16px;border-radius:4px;margin:0 auto}.skeleton-text.title{width:60%;height:20px;margin-bottom:10px}.skeleton-text.small{width:40%;height:14px}@keyframes pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}