.EventCard__inner {
  transition: background-color 0.2s ease;
}

.EventCard:hover .EventCard__title,
.EventCard:focus .EventCard__title {
  text-decoration: underline;
}

.EventsCustom__empty {
  background-color: rgba(62, 62, 62, 0.5);
}
