/**
 * Styles for the event content-layout block patterns (EventPatterns.php).
 * Enqueued on single alumni_event pages and in the alumni_event block editor
 * so the "at-a-glance facts" row renders identically in both.
 */

.alumni-event-facts {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 1rem;
}

.alumni-event-facts__item {
	border-radius: 12px;
	background-color: #F8FAFC;
	padding: 1.25rem;
}

.alumni-event-facts__label {
	color: #5D6E85;
	font-size: 0.9rem;
	margin: 0 0 4px;
}

.alumni-event-facts__value {
	font-weight: 600;
	margin: 0;
}
