/* Grundpreis (PAngV) – dezent, fügt sich unter den Preis ein. */
.cps-grundpreis {
    margin: 2px 0 6px;
    font-size: 0.82em;
    line-height: 1.35;
    color: #8a8a8a;
    font-weight: 400;
}

/* Detailseite etwas luftiger als im Listing. */
.cps-grundpreis--single {
    margin: 6px 0 10px;
    font-size: 0.85em;
}

.cps-grundpreis__label {
    color: #8a8a8a;
    margin-right: .35em;
}

.cps-grundpreis__value,
.cps-grundpreis__item {
    white-space: nowrap;
}

.cps-grundpreis__menge {
    color: #6f6f6f;
    font-weight: 500;
}

.cps-grundpreis__sep {
    color: #c9c9c9;
}

/* wc_price bringt eine eigene <span class="woocommerce-Price-amount"> mit großem
   Theme-Preis-Styling – auf die Grundpreis-Textgröße zwingen. */
.cps-grundpreis .woocommerce-Price-amount,
.cps-grundpreis .woocommerce-Price-amount bdi {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    color: inherit;
}
