.wp-block-acf-ticket-tailor-content > p:first-child {
  margin-block-start: 0;
}

.tt-event-status--past {
  background: var(--wp--preset--gradient--quaternary);
  padding: var(--wp--preset--spacing--small) var(--wp--preset--spacing--medium);
  border-radius: 0.5em;
  color: var(--wp--preset--color--base);
  font-size: var(--wp--preset--font-size--medium);
  text-align: center;
}

.tt-event-tickets {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--small);
  margin: 0;
}
.tt-event-tickets .tt-event-ticket__price {
  font-weight: 700;
}

.tt-event-series > * {
  margin: 0;
  margin-block-start: var(--wp--preset--spacing--small);
}
.tt-event-series > *:first-child {
  margin-block-start: 0;
}
.tt-event-series__item {
  transition: all 0.3s ease;
}
.tt-event-series__item:hover {
  box-shadow: var(--wp--preset--shadow--drop);
}/*# sourceMappingURL=style.css.map */
