.cmp-event-list .event-card:focus-within {
  outline: var(--focus-outline);
  outline-offset: var(--focus-outline-offset-near);
}
.cmp-event-list__title {
  font-size: 1.5rem;
  font-family: var(--headline-font);
  text-transform: none;
  font-weight: var(--heading-regular-weight);
  -webkit-font-smoothing: antialiased;
  color: #000;
  margin: 20px 0;
  line-height: 1;
}
.cmp-event-list__title b,
.cmp-event-list__title strong {
  font-weight: var(--heading-bold-weight);
}
.cmp-event-list__title span.gray {
  color: #bbbbbb;
}
