.pivote-cmr-poc-messages{
    width: 100%;
    margin: -8px 0 18px;
    font-family: var(--ff-open, sans-serif);
    font-size: 13px;
    line-height: 1.45;
}

.pivote-cmr-poc-messages p{
    margin: 0;
    font-weight: 900;
    color: #222;
}

.pivote-cmr-poc-messages__helper{
    color: #5d5d5d;
}

.pivote-cmr-poc-messages__dynamic:not([hidden]){
    display: block;
    margin-top: 8px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-left: 4px solid transparent;
    border-radius: 10px;
    font-weight: 700;
}

.pivote-cmr-poc-messages__dynamic.is-status{
    color: #23435f;
    background: #f3f7fb;
    border-color: #cfe0ef;
    border-left-color: #2f80ed;
}

.pivote-cmr-poc-messages__dynamic.is-recommendation{
    color: #8a4b00;
    background: #fff3df;
    border-color: #ffd9a8;
    border-left-color: #ff9f1c;
}

.pivote-cmr-poc-messages__dynamic.is-error{
    color: #8a1f11;
    background: #fff4f2;
    border-color: #ffd0c8;
    border-left-color: #e54832;
}

.woocommerce-cart .pivote-cmr-cart-format{
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
}

.woocommerce-cart .pivote-cmr-cart-recommendation{
    max-width: 460px;
    margin: 8px 0 0;
    color: #6c3a00;
    font-size: 12px;
    line-height: 1.4;
}

.pivote-cmr-price-unit{
    display: inline-block;
    margin-left: 4px;
    font-size: 0.68em;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
}

.qib-container .qib-button:hover {
    background-color: #ff671b !important;
}
