body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  max-width: 760px;
  margin: 40px auto;
  padding: 0 20px 60px;
  color: #1f2937;
  background: #f8fafc;
}

h1 {
  margin: 0 0 0.35rem 0;
  font-size: 2.2rem;
  line-height: 1.15;
}

p {
  margin-top: 0;
  margin-bottom: 2rem;
  color: #4b5563;
  font-size: 1rem;
}

.site-note {
  margin-top: -1.25rem;
  margin-bottom: 2rem;
  color: #6b7280;
  font-size: 0.92rem;
}

h2 {
  margin: 2.5rem 0 0.9rem 0;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #d1d5db;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #111827;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.75rem 0;
}

li {
  margin-bottom: 0.8rem;
  padding: 0;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.card-link {
  display: block;
  padding: 0.95rem 1rem;
  color: #0f172a;
  text-decoration: none;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.card-link:hover {
  background: #f8fafc;
  text-decoration: none;
}

.card-title {
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.event-meta {
  color: #6b7280;
  font-size: 0.95rem;
  margin-bottom: 0.3rem;
}

.event-location {
  color: #4b5563;
  font-size: 0.92rem;
  line-height: 1.4;
}

article p {
  margin: 0 0 1rem 0;
}

hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid #ccc;
}
