/* Eligibility checker refinements */
.origin-wallet-icons li,
.origin-wallet-icons li:hover,
.origin-wallet-icons li:focus-within {
  border: 0 !important;
  box-shadow: none !important;
}

.origin-wallet-row {
  grid-template-columns: minmax(0, 1fr) 132px;
}

.origin-wallet-row button {
  justify-content: center;
  gap: 0;
  min-width: 0;
  padding-inline: 14px;
  white-space: nowrap;
}

.origin-wallet-row button > span[aria-hidden="true"] {
  display: none;
}

/* About Us team typography */
.crew-card-copy > span {
  color: rgba(237, 233, 223, 0.72);
  font-size: clamp(8px, 0.72vw, 11px);
  line-height: 1.45;
}

.crew-card-copy blockquote {
  margin-top: 14px;
  font-size: clamp(12.5px, 1vw, 15px);
  line-height: 1.55;
}

@media (width <= 580px) {
  .origin-wallet-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .origin-wallet-row button {
    width: 132px;
    min-height: 52px;
    justify-self: end;
  }

  .crew-card-copy > span {
    font-size: 9px;
  }

  .crew-card-copy blockquote {
    margin-top: 12px;
    font-size: 13px;
  }
}

/* Dojo navigation status */
.desktop-nav a[href="/dojo"]::before {
  position: absolute;
  top: 5px;
  left: 50%;
  color: rgba(var(--accent-rgb), 0.78);
  content: "REDACTED";
  font-family: var(--font-geist-mono), ui-monospace, monospace;
  font-size: 6.5px;
  font-weight: 720;
  letter-spacing: 0.16em;
  line-height: 1;
  text-shadow: 0 0 9px rgba(var(--accent-rgb), 0.32);
  white-space: nowrap;
  transform: translateX(-50%);
}

.site-nav.is-scrolled .desktop-nav a[href="/dojo"]::before {
  top: 5px;
  font-size: 6.5px;
}

@media (width <= 900px) {
  .mobile-menu nav a[href="/dojo"] {
    position: relative;
    padding-top: 27px;
  }

  .mobile-menu nav a[href="/dojo"]::before {
    position: absolute;
    top: 20px;
    left: 28px;
    color: rgba(var(--accent-rgb), 0.78);
    content: "REDACTED";
    font-family: var(--font-geist-mono), ui-monospace, monospace;
    font-size: 6px;
    font-weight: 720;
    letter-spacing: 0.18em;
    line-height: 1;
    text-shadow: 0 0 9px rgba(var(--accent-rgb), 0.32);
    white-space: nowrap;
  }
}
