/**
 * Endor Multi-Currency — Frontend Styles
 *
 * @package Endor_Multi_Currency
 */

/* Secondary EUR price shown beside the main TRY price */
.emc-eur-price {
    font-size: 0.82em;
    color: #888;
    font-weight: 500;
    white-space: nowrap;
}

.emc-eur-price .woocommerce-Price-currencySymbol {
    font-size: 1em;
}
