:root,
body.levi-events {
  --bg: #eef7f1;
  --surface: #ffffff;
  --text: #112214;
  --muted: #3f5f4a;
  --accent: #157849;
  --ga: #d9efdf;
  --gb: #f6fbf8;
}

body.levi-events {
  background:
    radial-gradient(circle at top left, rgba(21, 120, 73, 0.08), transparent 24%),
    linear-gradient(180deg, var(--ga), var(--gb) 42%, var(--bg));
}

body.levi-events .wrap {
  max-width: 1160px;
}

body.levi-events .local-nav {
  margin-bottom: 26px;
  background: rgba(255, 255, 255, 0.66);
}

.events-hero {
  padding-bottom: 22px;
  max-width: 840px;
}

.events-thesis {
  max-width: 42rem;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.74;
}

.events-overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.events-card {
  background: rgba(255, 255, 255, 0.82);
}

.events-best-of,
.events-recent-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.events-best-of li,
.events-recent-list li {
  display: grid;
  gap: 6px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(17, 34, 20, 0.08);
}

.events-best-of li:last-child,
.events-recent-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.events-best-of p {
  margin: 0;
  line-height: 1.7;
}
