/* Minimal non-invasive override for payment logos
  Keeps logos inline on desktop and scales/wraps on mobile.
*/
/* netplayer */
#ps_checkout-payment-method-logos-container{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;justify-content:center}
#ps_checkout-payment-method-logos-container img, #ps_checkout-payment-method-logos-container .paypal-logo{height:20px;max-height:20px;width:auto;display:inline-block}
@media (max-width:600px){
  #ps_checkout-payment-method-logos-container{flex-wrap:wrap;justify-content:center}
  #ps_checkout-payment-method-logos-container img, #ps_checkout-payment-method-logos-container .paypal-logo{height:16px;max-height:16px}
}
