/* progress-cards.css
   Shared chrome for Insights tab cards. Each card still scopes its
   own layout in a .razor.css file. */

/* Card padding — tighter than the default EgCardContent so all 7
   cards feel like a unified list rather than a stack of independent
   cards. */
.eg-progress-card .eg-card-content,
.eg-progress-card > div:last-child {
	padding: 1rem 1rem 0.75rem 1rem;
}

/* Card title (the bold heading inside each card). */
.eg-progress-card .eg-card-title {
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 0.25rem;
	color: var(--eg-palette-text-primary);
}

/* Card subtitle (muted line under the title). */
.eg-progress-card .eg-card-subtitle {
	margin-bottom: 0.75rem;
	color: var(--eg-palette-text-secondary);
	font-size: 0.8rem;
}
