.frs-block-event-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: var(--wp--preset--spacing--medium);
}

.frs-event-list-title {
  margin: 0 0 var(--wp--preset--spacing--small);
}

.frs-event-list-title a {
  color: var(--wp--preset--color--darkgrey);
  text-decoration: none;
}

.frs-event-list-title a:hover {
  text-decoration: underline;
}

.frs-event-list-meta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: var(--wp--preset--spacing--tiny);
}

.frs-event-list-meta p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

.site-footer .frs-event-list-title {
  font-size: var(--wp--preset--font-size--body) !important;
  line-height: var(--wp--custom--line-height--heading-h-2) !important;
  margin-bottom: 0 !important;
}

.site-footer .frs-event-list-title a{
  font-size: var(--wp--preset--font-size--body) !important;
}