@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.wp-block-performance-days .splide__slide {
  block-size: auto;
}
.wp-block-performance-days .splide__slide > .performance-day {
  block-size: 100%;
}

.wp-block-performance-days .performance-day {
  display: flex;
  flex-direction: column;
  background: var(--wp--preset--color--plum);
  border-radius: var(--wp--custom--border-radius);
  overflow: hidden;
  block-size: 100%;
}
.wp-block-performance-days .performance-day__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--wp--preset--spacing--20);
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
  background: var(--wp--preset--color--magenta);
  color: var(--wp--preset--color--yellow);
}
.wp-block-performance-days .performance-day__heading {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.wp-block-performance-days .performance-day__day {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.1;
}
.wp-block-performance-days .performance-day__datetime {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.2;
  opacity: 0.85;
}
.wp-block-performance-days .performance-day__tickets {
  flex-shrink: 0;
  text-decoration: none;
  font-size: 0.8125rem;
  padding: 6px 14px;
}
.wp-block-performance-days .performance-day__tickets--tba {
  opacity: 0.55;
  cursor: not-allowed;
}
.wp-block-performance-days .performance-day__cast {
  list-style: none;
  margin: 0;
  padding: var(--wp--preset--spacing--30);
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  gap: var(--wp--preset--spacing--20);
}
.wp-block-performance-days .performance-day__cast-item {
  margin: 0;
  flex: 0 0 calc((100% - 3 * var(--wp--preset--spacing--20)) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.25rem;
  cursor: default;
}
.wp-block-performance-days .performance-day__face-wrap {
  display: block;
  position: relative;
  inline-size: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}
.wp-block-performance-days .performance-day__face {
  position: absolute;
  inset: 0;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  transform: scale(1.2);
}
.wp-block-performance-days .performance-day__cast-name {
  color: var(--wp--preset--color--cream);
  font-size: 0.6875rem;
  line-height: 1.15;
}
.wp-block-performance-days .performance-days__empty {
  text-align: center;
  margin: 0;
  color: var(--wp--preset--color--yellow);
}
.wp-block-performance-days .splide {
  --bleed: max(0px, calc(50vw - 50%));
  inline-size: 100%;
  max-inline-size: var(--wp--style--global--wide-size, 1280px);
  margin-inline: auto;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-areas: "track" "controls";
  row-gap: var(--wp--preset--spacing--40);
}
.wp-block-performance-days .splide__track {
  grid-area: track;
  inline-size: calc(100% + var(--bleed));
}
.wp-block-performance-days .splide__arrows {
  grid-area: controls;
  inline-size: 100%;
  max-inline-size: 300px;
  justify-self: center;
  align-self: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wp-block-performance-days .splide__arrow {
  position: static;
  top: auto;
  inset-inline: auto;
  transform: none;
  max-inline-size: none;
  inline-size: 28px;
  block-size: 28px;
  padding: 0;
  background: var(--wp--preset--color--magenta);
  color: var(--wp--preset--color--white);
  border: 2px solid var(--wp--preset--color--magenta);
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-performance-days .splide__arrow svg {
  inline-size: 12px;
  block-size: 12px;
  fill: currentColor;
}
.wp-block-performance-days .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.wp-block-performance-days .splide__arrow:hover:not(:disabled) {
  transform: scale(1.08);
}
.wp-block-performance-days .splide__arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.wp-block-performance-days .splide__pagination {
  grid-area: controls;
  justify-self: center;
  align-self: center;
  position: static;
  inset: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--wp--preset--spacing--30);
  list-style: none;
  pointer-events: none;
}
.wp-block-performance-days .splide__pagination__page {
  inline-size: 8px;
  block-size: 8px;
  padding: 0;
  background: var(--wp--preset--color--plum);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.5;
  transition: transform 0.15s ease, opacity 0.15s ease;
  pointer-events: auto;
}
.wp-block-performance-days .splide__pagination__page.is-active {
  opacity: 1;
  transform: scale(1.4);
}
@media (max-width: 768px) {
  .wp-block-performance-days .performance-day__cast {
    padding: var(--wp--preset--spacing--20);
    gap: 0.5rem;
  }
  .wp-block-performance-days .performance-day__cast-item {
    flex: 0 0 calc((100% - 1.5rem) / 4);
  }
  .wp-block-performance-days .performance-day__cast-name {
    font-size: 0.625rem;
  }
  .wp-block-performance-days .performance-day__header {
    padding: var(--wp--preset--spacing--20);
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .wp-block-performance-days .performance-day__heading {
    align-items: center;
  }
}