.container { display: flex; flex-direction: column; align-items: center; padding: 0.375rem; border-radius: 0.625rem; cursor: var(--custom-cursor, pointer); &:hover { background-color: var(--color-background-secondary); } } .user-count-badge { font-family: var(--font-family-condensed); font-weight: var(--font-weight-semibold) !important; font-size: 0.5rem !important; border-width: 1px !important; bottom: 0 !important; padding-block: 0.1875rem !important; background: rgba(0, 0, 0, 0.2) !important; backdrop-filter: blur(50px); } .user-badge-icon { font-size: 0.4375rem !important; } .name { white-space: inherit !important; max-width: 100% !important; width: 4rem !important; font-size: 0.625rem !important; height: 1.625rem; font-weight: var(--font-weight-medium); line-height: 0.75rem; }