/*
 * This software is the confidential and proprietary information of Tyl by NatWest.
 * Unauthorized use, reproduction, or distribution of this software, in whole or in part, is strictly prohibited.
 * Copyright (c) 2024-Present Tyl by NatWest.
 * 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 Tyl by NatWest.
 */
.payment_method_natwest_gateway_redirect_payment img, .natwest-payment-icons img{
    width: 80px;
    margin-top: -10px;
    max-height: unset !important;
    height: auto !important;
}
.natwest-payment-icons{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 7px;
}