/* Recent donors widget — see web/wordpress/style-guide/DESIGN_SYSTEM.md */

.gcf-recent-donors__heading {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 700;
	color: #21293b;
}

.gcf-recent-donors__list {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gcf-recent-donors__item {
	display: flex;
	align-items: baseline;
	gap: 10px;
	padding: 10px 0;
	border-top: 1px solid #21293b1a;
}

.gcf-recent-donors__item:first-child {
	border-top: none;
}

.gcf-recent-donors__name {
	flex: 1;
	font-weight: 600;
	color: #21293b;
}

.gcf-recent-donors__amount {
	font-weight: 600;
	color: #0093d0;
}

.gcf-recent-donors__time {
	font-size: 12px;
	color: #5c6270;
	white-space: nowrap;
}
