/* v1098 — Speed Up form payment flow parity with main visa order form.
   Keep the customer on the confirm page and render PayPal inline after the request is saved. */
body.speedup-page-v787CQ .speedup-inline-payment-v1098{
  margin-top:22px;
  border:1px solid #cfe0f6;
  border-radius:24px;
  background:#fff;
  box-shadow:0 20px 55px rgba(15,23,42,.10);
  padding:24px;
}
body.speedup-page-v787CQ .speedup-inline-payment-v1098 .summary-group{
  margin:0 0 16px;
}
body.speedup-page-v787CQ .speedup-inline-payment-v1098 h4{
  margin:0 0 12px;
  font-size:22px;
  color:#071b3b;
}
body.speedup-page-v787CQ .speedup-inline-payment-v1098 .summary-row{
  display:flex;
  justify-content:space-between;
  gap:18px;
  border-bottom:1px solid #dbe7f5;
  padding:10px 0;
}
body.speedup-page-v787CQ .speedup-inline-payment-v1098 .summary-row strong{
  text-align:right;
}
body.speedup-page-v787CQ .speedup-inline-payment-v1098 .total-line strong{
  color:#ef233c;
  font-size:24px;
}
body.speedup-page-v787CQ .speedup-inline-payment-v1098 .alert.success{
  border:1px solid #bbf7d0;
  background:#f0fdf4;
  color:#0f172a;
}
body.speedup-page-v787CQ .speedup-inline-actions-v1098{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:16px;
}
body.speedup-page-v787CQ .speedup-inline-actions-v1098 .btn{
  width:auto;
}
@media(max-width:820px){
  body.speedup-page-v787CQ .speedup-inline-payment-v1098{
    padding:18px;
    border-radius:20px;
  }
  body.speedup-page-v787CQ .speedup-inline-payment-v1098 .summary-row{
    display:block;
  }
  body.speedup-page-v787CQ .speedup-inline-payment-v1098 .summary-row strong{
    display:block;
    text-align:left;
    margin-top:4px;
  }
  body.speedup-page-v787CQ .speedup-inline-actions-v1098 .btn{
    width:100%;
  }
}
