#fullscreenDialog {
  width: 100%;
  height: 100%;
}

#fullscreenDialog:has(.fullscreen-iframe) {
  overflow: hidden;
}

.fullscreen-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

dialog:modal {
  border: none;
  max-width: 100vw;
  max-height: 100vh;
}

#closeDialog {
  z-index: 10;
  position: fixed;
  top: 10px;
  left: 10px;
}
