.shimmerCard{background:#fff;border:1px solid #eaeaea;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 8px rgba(0,0,0,.1)}.shimmerCard.sameHeight{height:100%}.shimmerCard .shimmerCard_img{width:100%;height:320px;overflow:hidden;position:relative}.shimmerCard .shimmerCard_content{padding:16px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.shimmerCard .shimmerTitle{width:70%;height:20px;margin-bottom:12px;border-radius:4px}.shimmerCard .shimmerFooter{display:flex;justify-content:space-between}.shimmerCard .shimmerFooter .shimmerDate,.shimmerCard .shimmerFooter .shimmerLocation{width:40%;height:16px;border-radius:4px}.shimmer{background:#e0e0e0;background-image:linear-gradient(90deg,#e0e0e0,#f5f5f5 40px,#e0e0e0 80px);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}