.checkout-info-notice {
    padding: 12px 14px;
    margin: 10px 0;
    background: #f8f9fa;
    border-left: 4px solid #222;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}
/* Default (dipakai checkout & cart jika perlu) */
.checkout-info-notice {
    padding: 12px 14px;
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.6;
}
.cart-notice {
    background: #fdeaea;          /* merah pudar */
    border: 1px solid #f5c2c2;
    border-left: 4px solid #d9534f;
    color: #842029;
    text-align: center;
}

