/**
 * 2007-2024 PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 *
 *  @author    Bold <soporte.online@bold.co>
 *  @copyright 2007-2025 Bold
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 *  International Registered Trademark & Property of Bold
 *
 * Don't forget to prefix your containers with your own identifier
 * to avoid any conflicts with others containers.
 */

/************
 * Checkout *
 ************/

.bold-payment-option__label {
  display: inline !important;
  margin: 0;

  span {
    margin-right: 8px;
  }

  .bold-payment-option__logo {
    height: 18px;
    position: relative;
    top: 0.5px;
    vertical-align: baseline;
    margin-right: 77px;
    float: right !important;
  }

  #bold-icon-checkout{
    float: right !important;
    margin-right: 20px;
    max-width: 40% !important;
  }
}