.cs-grid-shimmer-container{display:flex;flex-wrap:wrap;gap:16px;width:100%}.cs-grid-shimmer-container .cs-card{width:340px;border:1px solid rgba(0,0,0,.1);background-color:#fff;border-radius:4px;padding:20px}.cs-grid-shimmer-container .cs-card .cs-shimmer-animation{background-color:#f6f7f8;background-image:linear-gradient(90deg,#f6f7f8 0,#edeef1 20%,#f6f7f8 40%,#f6f7f8);background-repeat:no-repeat;background-size:800px 104px;animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:csplaceholderShimmer;animation-timing-function:linear}.cs-grid-shimmer-container .cs-card .cs-loader-shimmer-banner{height:12rem;background-size:800px 18rem;border-radius:5px;margin-bottom:12px}.cs-grid-shimmer-container .cs-card .cs-loader-shimmer-header{display:flex;justify-content:space-between;margin-bottom:5px}.cs-grid-shimmer-container .cs-card .cs-loader-shimmer-title{height:25px;flex:0 0 auto;width:120px}.cs-grid-shimmer-container .cs-card .cs-loader-shimmer-rating{height:25px;flex:0 0 auto;width:70px}.cs-grid-shimmer-container .cs-card .cs-loader-shimmer-list{height:20px;width:190px;margin-bottom:5px}.cs-grid-shimmer-container .cs-card .cs-loader-shimmer-list:last-child{margin-bottom:0}.cs-grid-shimmer-container .cs-card .cs-loader-shimmer-info{height:20px;width:220px;margin-bottom:5px}.cs-grid-shimmer-container .cs-card .cs-loader-shimmer-info:last-child{margin-bottom:0}@keyframes csplaceholderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}