/**
 * Organisational Event — front-end styles.
 * Scoped with the `oe-` prefix. AISG brand palette applied lightly.
 */

.oe-single-event,
.oe-archive {
	--oe-navy: #0B1F3A;
	--oe-coral: #E8352A;
	max-width: 860px;
	margin: 0 auto;
	padding: 24px 16px;
}

.oe-event__title,
.oe-archive__title {
	color: var(--oe-navy);
}

.oe-event__meta {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.oe-event__meta li {
	padding: 4px 0;
	border-bottom: 1px solid #eee;
}

.oe-archive__item {
	padding: 16px 0;
	border-bottom: 1px solid #eee;
}

.oe-archive__item-title a {
	color: var(--oe-navy);
	text-decoration: none;
}

.oe-archive__item-title a:hover {
	color: var(--oe-coral);
}
