/**
 * Advanced Discount System for PrestaShop
 *
 * @author      Cascade AI
 * @copyright   2025
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* This file is intentionally minimal as the module primarily operates in the background */
.advanceddiscount-notification {
    background-color: #f8f9fa;
    border-left: 3px solid #25b9d7;
    padding: 10px 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #363a41;
}

.advanceddiscount-notification .title {
    font-weight: 600;
    margin-bottom: 5px;
}

.advanceddiscount-notification .discount-amount {
    font-weight: 600;
    color: #25b9d7;
}

.advanceddiscount-notification .discount-details {
    font-size: 13px;
    margin-top: 5px;
    color: #6c868e;
}
