.dpu-overlay-host {
  position: fixed;
  z-index: 2147483647;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  margin: 0;
  padding: 0;
  border: 0;
  background: #020608;
  isolation: isolate;
}

.dpu-overlay-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #050d11;
}

.dpu-overlay-maturity {
  position: absolute !important;
  z-index: 2;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: .72;
}
