.skeleton{background:linear-gradient(90deg,#fff8f1 25%,#fff8f1 37%,#fff8f1 63%);background-size:400% 100%;animation:shimmer 1.2s linear infinite;border-radius:8px}.skeleton-title{height:30px;width:60%;margin:auto}.skeleton-text{height:16px;width:100%}.skeleton-text-short{height:16px;width:60%}.skeleton-image-lg{height:250px;border-radius:12px}.skeleton-image-sm{height:150px;border-radius:10px}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}