.skeleton-wrapper{display:flex;flex-direction:column;gap:1rem;padding:1rem}.skeleton-image{height:200px}.skeleton-image,.skeleton-text{width:100%;background-color:#e0e0e0;border-radius:8px;animation:pulse 1.5s ease-in-out infinite}.skeleton-text{height:20px}.skeleton-text.short{width:60%}@keyframes pulse{0%{background-color:#e0e0e0}50%{background-color:#f5f5f5}to{background-color:#e0e0e0}}