.eb-upcoming-events .eb-event {
	margin: 0 0 1.5rem;
	padding: 0 0 1.25rem;
	border-bottom: 1px solid #ddd;
}

.eb-upcoming-events .eb-event:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.eb-upcoming-events .eb-event:after {
	content: "";
	display: table;
	clear: both;
}

.eb-upcoming-events .eb-event-image {
	float: left;
	width: 96px;
	margin: 0 0.9rem 0.6rem 0;
}

.eb-upcoming-events .eb-event-image img {
	display: block;
	width: 96px !important;
	height: 96px !important;
	max-width: 96px !important;
	object-fit: cover;
	border-radius: 4px;
}

.eb-upcoming-events .eb-event-title {
	font-size: 1.4rem;
	line-height: 1.25;
	margin: 0 0 0.5rem;
}

.eb-upcoming-events .eb-event-date {
	margin: 0 0 0.75rem;
	font-weight: 600;
}

.eb-upcoming-events .eb-event-button {
	display: inline-block;
	margin-top: 0.5rem;
	padding: 0.5rem 0.85rem;
	background: #1f6feb;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
}

.eb-upcoming-events .eb-event-button:hover {
	background: #1558b0;
	color: #fff;
	text-decoration: none;
}

.eb-event-pagination ul {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.eb-event-pagination li {
	margin: 0;
}

.eb-event-pagination a,
.eb-event-pagination span {
	display: inline-block;
	padding: 0.35rem 0.55rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-decoration: none;
	line-height: 1.2;
}

.eb-event-pagination .current {
	background: #1f6feb;
	color: #fff;
	border-color: #1f6feb;
}
