.event-card {
  border: 1px solid #ddd;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 6px;
  background: #fafafa;
}

.event-meta {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.event-filters button {
  margin-right: 0.5rem;
  padding: 0.4rem 0.8rem;
  border: none;
  border-radius: 4px;
  background: #eee;
  cursor: pointer;
  font-size: 1rem;
}

.event-filters button.active,
.event-filters button:hover {
  background: #0077cc;
  color: #fff;
}
