.cs-868-container {
	display: flex;
	flex-direction: column;
	gap: 16px;
	background-color: #fff;
	padding: 24px;
	border-radius: 16px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.cs-868-header {
	display: flex;
	align-items: center;
	gap: 20px;
}

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

.cs-868-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #fff;
	margin-left: -10px;
	position: relative;
	z-index: 1;
}

.cs-868-avatar:first-child {
	margin-left: 0;
	z-index: 3;
}

.cs-868-avatar:nth-child(2) {
	z-index: 2;
}

.cs-868-stars {
	display: flex;
	align-items: center;
	color: #FF5722;
}

.cs-868-stars span {
	display: inline-flex;
	margin-right: 4px;
}
.cs-868-stars span:last-child {
	margin-right: 0;
}

.cs-868-description {
	font-size: 16px;
	line-height: 1.5;
	color: #555;
	margin: 0;
}
