@keyframes wave{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton-wave{position:relative;overflow:hidden;background:linear-gradient(90deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.08) 20%,hsla(0,0%,100%,.12) 40%,hsla(0,0%,100%,.08) 60%,hsla(0,0%,100%,.03));background-size:1000px 100%;animation:shimmer 2s linear infinite}