

/* Events */
.events-list h1 {
  text-align:  center;
}

.event-card{
  background: white;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2rem;
  border: 1px solid #e5e7eb;
  border-left: 5px solid #1e5cff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}


h1 {
    text-align: center;
}

.event-content h3 {
  margin-top: 0;
  font-size: 1.5rem;
  color: #1e5cff;
}

.event-details p,
.event-details li {
  margin-bottom: 1rem;
  color: #444;
}

.event-footer {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}

.info-tag {
  font-family: system-ui, -apple-system, sans-serif;
  margin: 0;
  line-height: 1.6;
  color: #222;
}
