/*
 * Fail-safe for the restored Astra Plutus reveal animations.
 * The theme keeps elements transparent until JavaScript marks them visible.
 */
body.plutus-theme.plutus-reveal-fallback .reveal:not(.visible),
body.plutus-theme.plutus-reveal-fallback .reveal-left:not(.visible),
body.plutus-theme.plutus-reveal-fallback .reveal-right:not(.visible),
body.plutus-theme.plutus-reveal-fallback .reveal-scale:not(.visible) {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
