/**
 * LightPay PG가 iframe 안에서 열릴 때 iOS safe-area 하단 가림 완화
 */
.lightpay-payment-fullscreen.iframe-container,
.lightpay-payment-fullscreen#iframeView,
#iframeView.lightpay-payment-fullscreen {
  top: 0 !important;
  bottom: 0 !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  border-radius: 0 !important;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  box-sizing: border-box;
}

.lightpay-payment-fullscreen.iframe-container iframe,
.lightpay-payment-fullscreen#iframeView iframe,
#iframeView.lightpay-payment-fullscreen iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 0;
  border: 0;
}

.home-productDetail-modal.lightpay-payment-fullscreen-modal .home-productDetail-modal__panel {
  height: 100dvh !important;
  max-height: 100dvh !important;
  border-radius: 0 !important;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  box-sizing: border-box;
}

.home-productDetail-modal.lightpay-payment-fullscreen-modal .home-productDetail-modal__iframe {
  flex: 1;
  min-height: 0;
}
