:root {
  --quote-primary: black;
}
.marketPrices svg {
  width: 30px;
}
.marketPrices {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
    align-items: center;
}
.regularMarketPrice {
  width: 100%;
  text-align: center;
}
.regularMarketChange,
.regularMarketChangePercent {
  width: 40%;
  text-align: right;
}
.regularMarketChangePercent {
  text-align: left;
}
.regularMarketChangePercent:before {
  content: "(";
}
.regularMarketChangePercent:after {
  content: ")";
}
/* styles */
.marketPrices .delayText{
  font-size:12px;
  text-align:center;
}
.quote-wrapper .marketPrices .negative-icon svg {
    fill: #E8BA5F;
    transform: rotate(0deg);
}
.quote-wrapper .marketPrices .positive-icon svg {
    fill: #087E2C;
}
.quote-wrapper{
    border-radius: 12px;
    background: #E7F2EA;
    padding: 30px;
}
.quote-wrapper .companyTicker {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
}
.quote-wrapper .regularMarketPrice{
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
}
/* -- 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;
}