.sp-e81b28c1-wrapper {
	display: flex;
	align-items: center;
	gap: 15px;
}

.sp-e81b28c1-avatars {
	display: flex;
	align-items: center;
}

.sp-e81b28c1-avatar {
	display: flex;
	z-index: 1;
	position: relative;
}

.sp-e81b28c1-avatar img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #fff;
	background-color: #f0f0f0;
}

.sp-e81b28c1-avatar:hover {
	z-index: 2;
}

.sp-e81b28c1-text-wrap {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.sp-e81b28c1-primary {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
}

.sp-e81b28c1-secondary {
	font-size: 12px;
	opacity: 0.8;
	line-height: 1.2;
}
