/**
 * tw-random-creations.css
 */

.go-to-random-creation {
  position: relative;
}

.go-to-random-creation .pp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3em;
  height: 3em;
  transform: translate(-50%, -50%);
}

.go-to-random-creation .pp-spinner img {
  width: 100%;
  height: 100%;
}

.go-to-random-creation.is-busy > :not(.pp-spinner) {
  transition: 0.3s opacity;
}

.go-to-random-creation.is-busy > :not(.pp-spinner) {
  opacity: 0.1;
}
