.vii-event-card {
  position: relative;
  display: flex;
  flex-direction: column;
}
.vii-event-card.future .future-label {
  padding: 8px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  top: 0;
  left: 0;
}
.vii-event-card.future .date {
  background-color: #C90017;
  color: white;
}
.vii-event-card h3 {
  margin-bottom: 0;
  margin-top: 0;
}
.vii-event-card img {
  display: block;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.vii-event-card .content {
  display: flex;
  gap: 0.75rem;
}
.vii-event-card .content .body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0.5rem;
}
.vii-event-card .date {
  background-color: #f2f2f2;
  padding: 0.75rem;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1em;
}
.vii-event-card .date .month {
  font-size: 16px;
  line-height: 1em;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.vii-event-card .date .day {
  font-size: 40px;
  line-height: 1em;
  padding: 0;
  margin: 0 0 4px;
}
.vii-event-card .date .year {
  font-size: 16px;
  line-height: 1em;
  padding: 0;
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
