.er-events-wrap{
  font-family:'Nunito Sans', sans-serif;
  color:#006e38;
  max-width:900px;
  margin:0 auto;
}

.er-section-title{
  font-family:'SangBleu Light','Goudy Old Style',Garamond,'Big Caslon','Times New Roman',serif;
  font-weight:400;
  font-size:32px;
  letter-spacing:3px;
  text-transform:uppercase;
  text-align:center;
  margin:60px 0 24px;
  color:#006e38;
}

.er-section-rule{
  width:100%;
  height:1px;
  background:#becdbc;
  margin:0 0 40px;
}

.er-event-row{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:36px;
  padding:34px 0;
  border-bottom:1px solid #becdbc;
}
.er-event-row:first-of-type{
  border-top:1px solid #becdbc;
}

.er-date-block{
  font-family:'SangBleu Light','Goudy Old Style',Garamond,'Big Caslon','Times New Roman',serif;
  text-align:left;
  color:#006e38;
}
.er-date-month{
  font-size:14px;
  letter-spacing:3px;
  text-transform:uppercase;
}
.er-date-day{
  font-size:48px;
  line-height:1;
  font-weight:400;
  margin:2px 0;
}
.er-date-year{
  font-size:14px;
  letter-spacing:1px;
}

.er-event-title{
  font-family:'SangBleu Light','Goudy Old Style',Garamond,'Big Caslon','Times New Roman',serif;
  font-weight:400;
  font-size:24px;
  letter-spacing:3px;
  text-transform:uppercase;
  margin:0 0 8px;
  color:#006e38;
}

.er-event-meta{
  display:flex;
  flex-wrap:wrap;
  gap:6px 18px;
  font-family:'Nunito Sans', sans-serif;
  font-size:13px;
  letter-spacing:0.5px;
  text-transform:uppercase;
  color:#006e38;
  opacity:0.75;
  margin-bottom:14px;
  align-items: center;
}

.er-event-desc{
  font-family:'Nunito Sans', sans-serif;
  font-size:16px;
  line-height:1.6;
  color:#006e38;
  max-width:520px;
  margin:0 0 16px;
}

.er-ticket-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-family:'Nunito Sans', sans-serif;
  font-size:13px;
  font-weight:700;
  letter-spacing:1.3px;
  text-transform:uppercase;
  color:#ffffff;
  background:#006e38;
  text-decoration:none;
  padding:12px 24px;
  border-radius:2px;
  transition:background 0.2s ease;
}
.er-ticket-link:hover{
  background:#00391c;
  color:#ffffff;
}

.er-free-tag{
  display:inline-flex;
  align-items:center;
  font-family:'Nunito Sans', sans-serif;
  font-size:13px;
  font-weight:700;
  letter-spacing:1.3px;
  text-transform:uppercase;
  color:#006e38;
  opacity:0.75;
}

@media (max-width: 640px) {
  .er-event-row{
    grid-template-columns:1fr;
    gap:12px;
  }
}

.er-badge-21{
  display:inline-flex;
  align-items:center;
  font-family:'Nunito Sans', sans-serif;
  font-size:11px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#006e38;
  border:1px solid #006e38;
  border-radius:20px;
  padding:2px 10px;
  background:rgba(0,110,56,0.06);
}