/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License version 3.0
 * 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/AFL-3.0
 * 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 license@prestashop.com so we can send you a copy immediately.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 */

/* AerPoints Frontend Styles */

.aerpoints-product-info {
    margin: 10px 0;
    padding: 8px 0;
    border-top: 1px solid #eee;
    font-size: 13px;
}

.aerpoints-earn,
.aerpoints-buy {
    margin: 5px 0;
    padding: 5px 8px;
    border-radius: 3px;
    display: inline-block;
}

.aerpoints-earn {
    background: #f0f8ff;
    color: #337ab7;
    border: 1px solid #bee5eb;
}

.aerpoints-buy {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.aerpoints-earn i,
.aerpoints-buy i {
    margin-right: 5px;
}

.aerpoints-text strong {
    font-weight: bold;
}

.aerpoints-text small {
    color: #666;
    font-size: 11px;
}

/* Points icon styling */
.aerpoints-icon,
img[alt="points"] {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

/* Cart Redemption Panel Adjustments */
#aerpoints-cart-redemption .panel-heading:after {
    content: none;
}

/* Rule Badge Display */
.aerpoints_rule_badge {
    position: absolute;
    left: -7px;
    top: 0;
    z-index: 10;
    max-width: 80px;
    max-height: 80px;
}

.aerpoints_rule_badge img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Rule HTML Content Display */
.aerpoints_promo_content {
    margin: 15px 0;
    padding: 10px;
}

.aerpoints_promo_content h1,
.aerpoints_promo_content h2,
.aerpoints_promo_content h3 {
    margin-top: 0;
}

.aerpoints_promo_content img {
    max-width: 100%;
    height: auto;
}
