/**
 * Copyright since 2022 PayGreen
 * NOTICE OF LICENSE
 * This source file is subject to the MIT License X11
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/mit-license.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@paygreen.fr so we can send you a copy immediately.
 * @author    PayGreen <contact@paygreen.fr>
 * @copyright 2014 - 2022 Watt Is It
 * @license   https://opensource.org/licenses/mit-license.php MIT License X11
 */
.paygreen_payment_button_container {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    border: solid 1px #d6d4d4;
    padding: 2em;
    border-radius: 4px;
    cursor: pointer;
    background-color: #fbfbfb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
}

.paygreen_payment_button_container:hover {
    background-color: #f6f6f6;
}

.paygreen_payment_button_container p {
    margin: 0;
}

.paygreen_payment_button img {
    margin-right: 1em;
}