:root {
  --quote-primary: black;
}
.marketPrices svg {
  width: 30px;
}
.quote-wrapper .marketPrices .positive-icon svg{
  fill:#7EEE48;
}
.quote-wrapper .marketPrices .negative-icon svg{
  fill:#0010CC;
  transform: rotate(0deg);
}
.regularMarketPrice {
  font-size: 2rem;
}
.marketPrices {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 20px;
    align-items: center;
}
.marketPrices .companyTicker{
    font-size:1.2rem;
    line-height: 1;
}
.delayText{
  font-size:12px;
}
.regularMarketPrice {
  width: 100%;
  text-align: center;
}
.regularMarketChange,
.regularMarketChangePercent {
  width: 40%;
  text-align: right;
}
.regularMarketChangePercent {
  text-align: left;
}
.regularMarketChangePercent:before {
  content: "(";
}
.regularMarketChangePercent:after {
  content: ")";
}
/* -- template 2 quote -- */
.quote-wrapper #lsc_template2{
  margin-bottom: 1rem;
  text-align: left;
  justify-content: flex-start;
  width: auto;
}
.quote-wrapper #lsc_template2 .regularMarketPrice{
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}
.quote-wrapper #lsc_template2.marketPrices {
    margin-bottom: 1rem;
    text-align: left;
    width: auto;
    justify-content: flex-start;
    align-items: start;
}