/**
 * @author       Zbigniew Stanejko <info@prestashop.cc>
 * @copyright    © 2012-2025 Zbigniew Stanejko, PrestaPremium. All rights reserved.
 * @license      This program is not free software. You may not sell or distribute it.
 * @link         https://prestapremium.com
 * ----------------------------------------------
 * @file         views/css/ppordercutoff.css
 * @updated      2025-02-09
 * @description  Front-office styles for cutoff message
 * ----------------------------------------------
 */

.pp-ordercutoff-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    margin: 10px 0;
    border-radius: 4px;
    font-size: 0.95em;
    line-height: 1.4;
    width: 100%;
}
.product-quantity:has(.pp-ordercutoff-wrapper) {
    flex-wrap: wrap;
}

.pp-ordercutoff--before {
    background-color: #dff0d8;
    border: 1px solid #3c763d;
    color: #3c763d;
}

.pp-ordercutoff--after {
    background-color: #fcf8e3;
    border: 1px solid #8a6d3b;
    color: #8a6d3b;
}

.pp-ordercutoff-icon {
    font-size: 1.3em;
    flex-shrink: 0;
}

.pp-ordercutoff-message {
    flex: 1;
}
