.simple-events {
	margin: 0 0 2em;
}

.simple-events__section + .simple-events__section {
	margin-top: 2em;
}

.simple-events__heading {
	margin-bottom: 0.75em;
}

.simple-events__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.simple-events__event {
	margin: 0 0 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #e0e0e0;
}

.simple-events__event:last-child {
	border-bottom: none;
}

.simple-events__title {
	margin: 0 0 0.25em;
}

.simple-events__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75em;
	font-size: 0.9em;
	color: #555;
	margin-bottom: 0.5em;
}

.simple-events__past .simple-events__event {
	opacity: 0.75;
}

.simple-events__excerpt {
	margin: 0;
}
