.happy-dash-widget {
	margin: -6px -12px -12px;
	padding: 0;
}

.happy-dash-summary {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	background: #dcdcde;
	border-bottom: 1px solid #dcdcde;
}

.happy-dash-stat {
	background: #fff;
	padding: 14px 16px;
}

.happy-dash-stat--done .happy-dash-stat-value {
	color: #00a32a;
}

.happy-dash-stat-label {
	display: block;
	font-size: 12px;
	color: #646970;
	margin-bottom: 4px;
}

.happy-dash-stat-value {
	font-size: 26px;
	line-height: 1.15;
	color: #1d2327;
}

.happy-dash-section {
	padding: 12px 16px 4px;
}

.happy-dash-section h3 {
	margin: 0 0 8px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #646970;
}

.happy-dash-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.happy-dash-list li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 6px 0;
	border-bottom: 1px solid #f0f0f1;
}

.happy-dash-list li:last-child {
	border-bottom: 0;
}

.happy-dash-list-label {
	color: #1d2327;
	word-break: break-word;
}

.happy-dash-list-count {
	font-weight: 600;
	color: #2271b1;
	flex-shrink: 0;
}

.happy-dash-empty {
	margin: 0 0 8px;
	color: #646970;
}

.happy-dash-footer {
	margin: 8px 0 0;
	padding: 10px 16px 12px;
	border-top: 1px solid #dcdcde;
	background: #f6f7f7;
}
