.tpoe-pricing-form[aria-busy="true"] .tpoe-pricing-submit {
    cursor: wait;
    opacity: .72;
}

.tpoe-pricing-submit {
    min-height: 46px;
}

.tpoe-pricing-message {
    margin: 16px 0;
    padding: 14px 16px;
    border-radius: 8px;
    line-height: 1.8;
}

.tpoe-pricing-success {
    color: #14532d;
    border: 1px solid #86efac;
    background: #f0fdf4;
}

.tpoe-pricing-error {
    color: #7f1d1d;
    border: 1px solid #fca5a5;
    background: #fef2f2;
}

.tpoe-fixed-cart-quantity {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
}
