.bcu-events {
	display: block;
}

.bcu-event {
	margin: 0 0 0.8rem;
	padding: 0.8rem;
	background: #333;
	border: 1px solid #444;
	box-shadow: none;
}

.bcu-event:last-child {
	margin-bottom: 0;
}

.bcu-event__date {
	display: block;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.35;
	color: #f2f2f2;
}

.bcu-event__title {
	display: block;
	margin-top: 0.25rem;
	font-size: 0.95rem;
	line-height: 1.4;
	color: #f2f2f2;
	text-decoration: none;
	box-shadow: none;
	overflow-wrap: anywhere;
}

.bcu-event__title:focus,
.bcu-event__title:hover {
	color: #fff;
	text-decoration: underline;
	box-shadow: none;
}
