.ProfileCitationCard{background-color:var(--bg-primary);color:var(--text-primary);display:flex;flex-direction:column;border-radius:1rem;border-radius:.625rem;border:1px var(--border-ui);box-shadow:0 0 20px #6e6e6e40;width:24rem;max-width:calc(100vw - 1rem);min-height:8rem;box-sizing:border-box;padding:1.12rem 1.5rem;gap:1.25rem}.ProfileCitationCard.loading{justify-content:center;align-items:center}.ProfileCitationCard .top{display:flex;flex-direction:row;align-items:flex-start;width:100%;box-sizing:border-box;gap:1rem}.ProfileCitationCard .top .r{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.ProfileCitationCard .top .account-creations{display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem;align-items:center}.ProfileCitationCard .top .account-creations div{display:flex;flex-direction:row;align-items:center;gap:.25rem}.ProfileCitationCard .top .account-creations div img{height:1rem;width:1rem}.ProfileCitationCard .middle{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box}.ProfileCitationCard .unknown-status{color:#ccc058;background-color:#ccc0583b;border-radius:1rem;height:1.5rem;width:1.5rem;box-sizing:border-box;justify-content:center;align-items:center;display:flex}.ProfileCitationCard .middle .stats{display:flex;flex-direction:row;align-items:center;gap:.75rem;box-sizing:border-box}.ProfileCitationCard .middle .stats .stat{display:flex;flex-direction:column;align-items:flex-start}.ProfileCitationCard .bottom{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;box-sizing:border-box;gap:.62rem}.ProfileCitationCard .profile-pill{background-color:var(--primary-ui)}
