/* Fintech Wave header logo — node-guide + generate-token only */
/* Upload to /ng-css and /tg-css. Do not use on ai-agent pages. */

.fwx-header-logo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  top: 1px;
  font-family: 'Exo 2', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: #00c2ff;
  letter-spacing: normal;
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.fwx-header-logo:link,
.fwx-header-logo:visited,
.fwx-header-logo:hover,
.fwx-header-logo:focus,
.fwx-header-logo:active {
  text-decoration: none !important;
  text-decoration-line: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  color: #00c2ff;
}

.fwx-header-logo__icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: inline-block;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1.5px solid #00d4e8;
  text-decoration: none !important;
}

.fwx-header-logo__wordmark {
  position: relative;
  top: -1px;
  color: #fff;
  text-decoration: none !important;
  border-bottom: none !important;
}

.fwx-header-logo__tm {
  position: relative;
  top: -3px;
  left: -2px;
  display: inline-block;
  font-family: Arial, sans-serif !important;
  font-weight: 700;
  font-style: normal !important;
  color: #b9b9b9;
  transform: scale(0.5);
  transform-origin: left center;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

/* Node-guide + generate-token black header bar */
.header .header-left a.fwx-header-logo {
  margin-left: 10px !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
  border-bottom: none !important;
}

.header .header-left a.fwx-header-logo .fwx-header-logo__wordmark,
.header .header-left a.fwx-header-logo .fwx-header-logo__tm {
  text-decoration: none !important;
  text-decoration-line: none !important;
  border-bottom: none !important;
}

@media (max-width: 768px) {
  .header .header-left a.fwx-header-logo {
    margin-left: 10px !important;
  }
}
