.footer-event-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-event-list li {
  margin: 0 0 12px;
}

.footer-event-list li:last-child {
  margin-bottom: 0;
}

.footer-event-list a {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  line-height: 1.35;
  transition: opacity 0.2s ease;
}

.footer-event-list a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.footer-event-list .footer-event-title {
  display: block;
  font-weight: 600;
}

.footer-event-list .footer-event-date {
  display: block;
  margin-top: 2px;
  font-size: 0.92em;
  opacity: 0.82;
  font-weight: 400;
}
