.event-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: var(--space-lg) var(--space-2xl);
  background-color: var(--color-foreground-foreground-on-hover);
  border-radius: var(--border-radius-md);
}
.event-item .timestampdata {
  font-size: var(--typography-font-size-label3-sm);
  color: var(--color-foreground-foreground-light);
  margin-bottom: var(--space-md);
}
.event-item .event-highlight {
  font-size: var(--typography-font-size-heading5-sm);
  font-weight: var(--font-weight-h5);
  color: var(--color-foreground-foreground-brand-default);
  margin-bottom: var(--space-sm);
}
.event-item .description {
  color: var(--color-foreground-foreground-active);
  font-size: var(--typography-font-size-heading5-sm);
  line-height: var(--typography-line-height-heading5-md);
}