.gta-event-container {
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

.gta-event-container:last-of-type {
  border-bottom: none;
}

.gta-event-summary {
  font-size: 1.5rem;
  color: var(--deep-primary-color);
  margin-bottom: 1rem;
}

.gta-event-date {
  color: var(--pale-primary-color);
}

.gta-event-description {
  color: var(--text-color-dark);
}
