.symbol-results__status {
  display: grid;
  min-height: 96px;
  place-items: center;
  padding: 18px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

.symbol-option__copy span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.symbol-option__quote {
  padding-left: 10px;
  white-space: nowrap;
}
