.stub-wrapper{--stub-gradient-width-percent:50%;--stub-shine-color:var(--custom-stub-shine-color,#f5f5f6);width:100%;position:relative;overflow:hidden}.stub-wrapper__animation{width:var(--stub-gradient-width-percent);opacity:.3;background:linear-gradient(to right,#fff0 0,var(--stub-shine-color) 50%,#fff0 100%);height:100%;animation-name:skeletonAnimation;animation-duration:1.5s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute;top:0}@keyframes skeletonAnimation{0%{transform:translate(-100%)}to{transform:translate(200%)}}
