.lv-tax-label {
    display: inline;
    font-size: .6em;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}
.cart-summary-line .lv-tax-label,
.cart-item .lv-tax-label,
#blockcart-content .lv-tax-label { font-size: .78em; }
.lv-price-export-note {
    display: block;
    width: 100%;
    margin-top: .35rem;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.4;
    color: #555;
    white-space: normal;
    overflow-wrap: anywhere;
}
.product-prices > .lv-price-export-note { font-size: .8125rem; margin-bottom: .5rem; }

/* Warehouse arranges price and availability in a single flex row. */
.product-prices:has(> .lv-price-export-note) { flex-wrap: wrap !important; }
.product-prices > .lv-price-export-note {
    flex: 0 0 100%;
    order: 2;
    text-align: left;
}
