/* Wallet button base (from @solana/wallet-adapter-react-ui) + coming soon tweaks */
.wallet-adapter-button {
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding: 10px 20px;
}

.wallet-adapter-button-trigger:disabled {
  cursor: not-allowed;
  opacity: 0.92;
}

.intro-box {
  position: relative;
}
