body.guest-payment-open {
  overflow: hidden;
}

#guest-payment-overlay {
  position: fixed;
  inset: 0;
  z-index: 21111140;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

#guest-payment-overlay[hidden] {
  display: none !important;
}

.guest-payment-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.guest-payment-pane {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 430px;
  height: 100%;
  background: #111;
}

.guest-payment-pane iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #111;
}
