/* Acrivi – Affichage dual HT / TTC */
.acrivi-dual-price {
    white-space: nowrap;
}
.acrivi-dual-price small {
    font-weight: 400;
    opacity: 0.9;
}
.acrivi-dual-price-block .acrivi-price-ttc {
    display: block;
    margin-top: 0.2em;
    white-space: nowrap;
}
.acrivi-price-sep {
    margin: 0 0.25em;
    opacity: 0.7;
}

/* TTC partout : non gras et noir clair (fiche produit, shop, panier, mini-cart, total) */
.acrivi-price-ttc {
    font-weight: 400;
    color: #666;
}
.acrivi-price-ttc .woocommerce-Price-amount,
.acrivi-price-ttc bdi {
    font-weight: 400 !important;
    color: #666 !important;
}
