.easy-checkout li.wc_payment_method[class*=payment_method_]>input[type=radio]{
    display:none !important;
}

.easy-checkout-init .easy-checkout__form-section{
    max-height: unset !important;
    padding-bottom:0px !important;
    overflow: hidden !important;
}

.easy-checkout .woocommerce{
    max-width: 100% !important;
    padding-bottom:0px !important;
}

.ec-payment-buttons{
    flex-wrap:wrap;
}



.easy-checkout [class*=payment_method_tpay] .payment_box{
    padding: 0px !important;
}

.easy-checkout .tpay-blik0 .tpay_blik-payment-form{
    min-width: 0px !important;
}

@media (max-width:767px) {
    .easy-checkout .ec-payment-buttons{
        display:flex;
        flex-direction: column !important;
    }
}