/**
 * Lamilka Tour 0.6.80 — staged transfer checkout boundary.
 *
 * Before agreement the document ends after the agreement card. After agreement
 * it ends after the complete payment card. Verified success replaces the booking module with confirmation in place,
 * then releases the checkout boundary so normal page scrolling can resume.
 */
.lamilka-transfer__booking[data-transfer-payment-stage="agreement"]
  [data-lamilka-hosted-checkout],
.lamilka-transfer__booking[data-transfer-payment-stage="agreement"]
  .lmp-direct-payment,
.lamilka-transfer__booking[data-transfer-payment-stage="agreement"]
  > .lamilka-transfer__payment-trust {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  visibility: hidden !important;
}

body.lamilka-transfer-payment-locked .lamilka-transfer__faq,
body.lamilka-transfer-payment-locked .lamilka-transfer__mobile-bar,
body.lamilka-transfer-payment-locked .lamilka-site-footer,
body.lamilka-transfer-payment-locked .lamilka-certificate-band,
body.lamilka-transfer-payment-locked .lamilka-certificate-strip,
body.lamilka-transfer-payment-locked [data-lamilka-certificate-strip],
body.lamilka-transfer-payment-locked footer {
  display: none !important;
}

body.lamilka-transfer-payment-locked .lamilka-transfer,
body.lamilka-transfer-payment-locked #lamilka-route-root {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.lamilka-transfer-payment-locked .lamilka-transfer__layout {
  margin-bottom: 0 !important;
  padding-bottom: 24px !important;
}

body.lamilka-transfer-payment-locked
  .lamilka-transfer__booking[data-transfer-agreement-gate="locked"] {
  margin-bottom: 0 !important;
  overflow: visible !important;
}

body.lamilka-transfer-agreement-stage
  .lamilka-transfer__booking[data-transfer-payment-stage="agreement"]
  .lamilka-transfer__secure-payment:not(.has-provider-session) {
  margin-bottom: 0 !important;
}

body.lamilka-transfer-payment-stage
  .lamilka-transfer__booking[data-transfer-payment-stage="payment"]
  .lmp-direct-payment {
  margin-bottom: 0 !important;
}

/* Optical balance retained from the approved summary correction. */
body .lamilka-transfer__summary {
  padding: 14px 16px !important;
}

body .lamilka-transfer__summary h3 {
  margin-bottom: 14px !important;
}

body .lamilka-transfer__summary > p {
  margin-top: 16px !important;
  padding-top: 16px !important;
}

/* The booking form is a flex column, so sibling margins do not collapse.
 * Match the latest Lovable 16px summary-to-promo gap explicitly below the card. */
body #transfer-booking.lamilka-transfer__booking
  .lamilka-transfer__summary + .lamilka-promotion {
  margin-top: 16px !important;
}

@media (max-width: 1023px) {
  body .lamilka-transfer__summary {
    padding: 14px 16px !important;
  }
}

/* Latest Lovable trust-line separator without changing the transfer frame. */
.lamilka-transfer__payment-trust li + li::before {
  color: #94a3b8;
  content: "|";
  font-weight: 400;
  margin-right: .65rem;
}
