.share-price-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-left);
  z-index: -1;
  max-height: 100%
}
.share-price-content--right::before {
  background: var(--gradient-right)
}
.share-price-content__wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.share-price-content__wrapper:nth-child(1) .stat::before {
  -webkit-animation-delay: calc(400ms * 1);
  animation-delay: calc(400ms * 1)
}
.share-price-content__wrapper:nth-child(2) .stat::before {
  -webkit-animation-delay: calc(400ms * 2);
  animation-delay: calc(400ms * 2)
}
.share-price-content__wrapper:nth-child(3) .stat::before {
  -webkit-animation-delay: calc(400ms * 3);
  animation-delay: calc(400ms * 3)
}
.share-price-content__wrapper:nth-child(4) .stat::before {
  -webkit-animation-delay: calc(400ms * 4);
  animation-delay: calc(400ms * 4)
}
.share-price-content__wrapper:nth-child(5) .stat::before {
  -webkit-animation-delay: calc(400ms * 5);
  animation-delay: calc(400ms * 5)
}
.share-price-content .icon-arrow-up {
  font-size: .8rem;
  vertical-align: text-top;
  margin-left: 4px;
  margin-top: -2px
}
.share-price-content .icon-arrow-down {
  font-size: .8rem;
  vertical-align: text-top;
  margin-left: 4px;
  margin-top: -2px
}
@media (min-width:768px) and (max-width:991.98px) {
  .share-price-content__wrapper {
    max-width: calc(50% - var(--sm-1))
  }
}
@media (max-width:575.98px) {
  .share-price-content__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}