/* Compact layout for activity pages — vzw-fruitstreekmuseum.be */

.activities-main {
  max-width: 964px;
  margin: 0 auto;
  padding: 24px 17px 40px;
  font-family: Helvetica, sans-serif, "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 19px;
  line-height: 1.45;
  color: #333;
}

.activities-main > .intro {
  margin-bottom: 28px;
  text-align: center;
}

.activities-main > .intro p {
  margin: 0 0 0.65em;
}

.event-card {
  border: 1px solid #d8e4c8;
  border-radius: 6px;
  background: #fafcf7;
  padding: 20px 24px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.event-card:last-child {
  margin-bottom: 0;
}

.event-card h2 {
  font-family: Oswald, "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 6px;
  color: #3d5c1e;
}

.event-card .event-date {
  display: block;
  text-align: center;
  font-family: Oswald, "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #5a7a32;
  margin-bottom: 14px;
}

.event-card p {
  margin: 0 0 0.55em;
  text-align: center;
}

.event-card .event-details {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e0ead4;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.event-card .event-details p {
  margin-bottom: 0.35em;
}

.site-footer {
  max-width: 964px;
  margin: 32px auto 0;
  padding: 28px 17px 24px;
  background: #6d9b3a;
  color: #fff;
  font-family: Helvetica, sans-serif, "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

.site-footer .footer-address {
  text-align: center;
  margin-bottom: 20px;
}

.site-footer .footer-address p {
  margin: 0 0 0.25em;
}

.site-footer .footer-thanks {
  font-size: 14px;
  margin-bottom: 12px;
}

.site-footer .sponsor-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 20px;
  margin-bottom: 20px;
}

.site-footer .sponsor-logos img {
  display: block;
  max-height: 56px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  filter: brightness(1.05);
}

.site-footer .copyright {
  text-align: center;
  font-size: 13px;
  opacity: 0.95;
}

@media (max-width: 768px) {
  .activities-main {
    padding: 16px 12px 32px;
    font-size: 17px;
  }

  .event-card {
    padding: 16px 14px;
  }

  .event-card h2 {
    font-size: 19px;
  }

  .event-card .event-date {
    font-size: 16px;
  }

  .site-footer {
    padding: 20px 12px 18px;
  }

  .site-footer .sponsor-logos {
    gap: 12px;
  }
}
