/* V111 — distribuição completa das formas de pagamento por dimensão. */
body.ux-v111-payment-matrix .v111-center-payment-card{margin-top:14px}
body.ux-v111-payment-matrix .v111-payment-center-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
body.ux-v111-payment-matrix .v111-payment-center-item{position:relative;min-width:0;padding:13px 14px;border:1px solid rgba(96,165,250,.16);border-radius:14px;background:linear-gradient(180deg,#141f35,#10192c);color:#e7eefb;text-align:left;cursor:pointer;font-family:var(--font-family);transition:.15s ease;overflow:hidden}
body.ux-v111-payment-matrix .v111-payment-center-item:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--method-color,#64748b)}
body.ux-v111-payment-matrix .v111-payment-center-item:hover{transform:translateY(-1px);border-color:rgba(96,165,250,.38)}
body.ux-v111-payment-matrix .v111-payment-center-item.active{border-color:rgba(103,232,249,.58);box-shadow:0 0 0 1px rgba(103,232,249,.14) inset,0 10px 24px rgba(2,6,23,.16);background:linear-gradient(180deg,#192943,#111c31)}
body.ux-v111-payment-matrix .v111-payment-center-item small{display:block;color:#91a1bb;font-size:8px;font-weight:900;letter-spacing:.055em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.ux-v111-payment-matrix .v111-payment-center-item strong{display:block;margin-top:7px;color:#f5f8ff;font-size:23px;line-height:1;font-variant-numeric:tabular-nums}
body.ux-v111-payment-matrix .v111-payment-center-item span{display:block;margin-top:7px;color:#9eacc3;font-size:9px;line-height:1.35}
body.ux-v111-payment-matrix .v111-payment-matrix-cell{white-space:nowrap;font-weight:850;font-variant-numeric:tabular-nums}
body.ux-v111-payment-matrix .v111-payment-matrix-cell small{display:block;margin-top:2px;color:#8495af;font-size:7px;font-weight:700}
body.ux-v111-payment-matrix .v109-table.v111-wide-table{min-width:1420px}
body.ux-v111-payment-matrix .v109-table.v111-medium-table{min-width:1260px}
body.ux-v111-payment-matrix .v109-table th.v111-method-head{min-width:92px;text-align:right}
body.ux-v111-payment-matrix .v109-method-total{color:#f3f7ff;font-weight:900}
@media(max-width:1250px){body.ux-v111-payment-matrix .v111-payment-center-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){body.ux-v111-payment-matrix .v111-payment-center-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}