.block-share-price h5 {
  color: var(--wp--preset--color--foreground);
  margin: 0;
  font-size: 1.8rem;
  font-weight: 800;
}
.block-share-price .share-price {
  color: var(--wp--preset--color--primary);
  font-size: 7rem;
  line-height: 1;
  font-weight: 100;
  margin: 0 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1441px) {
  .block-share-price .share-price {
    font-size: 8rem;
  }
}
.block-share-price p {
  color: var(--wp--preset--color--darkgrey);
  font-size: 1.8rem;
}
.block-share-price .share-change {
  font-weight: 800;
  padding-right: 20px;
}
.block-share-price .share-timestamp {
  font-weight: 400;
  text-transform: uppercase;
}
.block-share-price.small .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.block-share-price.small .meta .share-price {
  font-weight: 200;
}
.block-share-price.small .meta .share-price,
.block-share-price.small .meta h5 {
  font-size: 2.4rem;
  line-height: 1;
}
.block-share-price.small .meta .change {
  display: none;
}
.block-share-price.small table td {
  font-size: var(--wp--preset--font-size--small);
}

.share-full-timestamp {
  display: none;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .page:not(.home) .block-share-price .share-price {
    font-size: 6vw;
  }
}
.page:not(.home) .share-full-timestamp {
  display: block;
  margin-top: 4rem;
  font-size: 1.4rem;
}