/*
  This CSS file applies the 'reduced motion' rules.
*/

/* Pause the top button marquee */
.reduce-motion .stock-ticker-content {
  animation-play-state: paused !important;
}

.reduce-motion .Spades {
  display: none !important;
}

.reduce-motion #youtube-channel-tv .window-content.youtube-screen.is-on {
  animation: none !important;
  transform: scale(1, 1) !important;
  filter: brightness(1) blur(0px) !important;
  opacity: 1 !important;
}

.reduce-motion .bottom-marquee-content {
  animation-play-state: paused !important;
}

.reduce-motion .banner-name {
  animation-play-state: paused !important;
}

.reduce-motion #profile img {
  animation-play-state: paused !important;
}

.reduce-motion .cassette-button img {
  animation-play-state: paused !important;
}

.reduce-motion .drawer {
  transition: none !important;
}