.shimmer-workout-list-card{display:flex;gap:2rem;background-color:#fff;border-radius:1rem;padding:1rem;box-shadow:0 0 2px #28293d0a,0 4px 8px #60617029;flex-direction:row}.shimmer-workout-list-content{padding:1.25rem;display:flex;flex-direction:column;justify-content:center;width:100%}.shimmer-list-image{height:20rem;width:70%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:2rem}.shimmer-list-title{width:60%;height:2rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:.5rem;margin-bottom:1rem}.shimmer-list-description{width:80%;height:1.5rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:.5rem}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (min-width: 320px) and (max-width: 768px){.shimmer-workout-list-card{flex-direction:column;gap:0}.shimmer-list-image{height:15rem;width:100%;border-radius:1rem 1rem 0 0}.shimmer-workout-list-content{padding:1.25rem;width:70vw}}
