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