.user__list__container{grid-gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));padding:.5rem;display:grid}.user__card{cursor:pointer;border:1px solid #ccc;padding:.75rem .5rem}.pending_followings__actions{gap:.5rem;display:flex}
.skeleton-loading{border:1px solid #ddd;border-radius:8px;padding:.75rem .5rem}.ribbon-loading{background-color:#ddd;height:24px;margin-bottom:.5rem}.user__card__header__loading{justify-content:space-between;display:flex}.user-card-loading{flex-direction:column;gap:.5rem;display:flex}.avatar-loading{background-color:#ddd;border-radius:50%;width:40px;height:40px}.meta-loading{flex:1}.title-loading{background-color:#ddd;width:80%;height:20px;margin-bottom:8px}.description-loading{background-color:#ddd;width:100%;height:60px}.avatar-loading:last-child{background-color:#ddd;border-radius:10%;width:40px;height:40px}.title-loading,.description-loading,.avatar-loading,.ribbon-loading{background:linear-gradient(90deg,#ddd,#f0f0f0,#ddd) 0 0/200% 100%;animation:1.5s linear infinite lightingEffect}@keyframes lightingEffect{0%{background-position:200% 0}to{background-position:-200% 0}}
