.paypal-woocommerce-hosted-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.6);
}

.paypal-woocommerce-hosted-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 920px;
  height: min(88vh, 760px);
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.paypal-woocommerce-hosted-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.paypal-woocommerce-hosted-modal__iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}
