.checkout-page-body:not([data-locale="FR"]) .express-paymethod {
  display: none !important;
}

.single-page-checkout.checkout-redesign .checkout-form-area .billing-section .credit-card-radio-container{
    padding-inline: 0;
}
.single-page-checkout.checkout-redesign .checkout-form-area .billing-section .credit-card-radio-container .paymentMethod{
    padding-inline: 12px;
}
.single-page-checkout .payment-options .paymentMethod.active .radio label::before{
    top:1.5rem !important;
}
.single-page-checkout .payment-options .paymentMethod.active .radio label::after{
    top: 1.5rem !important;
}
.single-page-checkout.checkout-redesign .checkout-form-area .billing-section .checkout-redesigned.w-100 .billing-address-block{
    border-inline: solid 1px #dedede !important;
}
.single-page-checkout.checkout-redesign .checkout-form-area .billing-section .billing-address-block{
    border-inline: 0;
}