/* Prevent the original links from navigating during the brief hydration window. */
a[data-testid="stake_button"],
[data-testid="header"] a[class*="header-content_colorButton"] {
  pointer-events: none !important;
}

button.connectAndClaim[data-wallet-button-replaced] {
  cursor: pointer;
  white-space: nowrap;
  appearance: none;
  -webkit-appearance: none;
}

@media (max-width: 640px) {
  button.connectAndClaim[data-wallet-button-replaced="top"] {
    font-size: 13px;
  }
}
