/* STORE APP Patch 399: product-card option selector and cart option display. */
.mpb2b-product-option-modal .modal-dialog{max-width:720px}
.mpb2b-product-option-modal .modal-content{border:0;border-radius:0;box-shadow:0 26px 80px rgba(15,23,42,.28)}
.mpb2b-product-option-modal .modal-header{background:#f7f7f8;border-bottom:3px solid #B8001F;padding:1rem 1.25rem}
.mpb2b-product-option-modal .modal-title{font-weight:900;color:#161b22}
.mpb2b-product-option-modal__kicker{font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#B8001F}
.mpb2b-product-option-modal__product{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:0 0 1rem;border-bottom:1px solid #dfe3e8;margin-bottom:1rem}
.mpb2b-product-option-modal__product strong{display:block;font-size:1.05rem;color:#111820}
.mpb2b-product-option-modal__product span{display:block;color:#66717d;font-size:.82rem;font-weight:700}
.mpb2b-product-option-modal__price{white-space:nowrap;font-size:1rem!important;font-weight:900!important;color:#B8001F!important}
.mpb2b-card-option-group{border:1px solid #d9dee5;padding:.9rem;margin:0 0 .85rem;background:#fff}
.mpb2b-card-option-group legend{float:none;width:auto;padding:0 .35rem;margin:0;font-size:.9rem;font-weight:900;color:#111820}
.mpb2b-card-option-group legend em{font-style:normal;color:#B8001F}
.mpb2b-card-option-group>p{margin:0 0 .7rem;color:#5f6b78;font-size:.78rem;font-weight:650}
.mpb2b-card-option-list{display:grid;grid-template-columns:1fr;gap:.5rem}
.mpb2b-card-option-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.7rem;border:1px solid #dfe3e8;padding:.7rem;cursor:pointer;background:#fff}
.mpb2b-card-option-item:has(input:checked){border-color:#B8001F;box-shadow:0 0 0 1px #B8001F}
.mpb2b-card-option-item input{accent-color:#B8001F}
.mpb2b-card-option-item strong{display:block;font-size:.84rem;color:#111820}
.mpb2b-card-option-item small{display:block;color:#66717d;font-size:.72rem;line-height:1.35}
.mpb2b-card-option-item b{font-size:.82rem;color:#B8001F;white-space:nowrap}
.mpb2b-product-option-modal__summary{display:flex;justify-content:space-between;gap:1rem;align-items:center;background:#f1f3f5;border-left:4px solid #B8001F;padding:.8rem .9rem;margin-top:1rem}
.mpb2b-product-option-modal__summary span{font-size:.78rem;font-weight:800;color:#596574}
.mpb2b-product-option-modal__summary strong{font-size:1.05rem;color:#111820}
.mpb2b-product-option-modal__status{margin-top:.65rem;font-size:.8rem;font-weight:750;color:#B8001F}
.mpb2b-cart-option-list{list-style:none;padding:0;margin:.45rem 0 0;display:grid;gap:.2rem}
.mpb2b-cart-option-list li{font-size:.74rem;line-height:1.35;color:#4d5966}
.mpb2b-cart-option-list li strong{display:inline;font-size:inherit;color:#111820}
.mpb2b-cart-option-list li span{display:inline;color:#B8001F;font-weight:850}
.mpb2b-price-stack small{display:block;margin-top:.18rem;color:#66717d;font-size:.68rem;font-weight:750}
@media (max-width:575.98px){
  .mpb2b-product-option-modal .modal-dialog{margin:0;min-height:100%}
  .mpb2b-product-option-modal .modal-content{min-height:100vh}
  .mpb2b-product-option-modal__product{display:block}
  .mpb2b-product-option-modal__price{margin-top:.35rem}
  .mpb2b-card-option-item{grid-template-columns:auto minmax(0,1fr)}
  .mpb2b-card-option-item b{grid-column:2}
}
