/**
 * Dashboard Widget Styles
 *
 * @package Hoosh\AI_Assistant
 */

.hoosh-dashboard-widget .hoosh-usage-section {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.hoosh-dashboard-widget .hoosh-usage-section h4 {
	margin: 0 0 8px 0;
	font-size: 13px;
	font-weight: 600;
}

.hoosh-dashboard-widget .hoosh-progress-bar {
	height: 8px;
	background: #e0e0e0;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 5px;
}

.hoosh-dashboard-widget .hoosh-progress-fill {
	height: 100%;
	background: #2271b1;
	border-radius: 4px;
	transition: width 0.3s ease;
}

.hoosh-dashboard-widget .hoosh-usage-text {
	margin: 0;
	font-size: 12px;
	color: #666;
}

.hoosh:dashboard-widget .hoosh-remaining-text {
	margin: 2px 0 0 0;
	font-size: 11px;
	color: #888;
}

.hoosh-dashboard-widget .hoosh-stats-section {
	margin-bottom: 15px;
}

.hoosh-dashboard-widget .hoosh-stats-section h4 {
	margin: 0 0 8px 0;
	font-size: 13px;
	font-weight: 600;
}

.hoosh-dashboard-widget .hoosh-operations-list {
	margin: 5px 0 0 0;
	padding-left: 20px;
	font-size: 12px;
	color: #666;
}

.hoosh-dashboard-widget .hoosh-operations-list li {
	margin-bottom: 3px;
}

.hoosh-dashboard-widget .hoosh-settings-link {
	margin: 0;
	text-align: right;
}

.hoosh-dashboard-widget .hoosh-stat-label {
	margin: 8px 0 4px 0;
	font-size: 12px;
	font-weight: 600;
	color: #333;
}
