/* V3.130 — encaissement transverse Drop In, mobile + bureau. */
.payment-inline,.desktop-payment-inline{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}
.payment-collect-action{width:28px;height:28px;padding:0;border:1px solid #86a9c8;border-radius:8px;background:#e5f0f8;color:#356f9f;display:inline-flex;align-items:center;justify-content:center;box-shadow:none;cursor:pointer;vertical-align:middle}
.payment-collect-action:hover{background:#d9e9f5}
.payment-collect-action svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.dropin-payment-methods,.payment-collect-methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%}
.dropin-payment-method,.payment-collect-method{min-height:42px;padding:8px 10px;border:1px solid #d9cec2;border-radius:10px;background:#fffdfa;color:var(--ink);font-weight:800;box-shadow:none;cursor:pointer}
.dropin-payment-method.selected{background:#e5f0f8;border-color:#86a9c8;color:#356f9f}
.dropin-payment-method:disabled,.payment-collect-method:disabled{opacity:.45;cursor:not-allowed}
.payment-collect-modal{max-width:430px}
.payment-collect-methods{margin-top:12px}
.payment-collect-method.terminal-planned{border-style:dashed}
.payment-qr-modal{max-width:430px;text-align:center}
.payment-qr-amount{font-size:24px;font-weight:900;margin:4px 0 10px}
.payment-qr-image{display:block;width:min(320px,78vw);height:auto;margin:10px auto;border-radius:12px;background:#fff;padding:8px}
.payment-qr-status{min-height:24px;margin:8px 0;font-weight:750}
.payment-qr-link{min-height:40px;padding:8px 12px;border:1px solid #86a9c8;border-radius:10px;background:#e5f0f8;color:#356f9f;text-decoration:none;align-items:center;justify-content:center;font-weight:800;box-shadow:none}
@media(min-width:1051px){.payment-collect-action{width:28px;height:28px}}
