.sealed-table-product span {
  font-size: .48rem;
  letter-spacing: .08em;
}

.sealed-placeholder small {
  color: #9c9385;
  line-height: 1.5;
}

.sealed-source {
  color: #9c9385;
  font-size: .78rem;
}

.sealed-chart svg {
  width: 100%;
  height: 180px;
  border: 1px solid #3b301e;
  border-radius: 10px;
  background: linear-gradient(#17130c, #090908);
}

.sealed-chart polyline {
  fill: none;
  stroke: #e3c266;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.sealed-chart > div {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: #a99d87;
  font-size: .75rem;
}
