    .events-container {
      max-width: 1000px;
      margin: 3rem auto;
      padding: 0 1rem;
    }

    .events-title {
      text-align: center;
      font-family: 'Montserrat', sans-serif;
      font-size: 2rem;
      color: var(--primary-dark);
      margin-bottom: 2rem;
    }

    .event-card {
      background: var(--accent);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      padding: 1.5rem 2rem;
      margin-bottom: 1.5rem;
    }

    .event-card h3 {
      margin: 0;
      font-size: 1.4rem;
      color: var(--primary-dark);
      font-family: 'Montserrat', sans-serif;
    }

    .event-meta {
      font-size: 0.95rem;
      color: #555;
      margin-top: 0.5rem;
      margin-bottom: 1rem;
    }

    .event-desc {
      font-size: 1rem;
      line-height: 1.5;
    }

    @media (max-width: 600px) {
      .event-card {
        padding: 1.2rem 1.2rem;
      }
    }

/* WGCMVC card tidy START */
.event-card { display:flex; flex-direction:column; justify-content:space-between; min-height:220px; }
.event-card .event-link { margin-top:auto; min-height:2.25rem; display:flex; align-items:center; }
.event-card h3:empty { display:none; }
/* WGCMVC card tidy END */

/* WGCMVC buy-tickets center START */
.event-card .event-link {
  margin-top: auto;
  min-height: 2.25rem;
  display: flex;
  justify-content: center; /* center horizontally */
  align-items: center;
}
.event-card .event-link .cta {
  margin: 0 auto; /* stays centered even if layout tweaks */
}
/* WGCMVC buy-tickets center END */

/* WGCMVC solid Buy Tickets START */
.event-card .event-link .cta {
  background-color: #c00;   /* choir red */
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out;
}

.event-card .event-link .cta:hover,
.event-card .event-link .cta:focus {
  background-color: #a00;   /* darker red on hover */
  color: #fff;
}
/* WGCMVC solid Buy Tickets END */

/* WGCMVC QR styles START */
.event-card { display:flex; flex-direction:column; justify-content:space-between; min-height:240px; }
.event-card .event-link {
  margin-top: auto;
  min-height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-card .event-link .cta {
  background-color: #c00; /* solid choir red */
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out;
}
.event-card .event-link .cta:hover,
.event-card .event-link .cta:focus {
  background-color: #a00;
  color: #fff;
}
.event-card .event-qr {
  margin-top: 0.75rem;
  display: flex;
  justify-content: center;
}
.event-card .event-qr img {
  width: 160px;
  height: 160px;
  max-width: 50vw;
  max-height: 50vw;
}
/* WGCMVC QR styles END */

/* WGCMVC QR + Button responsive layout */
.event-card .event-footer {
  display: flex;
  flex-direction: column;   /* stacked on mobile */
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
}
.event-card .event-footer .event-link,
.event-card .event-footer .event-qr { margin: 0; }
@media (min-width: 600px) {
  .event-card .event-footer { flex-direction: row; justify-content: center; }
}

/* Solid red CTA for Buy Tickets */
.event-card .event-link .cta {
  background-color: #c00;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color .2s;
}
.event-card .event-link .cta:hover,
.event-card .event-link .cta:focus {
  background-color: #a00;
  color: #fff;
}

/* QR sizing */
.event-card .event-qr img {
  width: 160px; height: 160px;
  max-width: 50vw; max-height: 50vw;
}

/* WGCMVC Add-to-Calendar styles START */
.event-footer { gap: 0.75rem; }
.event-cal { display:flex; gap:0.5rem; flex-wrap:wrap; justify-content:center; }
.event-cal .event-cal-btn { white-space: nowrap; }
/* WGCMVC Add-to-Calendar styles END */

/* WGCMVC QR + Button responsive layout */
.event-card .event-footer {
  display: flex;
  flex-direction: column;   /* stacked on mobile */
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
}
.event-card .event-footer .event-link,
.event-card .event-footer .event-qr { margin: 0; }
@media (min-width: 600px) {
  .event-card .event-footer { flex-direction: row; justify-content: center; }
}

/* Solid red CTA for Buy Tickets */
.event-card .event-link .cta {
  background-color: #c00;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color .2s;
}
.event-card .event-link .cta:hover,
.event-card .event-link .cta:focus {
  background-color: #a00;
  color: #fff;
}

/* QR sizing */
.event-card .event-qr img {
  width: 160px; height: 160px;
  max-width: 50vw; max-height: 50vw;
}

/* WGCMVC QR + Button responsive layout */
.event-card .event-footer {
  display: flex;
  flex-direction: column;   /* stacked on mobile */
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
}
.event-card .event-footer .event-link,
.event-card .event-footer .event-qr { margin: 0; }
@media (min-width: 600px) {
  .event-card .event-footer { flex-direction: row; justify-content: center; }
}

/* Solid red CTA for Buy Tickets */
.event-card .event-link .cta {
  background-color: #c00;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color .2s;
}
.event-card .event-link .cta:hover,
.event-card .event-link .cta:focus {
  background-color: #a00;
  color: #fff;
}

/* Add-to-Calendar layout */
.event-footer { gap: 0.75rem; }
.event-cal { display:flex; gap:0.5rem; flex-wrap:wrap; justify-content:center; }
.event-cal .event-cal-btn { white-space: nowrap; }

/* QR sizing */
.event-card .event-qr img {
  width: 160px; height: 160px;
  max-width: 50vw; max-height: 50vw;
}

/* events-intro alignment */
.welcome-card.home-events > .lead { margin-top: .25rem; margin-bottom: .5rem; }

/* Centered date/time stack */
.event-meta { text-align: center; }
.event-date { font-weight: 600; }
.event-time { margin: .25rem 0 .25rem; font-size: .98rem; font-weight: 500; }
.event-location { margin-top: .25rem; }
