/*
 * This software is the confidential and proprietary information of Autify Digital Ltd.
 * Unauthorized use, reproduction, or distribution of this software, in whole or in part, is strictly prohibited.
 * Copyright (c) 2020-Present Autify Digital Ltd.
 * This work is protected under applicable copyright and intellectual property laws.
 * All rights reserved. Distribution and disclosure are permitted only in accordance with
 * the terms of a valid written agreement with Autify Digital Ltd.
 */
body#checkout section.checkout-step .payment-options .payment-option {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
body#checkout section.checkout-step .payment-options .payment-option label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin: 0;
    text-align: left;
}
body#checkout section.checkout-step .payment-options .payment-option label img {
    max-width: 70px;
}
body#checkout section.checkout-step .payment-options label.form-control-label {
    padding-bottom: 10px;
}