.cql-list-item-inner {
	display: flex !important;
	gap: 10px !important;
	align-items: center !important;
}

.cql-list-item-inner .mention-item-avatar{
	width: 30px !important;
	height: 30px !important;
	border-radius: 50% !important;
	object-fit: cover !important;
}

.cql-list-item-inner p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}