/**
 * Lamilka 0.6.52 — responsive iyzico presentation boundary.
 *
 * The provider remains the sole owner of payment controls. This layer only
 * keeps its page-level shells inside the booking card and removes artificial
 * leading space from the provider's responsive root.
 */

body .lamilka-detail__secure-payment,
body .lamilka-transfer__secure-payment,
body [data-lamilka-hosted-checkout],
body .lmp-iyzico-checkout-frame,
body .lmp-iyzico-checkout-frame__content,
body #iyzipay-checkout-form.lamilka-provider-boundary {
  box-sizing: border-box !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

body [data-lamilka-hosted-checkout] {
  display: block !important;
  overflow-x: clip !important;
  width: 100% !important;
}

body [data-lamilka-hosted-checkout] > .lmp-iyzico-checkout-frame {
  height: auto !important;
  margin: 14px 0 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
}

body .lmp-iyzico-checkout-frame__content {
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
}

body #iyzipay-checkout-form.lamilka-provider-boundary,
body #iyzipay-checkout-form.lamilka-provider-boundary.responsive {
  display: block !important;
  height: auto !important;
  margin: 0 !important;
  min-height: 0 !important;
  overflow-x: clip !important;
  padding: 0 !important;
  width: 100% !important;
}

/* iyzico injects one responsive application root. Its own controls keep all
 * internal spacing; only page-like outer whitespace and excess width are reset. */
body #iyzipay-checkout-form.lamilka-provider-boundary > :first-child {
  box-sizing: border-box !important;
  margin-top: 0 !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding-top: 0 !important;
}

body #iyzipay-checkout-form.lamilka-provider-boundary *,
body #iyzipay-checkout-form.lamilka-provider-boundary *::before,
body #iyzipay-checkout-form.lamilka-provider-boundary *::after {
  box-sizing: border-box !important;
}

body #iyzipay-checkout-form.lamilka-provider-boundary iframe {
  border: 0 !important;
  display: block !important;
  max-width: 100% !important;
  min-width: 0 !important;
  width: 100% !important;
}

@media (max-width: 560px) {
  body .lmp-iyzico-checkout-frame__content {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
