﻿.af-upcoming-events {
}

.af-upcoming-event {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px solid #888;
}

	.af-upcoming-event:last-child {
		border-bottom: none;
	}

.af-upcoming-event-title {
	font-weight: 400;
	color: #004b9b;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}

	.af-upcoming-event-title:hover {
		text-decoration: underline;
	}

	.af-upcoming-event-icon img, .wpe-item .af-upcoming-event-icon img {
		height: 14px;
		width: 14px;
		filter: brightness(2);
		padding-right: 3px;
	}

.af-upcoming-event-date {
	font-size: 0.9em;
	color: #bbb;
}

.af-upcoming-events-readmore {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 6px;
	padding: 8px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	background-color: transparent;
	color: inherit;
	text-decoration: none;
	/* NEW: smooth background & color transitions */
	transition: background-color 0.3s ease, color 0.3s ease;
}

	.wpe-row.dark a.af-upcoming-events-readmore:hover {
		background-color: rgba(204, 204, 204, 1); /* light grey */
		color: #22;
	}

