.epu-category-page {
	margin: 1.5em 0;
}

.epu-category-title {
	margin-bottom: 0.25em;
}

.epu-category-description {
	color: #666;
	margin-top: 0;
}

.epu-category-events {
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
	border-top: 1px solid #ddd;
}

.epu-category-events li {
	display: flex;
	justify-content: space-between;
	gap: 1em;
	padding: 0.6em 0;
	border-bottom: 1px solid #ddd;
}

.epu-category-event-date {
	color: #666;
	white-space: nowrap;
}
