.ss-help-hint {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  margin-left: 0.35rem;
  padding: 0;
  border: 1px solid rgba(160, 227, 255, 0.35);
  border-radius: 999px;
  background: rgba(8, 14, 28, 0.92);
  color: rgba(0, 255, 159, 0.92);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  cursor: help;
  vertical-align: middle;
  flex-shrink: 0;
  transition: border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.ss-help-hint:hover,
.ss-help-hint:focus-visible,
.ss-help-hint.is-open {
  border-color: rgba(255, 43, 214, 0.55);
  color: #fff;
  transform: scale(1.05);
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 43, 214, 0.25);
}

.ss-help-hint--compact {
  width: 1rem;
  height: 1rem;
  font-size: 0.62rem;
}

.ss-help-label {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
}

.ss-help-popover {
  position: fixed;
  z-index: 12050;
  max-width: min(18rem, calc(100vw - 1.25rem));
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(160, 227, 255, 0.28);
  background:
    linear-gradient(155deg, rgba(255, 43, 214, 0.12), rgba(0, 255, 159, 0.08)),
    rgba(6, 10, 18, 0.97);
  color: rgba(236, 250, 255, 0.94);
  font-size: 0.82rem;
  line-height: 1.45;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

.ss-help-popover[hidden] {
  display: none !important;
}

.ss-help-popover__title {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 255, 159, 0.88);
}

.coins-section-head,
.settings-panel__head h2,
.settings-card__title-row h3 {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}
