/* Fullscreen iframe styling */
#fullIframe,
.full-iframe {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
}

.hidden-iframe {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  top: -1000px; /* Move off-screen */
  left: -1000px;
  pointer-events: none;
}
