.wg-skeleton{flex-direction:column;gap:5px;width:170px;display:flex}.wg-skeleton_card{-o-object-fit:cover;object-fit:cover;background-color:#b0b0b0;border-radius:8px;height:100%;min-height:262px;max-height:262px;display:block;position:relative;overflow:hidden}.wg-skeleton_card:before{content:"";background:linear-gradient(90deg,#fff0,#fff6 50%,#fff0);width:150px;height:100%;animation:1.5s infinite shimmer;position:absolute;top:0;left:-150px}.wg-skeleton_card_name{background-color:#b0b0b0;border-radius:4px;width:100%;height:15px;margin-top:5px;position:relative;overflow:hidden}.wg-skeleton_card_name:before{content:"";background:linear-gradient(90deg,#fff0,#fff6 50%,#fff0);width:150px;height:100%;animation:1.5s infinite shimmer;position:absolute;top:0;left:-150px}.wg-skeleton_card_age{background-color:#b0b0b0;border-radius:4px;width:100%;height:15px;position:relative;overflow:hidden}.wg-skeleton_card_age:before{content:"";background:linear-gradient(90deg,#fff0,#fff6 50%,#fff0);width:150px;height:100%;animation:1.5s infinite shimmer;position:absolute;top:0;left:-150px}@keyframes shimmer{0%{transform:translate(-150px)}to{transform:translate(300px)}}
