.wpjm-abl-quota-widget {
	background: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 30px;
}

.wpjm-abl-quota-widget h4 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 16px;
	color: #333;
}

.wpjm-abl-quota-items {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.wpjm-abl-quota-item {
	flex: 1 1 200px;
	background: #fff;
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #eee;
}

.wpjm-abl-quota-label {
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
	color: #555;
}

.wpjm-abl-quota-stats {
	font-size: 14px;
	color: #777;
	margin-bottom: 8px;
}

.wpjm-abl-progress-bar {
	background: #eee;
	border-radius: 10px;
	height: 8px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 8px;
}

.wpjm-abl-progress {
	background: #0073aa;
	height: 100%;
	transition: width 0.3s ease;
}

.wpjm-abl-quota-remaining {
	font-size: 13px;
	color: #888;
}
