/* PrestaChamps Order Fee - frontend notices */

.pchorderfee-notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 16px;
    margin: 12px 0;
    border-radius: 6px;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 1.4;
    background-color: #eef6ff;
    border-color: #b3d8ff;
    color: #1c4f8a;
}

.pchorderfee-notice__icon {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    line-height: 1;
    margin-top: 1px;
}

.pchorderfee-notice__text {
    flex: 1 1 auto;
}

/* Cart + checkout notice — brand orange (#FF7C23) when fee applies */
.pchorderfee-notice--cart.pchorderfee-notice--tier1,
.pchorderfee-notice--cart.pchorderfee-notice--tier2,
.pchorderfee-notice--checkout {
    background-color: #FF7C23;
    border-color: #d8580c;
    color: #ffffff;
    font-weight: 600;
}

.pchorderfee-notice--cart.pchorderfee-notice--tier1 .pchorderfee-notice__icon,
.pchorderfee-notice--cart.pchorderfee-notice--tier2 .pchorderfee-notice__icon,
.pchorderfee-notice--checkout .pchorderfee-notice__icon {
    color: #ffffff;
}

.pchorderfee-notice--cart.pchorderfee-notice--tier1 a,
.pchorderfee-notice--cart.pchorderfee-notice--tier2 a,
.pchorderfee-notice--checkout a {
    color: #ffffff;
    text-decoration: underline;
}

.pchorderfee-notice--cart.pchorderfee-notice--free {
    background-color: #e8f6ec;
    border-color: #88c897;
    color: #1f6c34;
}

.pchorderfee-notice--product {
    margin: 14px 0;
}

.pchorderfee-notice--checkout {
    margin: 8px 0 16px;
}

@media (max-width: 575px) {
    .pchorderfee-notice {
        padding: 10px 12px;
        font-size: 13px;
    }
}

/* === Cart popup injection (blockcart-modal) === */
.pchorderfee-popup-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    margin-top: 8px;
    border-top: 1px solid #e6e6e6;
    font-weight: 600;
    color: #353943;
}

.pchorderfee-popup-line .pchorderfee-popup-label a {
    color: inherit;
    text-decoration: underline;
}

.pchorderfee-popup-footer {
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 12px;
    color: #1f6c34;
    font-style: italic;
    line-height: 1.4;
    text-align: right;
}
