/* Pack price shown below the regular price in WooCommerce product loops. */
.wcpp-loop-pack-price {
    margin-top: 4px;
    color: var(--wd-text-color, #777);
    font-size: 12px;
    line-height: 1.5;
}

.wcpp-loop-pack-price__title {
    font-weight: 600;
}

.wcpp-loop-pack-price__amount {
    color: var(--wd-primary-color, var(--woodmart-primary-color, #e83e8c));
    font-weight: 700;
}

.wcpp-loop-pack-price__amount .woocommerce-Price-amount,
.wcpp-loop-pack-price__amount bdi {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}