.event-card .description > * {
  display: none;
}

.event-card .description > h1,
.event-card .description > h2,
.event-card .description > h3,
.event-card .description > h4,
.event-card .description > h5,
.event-card .description > h6 {
  display: block;
}

.event-card .description > p:first-of-type {
  display: block;
}

.event-card .buttons a.button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 15px;
}

.event-card .event-date::before {
  aspect-ratio: 1/1;
  display: inline-block;
  margin-right: 0.25rem;
  width: 1.5rem;
  content: url("/wp-content/plugins/bokka-data-structures/assets/build/images/heroicon-calendar.svg");
  position: relative;
}
