/* Match currency symbol styling with the numeric amount */
#zp_product_price,
#zp_product_price + .woocommerce-Price-currencySymbol {
    color: #000;
    font-size: 1em;
    font-weight: inherit;
    line-height: 1.2;
}

/*
 .zp-extra-options-price {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
}

.zp-extra-options-label {
    font-weight: normal;
}

.zp-extra-options-amount {
    font-weight: bold;
    color: #333;
}

 Hide automatic euro symbols to prevent duplication
.woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    display: none !important;
}
*/

