.skeleton-box{background:#333;border-radius:8px;margin:10px;padding:20px;width:100%;height:200px;position:relative;overflow:hidden}.skeleton-description,.skeleton-image,.skeleton-title{background:#444;border-radius:4px;margin-bottom:10px}.skeleton-title{width:80%;height:20px}.skeleton-description{width:90%;height:15px}.skeleton-image{width:100%;height:120px}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton-description,.skeleton-image,.skeleton-title{animation:shimmer 1.5s linear infinite;background:linear-gradient(90deg,#555 25%,#333 50%,#555 75%);background-size:200% 100%}