/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*
* Metal Trade Ticker CSS
*/
 .wc-metal-trade-ticker-content.metal-price-up
 {
     color: green;
 }

 .wc-metal-trade-ticker-content.metal-price-down
 {
   color: red;
 }
 .wc-metal-trade-ticker-content svg {
   width: 1rem;
   height: auto; /* Maintain aspect ratio */
}
