/* STORE APP Patch 328 — Stripe-only paying-currency controls */
[hidden]{display:none!important}
.mpb2b-stripe-currency-panel{margin-top:18px;border:1px solid #cfd4da;border-left:5px solid #d71920;background:#f8f9fa;padding:18px;box-shadow:0 10px 25px rgba(15,23,42,.07)}
.mpb2b-stripe-currency-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px}
.mpb2b-stripe-currency-head>div{display:flex;flex-direction:column;gap:3px}.mpb2b-stripe-currency-head strong{font-size:1.08rem;color:#111827}.mpb2b-stripe-currency-head span{font-size:.86rem;color:#4b5563;font-weight:700}
.mpb2b-stripe-usd-base{white-space:nowrap;background:#111827;color:#fff!important;padding:8px 11px;font-size:.82rem!important}.mpb2b-stripe-usd-base b{color:#fff}
.mpb2b-currency-chip-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
.mpb2b-currency-chip{position:relative;display:block;margin:0;cursor:pointer}.mpb2b-currency-chip input{position:absolute;opacity:0;pointer-events:none}
.mpb2b-currency-chip>span{display:flex;min-height:58px;flex-direction:column;align-items:center;justify-content:center;border:2px solid #d6d9de;background:#fff;padding:7px;text-align:center;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}
.mpb2b-currency-chip b{font-size:1rem;line-height:1;color:#111827}.mpb2b-currency-chip small{margin-top:5px;color:#667085;font-size:.68rem;font-weight:700;line-height:1.15}
.mpb2b-currency-chip:hover>span,.mpb2b-currency-chip input:focus-visible+span{border-color:#111827;box-shadow:0 0 0 2px rgba(17,24,39,.12)}
.mpb2b-currency-chip.is-selected>span,.mpb2b-currency-chip input:checked+span{border-color:#d71920;background:#d71920;box-shadow:none}.mpb2b-currency-chip.is-selected b,.mpb2b-currency-chip.is-selected small,.mpb2b-currency-chip input:checked+span b,.mpb2b-currency-chip input:checked+span small{color:#fff}
.mpb2b-stripe-quote{margin-top:14px;border-top:1px solid #d6d9de;padding-top:14px}.mpb2b-stripe-quote-status{font-weight:800;color:#344054;margin-bottom:9px}
.mpb2b-stripe-converted-total{display:flex;align-items:center;justify-content:space-between;gap:15px;background:#111827;color:#fff;padding:13px 15px}.mpb2b-stripe-converted-total span{font-size:.85rem;font-weight:800}.mpb2b-stripe-converted-total strong{font-size:1.35rem;color:#fff}
.mpb2b-stripe-rate-details{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 20px;background:#fff;border:1px solid #d6d9de;border-top:0;padding:10px 13px;font-size:.8rem;font-weight:800;color:#344054}.mpb2b-stripe-quote p{margin:9px 0 0;color:#667085;font-size:.78rem;font-weight:700}
.mpb2b-summary-stripe-total{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;border:2px solid #d71920;background:#fff;padding:11px 12px}.mpb2b-summary-stripe-total span{font-weight:800;color:#344054}.mpb2b-summary-stripe-total strong{color:#d71920;font-size:1.1rem}
@media(max-width:991.98px){.mpb2b-currency-chip-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:767.98px){.mpb2b-stripe-currency-panel{padding:14px}.mpb2b-stripe-currency-head{flex-direction:column}.mpb2b-stripe-usd-base{white-space:normal}.mpb2b-currency-chip-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mpb2b-stripe-converted-total{align-items:flex-start;flex-direction:column}.mpb2b-stripe-rate-details{flex-direction:column}}
@media(max-width:420px){.mpb2b-currency-chip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
