:root {
  --quote-primary: black;
}
.marketPrices svg {
  width: 30px;
}
.quote-wrapper .marketPrices .positive-icon svg{
  fill:#76B843;
}
.quote-wrapper .marketPrices .negative-icon svg{
  fill:#043765;
  transform: rotate(0deg);
}
.regularMarketPrice {
  font-size: 2rem;
}
.marketPrices {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}
.regularMarketPrice {
  width: 100%;
  text-align: center;
}
.regularMarketChange,
.regularMarketChangePercent {
  width: 40%;
  text-align: right;
}
.regularMarketChangePercent {
  text-align: left;
}
.regularMarketChangePercent:before {
  content: "(";
}
.regularMarketChangePercent:after {
  content: ")";
}
/* stock info page */
.page-id-2791 .regularMarketPrice {
  display: block;
  margin-bottom: 10px;
  margin-left: 40px;
}
.page-id-2791 .negative-icon {
  position: absolute;
}
/* background for quote wrapper container on overview page */
.page-id-2073 .quote-wrapper .companyName {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  line-height: 1rem;
}
.page-id-2073 .quote-wrapper {
  background-size: contain;
  padding: 10%;
}
/* -- 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;
}