/* Sequenced carousel motion: state is committed only after the cards finish moving. */
.game-showcase.is-sequencing .game-slide {
  transition: none !important;
}

.game-showcase.is-sequencing .game-slide-copy,
.game-showcase.is-sequencing .game-slide img {
  animation: none !important;
}

.game-showcase.is-sequencing .game-slide[data-sequence-hidden] {
  opacity: 0 !important;
  pointer-events: none !important;
}

.game-showcase.is-sequencing .game-slide:not([data-sequence-hidden]) {
  border-color: rgba(212, 167, 111, 0.48);
}
