body#checkout section.checkout-step .payment-options .payment-option {
    border: 1px solid #E2E2E2;
    display: flex;
    border-radius: 8px;
    background-color: white;
    margin-bottom: 0.5rem;
    justify-content: space-between;
    padding: 30px 2rem;

    @media (max-width: 576px) {
        flex-direction: column;
        gap: 12px;
    }

    .delivery-option-name {
        font-weight: bold;
    }
    .payment-method-icon{
        margin-left: auto;
        @media (max-width: 576px) {
            margin-left: 0;
        }
        img{
            margin: 0;
        }
    }
    .custom-radio{
        margin-top: 0 !important;
    }
}
@media (max-width: 576px) {
    body#checkout section.checkout-step .payment-options .payment-option:after{
        display: none;
    }
}

body#checkout section.checkout-step .payment-options .payment-option.checked {
    border: 2px solid #EB6909;
}

#bridge-method .reassur-block {
    gap: 10px;
}
.bridge-reassur > .mt-25{
    text-align: center;
}

#bridge-method .d-flex.fd-row {
    justify-content: center;
}