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