.clb-2616-wrapper {
	background-color: #f8f9fa;
	padding: 20px;
	border-radius: 8px;
	border: 1px dashed #dee2e6;
}

.clb-2616-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.clb-2616-item {
	margin-bottom: 12px;
	position: relative;
	padding-left: 20px;
}

.clb-2616-item::before {
	content: "•";
	color: #0b5ed7;
	font-weight: bold;
	position: absolute;
	left: 0;
}

.clb-2616-item:last-child {
	margin-bottom: 0;
}

.clb-2616-link {
	color: #0b5ed7;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	transition: color 0.3s ease;
}

.clb-2616-link:hover {
	color: #0a53be;
	text-decoration: underline;
}
