/* ==========================================================================
   #EVENT METADATA
   ========================================================================== */

.wp-block-post__multi-day-event {
  display: flex;
  align-items: flex-end;
}

.wp-block-post__event-date-short-month {
  display: block;
  width: 100%;
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.wp-block-post__event-date-short-day,
.wp-block-post__event-date-separator {
  display: block;
  width: 100%;
  font-size: var(--wp--preset--font-size--4-x-large);
  font-weight: 700;
  line-height: 1;
}

.wp-block-post__event-date-separator {
  width: auto;
  max-width: 1rem;
  transform: scaleX(0.75);
  transform-origin: left;
}

.wp-block-post__label {
  display: block;
  color: var(--wp--preset--color--white);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0.75rem;
  padding: 3px;
  border-radius: 50px;
  text-align: center;
}

.wp-block-post__label--past {
  background-color: var(--wp--preset--color--grey-3);
}

.wp-block-post__label--upcoming {
  background-color: var(--wp--preset--color--info);
}

.wp-block-post__label--current {
  background-color: var(--wp--preset--color--accent-orange);
}
