.cp-container-53c4fc6f {
	display: grid;
	grid-template-columns: repeat(var(--cp-cols, 4), 1fr);
	gap: 15px;
	align-items: center;
}

.cp-item-53c4fc6f {
	display: flex;
	align-items: center;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 50px;
	padding: 8px 16px;
	gap: 12px;
	transition: all 0.3s ease;
}

.cp-item-53c4fc6f img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	object-fit: cover;
}

.cp-item-53c4fc6f .cp-title {
	font-size: 14px;
	color: #333;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cp-hidden-item {
	display: none !important;
}

.cp-container-53c4fc6f.cp-expanded .cp-hidden-item {
	display: flex !important;
}

.cp-toggle-53c4fc6f {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #0d47a1;
	border: none;
	border-radius: 50px;
	padding: 12px 24px;
	cursor: pointer;
	transition: background 0.3s ease;
}

.cp-toggle-53c4fc6f svg {
	fill: #ffffff;
}

.cp-container-53c4fc6f.cp-expanded .cp-toggle-53c4fc6f {
	display: none;
}
