.source-strip {
  align-items: center;
  background: #091421;
  border-bottom: 1px solid var(--line);
  color: #9cb0c9;
  display: flex;
  font-size: 10px;
  gap: 8px;
  padding: 9px 15px;
}

.source-strip small {
  color: #637b98;
  margin-left: auto;
}

.source-dot {
  background: var(--cyan);
  border-radius: 50%;
  box-shadow: 0 0 12px #4ce4ec99;
  height: 7px;
  width: 7px;
}

.price-table {
  min-width: 1080px;
}

.price-value {
  font-size: 13px;
}

.price-value + small {
  display: block;
  margin-top: 5px;
}

.price-table .trend-pill {
  display: inline-block;
  padding: 3px 6px;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .source-strip {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .source-strip small {
    flex-basis: 100%;
    margin-left: 15px;
  }
}
