<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.event-item a {
	display:  block;
    background-color: #111;
}

.event-item .title {
	color:  white;
	position:  relative;
}
.event-item .title::after {
	content : "";
	display:  block;
	width:  50px;
	height: 4px;
	background:  yellow;
	position:  absolute;
	bottom: -20px;
	left:  0;
}

.event-item .label,
.event-item .date,
.event-item .duration {
	color:  white;
}

.event-item i {
	color:  yellow;
}

.event-item img {
	filter : brightness(.6);
}

</pre></body></html>