
            .mtg-payment-wide-card .mtg-payment-cards-v2{
                display:grid !important;
                grid-auto-flow:column !important;
                grid-auto-columns:minmax(0,1fr) !important;
                gap:16px !important;
                align-items:stretch !important;
                width:100% !important;
            }

            .mtg-payment-wide-card .mtg-payment-card-v2{
                width:100% !important;
                min-width:0 !important;
                max-width:none !important;
                height:140px !important;
                min-height:140px !important;
                box-sizing:border-box !important;
                display:flex !important;
                flex-direction:column !important;
                align-items:center !important;
                justify-content:center !important;
                gap:12px !important;
                padding:18px 12px !important;
                text-align:center !important;
                flex:none !important;
            }

            .mtg-payment-wide-card .mtg-payment-card-v2[data-payment-card="stripe"],
            .mtg-payment-wide-card .mtg-payment-card-v2[data-payment-card="mercadopago"],
            .mtg-payment-wide-card .mtg-payment-card-v2[data-payment-card="paypal"],
            .mtg-payment-wide-card .mtg-payment-card-v2[data-payment-card="whatsapp"],
            .mtg-payment-wide-card .mtg-payment-card-v2[data-payment-card="yape"],
            .mtg-payment-wide-card .mtg-payment-card-v2[data-payment-card="plin"],
            .mtg-payment-wide-card .mtg-payment-card-v2[data-payment-card="bank_transfer"]{
                width:100% !important;
                min-width:0 !important;
                max-width:none !important;
                height:140px !important;
                min-height:140px !important;
                flex:none !important;
            }

            .mtg-payment-wide-card .mtg-payment-card-v2__logo{
                width:56px !important;
                height:56px !important;
                min-width:56px !important;
                max-width:56px !important;
                display:flex !important;
                align-items:center !important;
                justify-content:center !important;
                margin:0 auto !important;
                flex:0 0 56px !important;
            }

            .mtg-payment-wide-card .mtg-payment-card-v2__logo img,
            .mtg-payment-wide-card .mtg-payment-card-v2__logo svg{
                width:auto !important;
                max-width:52px !important;
                max-height:40px !important;
                height:auto !important;
                object-fit:contain !important;
                display:block !important;
                margin:0 auto !important;
            }

            .mtg-payment-wide-card .mtg-payment-card-v2__title,
            .mtg-payment-wide-card .mtg-payment-card-v2__label,
            .mtg-payment-wide-card .mtg-payment-card-v2 strong,
            .mtg-payment-wide-card .mtg-payment-card-v2 span{
                text-align:center !important;
                line-height:1.2 !important;
                white-space:normal !important;
                word-break:break-word !important;
            }

            .mtg-payment-wide-card .mtg-payment-card-v2__desc,
            .mtg-payment-wide-card .mtg-payment-card-v2 p,
            .mtg-payment-wide-card .mtg-payment-card-v2 small{
                display:none !important;
            }

            @media (max-width: 1100px){
                .mtg-payment-wide-card .mtg-payment-cards-v2{
                    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
                    grid-auto-flow:row !important;
                    grid-auto-columns:unset !important;
                }
            }

            @media (max-width: 820px){
                .mtg-payment-wide-card .mtg-payment-cards-v2{
                    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
                }

                .mtg-payment-wide-card .mtg-payment-card-v2{
                    height:128px !important;
                    min-height:128px !important;
                }
            }

            @media (max-width: 560px){
                .mtg-payment-wide-card .mtg-payment-cards-v2{
                    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
                    gap:12px !important;
                }

                .mtg-payment-wide-card .mtg-payment-card-v2{
                    height:116px !important;
                    min-height:116px !important;
                    padding:14px 10px !important;
                }

                .mtg-payment-wide-card .mtg-payment-card-v2__logo{
                    width:48px !important;
                    height:48px !important;
                    min-width:48px !important;
                    max-width:48px !important;
                    flex:0 0 48px !important;
                }

                .mtg-payment-wide-card .mtg-payment-card-v2__logo img,
                .mtg-payment-wide-card .mtg-payment-card-v2__logo svg{
                    max-width:44px !important;
                    max-height:34px !important;
                }
            }
        