.step10-option-title-host.step10-option-friendly-active > #symbolName {
  display: none !important;
}

.step10-option-friendly-header {
  display: inline-flex;
  flex-direction: column;
  min-width: 0;
  vertical-align: middle;
}

.step10-option-friendly-header[hidden] {
  display: none !important;
}

.step10-option-friendly-title {
  font-size: inherit;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.step10-option-canonical-symbol {
  margin-top: 4px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  opacity: 0.58;
  white-space: nowrap;
}

.step10-option-premium-label {
  margin-top: 2px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.11em;
  opacity: 0.62;
}

.step10-option-premium-label[hidden] {
  display: none !important;
}

@media (max-width: 900px) {
  .step10-option-friendly-title {
    white-space: normal;
  }
}
