#celo-public-entry-frame {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  overflow: hidden;
  background: #ffffff;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms step-end;
}

#celo-public-entry-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #ffffff;
  pointer-events: none;
}

#celo-public-entry-frame.celo-public-entry-frame--hidden {
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  #celo-public-entry-frame {
    transition-duration: 1ms;
  }
}
