.bcwcat-event-banners {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bcwcat-event-month {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bcwcat-event-month + .bcwcat-event-month {
  margin-top: 1.5rem;
}
.bcwcat-event-month-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.bcwcat-event-month-title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a202c;
}
.bcwcat-event-month-separator {
  flex: 1;
  border: 0;
  border-bottom: 2px solid #e2e8f0;
  margin: 0;
  height: 0;
}
.bcwcat-event-month-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.bcwcat-event-banner {
  display: grid;
  grid-template-columns: 120px 150px 1fr 140px 140px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  min-height: 160px;
}
.bcwcat-event-banner > div,
.bcwcat-event-banner > * {
  padding: 1rem;
}
.bcwcat-event-date {
  background: #0b5bd3;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.bcwcat-event-date .month {
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}
.bcwcat-event-date .day {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
.bcwcat-event-date.bcwcat-season-winter {
  background: #0b5bd3;
  color: #ffffff;
}
.bcwcat-event-date.bcwcat-season-spring {
  background: #1f9d55;
  color: #ffffff;
}
.bcwcat-event-date.bcwcat-season-summer {
  background: #fcd34d;
  color: #111111;
}
.bcwcat-event-date.bcwcat-season-autumn {
  background: #5b21b6;
  color: #ffffff;
}
.bcwcat-event-image {
  background-size: cover;
  background-position: center;
  min-height: 160px;
}
.bcwcat-event-main h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.4rem;
}
.bcwcat-event-main p {
  margin: 0;
  color: #4a5568;
}
.bcwcat-event-price {
  text-align: center;
  border-left: 1px solid #edf2f7;
  border-right: 1px solid #edf2f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bcwcat-event-price .label {
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #4a5568;
  margin-bottom: 0.25rem;
}
.bcwcat-event-price .value {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0b5bd3;
}
.bcwcat-event-school {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bcwcat-event-school img {
  max-height: 80px;
  max-width: 100px;
  object-fit: contain;
}
@media (max-width: 900px) {
  .bcwcat-event-banner {
    grid-template-columns: 1fr;
  }
  .bcwcat-event-banner > div,
  .bcwcat-event-banner > * {
    padding: 0.75rem;
    border: none !important;
  }
  .bcwcat-event-image {
    min-height: 200px;
  }
}
