Few pointers and adjustments.
.stat-label
{
font-size: 0.75rem;
color: var(--text-muted);
margin-top: 5px;
}
margin-top: 5px; need to delete that.
.community-user-item .user-stats
{
font-size: 0.65rem;
color: var(--text-muted);
display: flex;
gap: 8px;
margin-top: 2px;
}
display: flex; need to delete that or set it to "block"
Optional .back-to-top too bright. Need to fade it out aka transparency
background: color-mix(in srgb, var(--primary), transparent 70%);
and :hover
background: color-mix(in srgb, var(--primary-hover), transparent 60%);