/*
 * Landofcoder
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Landofcoder.com license that is
 * available through the world-wide-web at this URL:
 * https://landofcoder.com/terms
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category   Landofcoder
 * @package    Lof_CustomerBadge
 * @copyright  Copyright (c) 2021 Landofcoder (https://www.landofcoder.com/)
 * @license    https://landofcoder.com/terms
 */

.customer-badge-list ul li {
    display: inline-block;
}

.header .lof-customer-badge__wrapper__image {
    width: 20px;
    height: 20px;
}

.customer-badge-list .lof-customer-badge__wrapper__image {
    width: 80px;
    height: 80px;
    padding-right: 5px;
}
