.qlb-2614-container {
	background-color: #f8f9fa;
	border: 1px solid #e9ecef;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.qlb-2614-header {
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e9ecef;
	color: #212529;
	font-size: 1.25rem;
}

.qlb-2614-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.qlb-2614-item {
	margin-bottom: 10px;
}

.qlb-2614-item:last-child {
	margin-bottom: 0;
}

.qlb-2614-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #0b5ed7;
	font-weight: 500;
	padding: 8px 12px;
	border-radius: 4px;
	transition: all 0.2s ease;
	background-color: #ffffff;
	border: 1px solid #dee2e6;
}

.qlb-2614-link:hover {
	background-color: #e9ecef;
	color: #0a53be;
}

.qlb-2614-icon {
	display: inline-flex;
	margin-right: 10px;
	width: 20px;
	justify-content: center;
}

.qlb-2614-icon i {
	font-size: 16px;
}

.qlb-2614-icon svg {
	width: 16px;
	height: 16px;
	fill: #0b5ed7;
	transition: fill 0.2s ease;
}

.qlb-2614-text {
	flex-grow: 1;
}
