.sp-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	width: 100%;
}


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

.sp-avatar {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 2px solid #fff;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
	box-shadow: 0 1px 3px rgba(0,0,0,.15);
}

.sp-avatar:not(:first-child) {
	margin-left: -10px;
}

.sp-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.sp-avatar-placeholder {
	width: 100%;
	height: 100%;
	background-color: #6b7280;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
}

.sp-text {
	margin: 0;
	font-size: 15px;
	color: #374151;
	line-height: 1.4;
}

.sp-highlight {
	font-weight: 700;
	color: #111827;
}
