.empty-state-content {
	text-align: center;
	padding: 60px 20px;
	background: #f8f9fa;
	border-radius: 10px;
	margin: 10px 0 30px;
}

.empty-state-icon {
	margin-bottom: 20px;
}

.empty-state-icon i {
	font-size: 64px;
	color: #91699c;
	opacity: 0.6;
}

.empty-state-text h4 {
	font-size: 20px;
	font-weight: 600;
	color: #231f20;
	margin-bottom: 10px;
}

.empty-state-text p {
	font-size: 14px;
	color: #666;
	margin-bottom: 0;
	line-height: 1.6;
}

