.eventpage-sort {
  margin-top: 80px;
}
.eventpage-sort .sort-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.eventpage-sort .sort-buttons li a {
  font-size: 1.6rem;
  color: #222;
  letter-spacing: 0.1em;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  margin-right: 10px;
}
.eventpage-sort .sort-buttons li a.active {
  background-color: #222;
  color: #fff;
}
.eventpage-sort .sort-buttons li a:hover {
  background-color: #222;
  color: #fff;
}
.eventpage-sort .sort-buttons li a.current.active {
  background-color: #d40000;
}

.eventpage-list {
  margin-top: 80px;
  margin-bottom: 0px;
}
.eventpage-list .no-events {
  text-align: center;
  width: 100%;
  font-size: 2.4rem;
}
.eventpage-list .items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  justify-content: space-between;
}
.eventpage-list .items:after {
  content: "";
  display: block;
  width: 32%;
}
.eventpage-list .items .item {
  width: 32%;
}
.eventpage-list .items .item article {
  padding: 24px 16px 32px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.eventpage-list .items .item article .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.eventpage-list .items .item article .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}
.eventpage-list .items .item article .thumb .event-badge {
  z-index: 10;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 1.6rem;
  display: inline-block;
  padding: 4px 16px;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.eventpage-list .items .item article .thumb .event-badge.is-ended {
  background-color: #222;
}
.eventpage-list .items .item article .thumb .event-badge.is-current {
  background-color: #d40000;
}
.eventpage-list .items .item article .thumb .event-badge.is-upcoming {
  background-color: #0271f8;
}
.eventpage-list .items .item article .body {
  margin-top: 16px;
}
.eventpage-list .items .item article .body .term {
  border-top: #c9c5bf solid 1px;
  padding-top: 16px;
}
.eventpage-list .items .item article .body .term .start {
  color: #A2A28F;
  font-size: 1.3rem;
  font-weight: 500;
}
.eventpage-list .items .item article .body .term .start small {
  margin-right: 4.8px;
  font-weight: 400;
  color: #A2A28F;
  padding: 2px 4px;
  font-size: 1.3rem;
}
.eventpage-list .items .item article .body .term .start small::after {
  content: ":";
}
.eventpage-list .items .item article .body .term .end {
  color: #A2A28F;
  font-size: 1.3rem;
  font-weight: 500;
}
.eventpage-list .items .item article .body .term .end::before {
  margin-left: 8px;
  color: #ddd;
  content: " | ";
}
.eventpage-list .items .item article .body .term .end small {
  color: #A2A28F;
  padding: 2px 4px;
  font-size: 1.3rem;
}
.eventpage-list .items .item article .body .term .end small::after {
  content: ":";
}
.eventpage-list .items .item article .body .term .end {
  color: #A2A28F;
}
.eventpage-list .items .item article .body .location {
  padding: 4px;
  font-size: 1.3rem;
  color: #555;
}
.eventpage-list .items .item article .body .location .heading {
  font-size: 1.3rem;
  color: #555;
}
.eventpage-list .items .item article .body h4 {
  margin-top: 8px;
  font-size: 2rem;
  color: #222222;
}
.eventpage-list .items .item article .body .description {
  margin-top: 8px;
  font-size: 1.4rem;
  color: #222222;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.eventpage-list .items .item article:hover .thumb img {
  transform: scale(1.02);
  filter: brightness(1.01);
}

@media screen and (max-width: 768px) {
  .eventpage-sort {
    margin-top: 40px;
  }
  .eventpage-sort .sort-buttons {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 0;
  }
  .eventpage-sort .sort-buttons li {
    width: 48.75%;
  }
  .eventpage-sort .sort-buttons li a {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: block;
    font-size: 1.25rem;
    padding: 8px 0px;
    text-align: center;
  }
  .eventpage-list {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .eventpage-list .no-events {
    font-size: 1.8rem;
  }
  .eventpage-list .items {
    gap: 24px 0;
    align-items: stretch;
  }
  .eventpage-list .items .item {
    width: 48.75%;
  }
  .eventpage-list .items .item article {
    padding: 8px 8px 16px 8px;
  }
  .eventpage-list .items .item article .thumb {
    aspect-ratio: 1/1;
  }
  .eventpage-list .items .item article .thumb .event-badge {
    font-size: 1.2rem;
    padding: 2.4px 8px;
    top: 4px;
    right: 4px;
  }
  .eventpage-list .items .item article .body {
    margin-top: 3px;
  }
  .eventpage-list .items .item article .body .term {
    padding-top: 8px;
    margin-top: 8px;
  }
  .eventpage-list .items .item article .body .term .start {
    display: block;
    width: 100%;
    font-size: 1.25rem;
  }
  .eventpage-list .items .item article .body .term .start small {
    margin-right: 2.4px;
    font-size: 1.25rem;
  }
  .eventpage-list .items .item article .body .term .end {
    display: block;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 500;
  }
  .eventpage-list .items .item article .body .term .end::before {
    display: none;
  }
  .eventpage-list .items .item article .body .term .end small {
    margin-right: 4.8px;
    padding: 2px 4px;
    font-size: 1.25rem;
  }
  .eventpage-list .items .item article .body .location {
    padding: 4px;
    font-size: 1.2rem;
    color: #555;
  }
  .eventpage-list .items .item article .body .location .heading {
    font-size: 1.3rem;
    color: #555;
  }
  .eventpage-list .items .item article .body h4 {
    margin-top: 12px;
    font-size: 1.25rem;
  }
  .eventpage-list .items .item article:hover .thumb img {
    transform: scale(1.02);
    filter: brightness(1.01);
  }
}/*# sourceMappingURL=event.css.map */