@layer components {

  .vimta-event-list {
    display: flex;
    flex-direction: column;
    gap: var(--space-m);
  }

  .vimta-event-list__heading {
    font-family: var(--font-heading);
    font-size: var(--heading-card);
    font-weight: var(--weight-bold);
    line-height: var(--leading-snug);
    color: var(--text-main);
    margin: 0;
  }

  .vimta-event-list__items {
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .vimta-event-list__item {
    margin: 0;
  }

}
