/* Lamilka Child 0.6.98 / Build 132 — shared payment trust helper.
 *
 * Tour and Transfer use one presentation for the review-stage security line:
 * it is plain centered helper copy below the green CTA, never a nested card.
 * The real Card Details/OTP trust copy remains Payments-plugin owned.
 */
body .lamilka-payment-trust-helper {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  color: #667792 !important;
  display: block !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  margin: 16px 0 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  width: 100% !important;
}

/* The helper is copy, not a list/card surface. Legacy Transfer rules must not
 * turn it into a flex/card treatment at narrow widths. */
body .lamilka-transfer__secure-payment > .lamilka-payment-trust-helper,
body .lamilka-detail__secure-payment > .lamilka-payment-trust-helper {
  align-items: initial !important;
  flex-direction: initial !important;
  justify-content: initial !important;
}
