.sacoa-card-widget {
	background: #f9fafb;
	border: 2px solid #e5e7eb;
	border-radius: 14px;
	margin-bottom: 20px;
	padding: 20px;
	display: flex;
	gap: 10px;
	align-items: center;
}

.sacoa-card-number {
	width: 30px;
	height: 30px;
	background: linear-gradient(135deg, #862cf6 0%, #b937fc 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 120px;
	padding: 20px;
	color: white;
	font-weight: bold;
	flex-shrink: 0;
}

.sacoa-card-info {
	display: flex;
	flex-direction: column;
}

.sacoa-card-nombre {
	font-size: 18px;
	font-weight: 600;
	color: #111827;
	margin-bottom: 0;
}

.sacoa-card-cantidad {
	font-size: 14px;
	color: #666;
}

.sacoa-card-widget:last-child {
	margin: 0;
}
