/* ===================================================== */

/* CONNECT WALLET BUTTON FIX (FINAL + SAFE) */

/* ===================================================== */

/* target top-right wallet button safely */

header button,
nav button,
header a[class*="connect"],
nav a[class*="connect"] {
  color: #021C24 !important;
  /* dark readable text */
  font-weight: 600 !important;
  letter-spacing: 0.2px;
  position: relative;
  z-index: 2;
}

/* ensure inner text also respects color */

header button *,
nav button * {
  color: #021C24 !important;
}

/* fix possible overlay covering text */

header button::before,
header button::after,
nav button::before,
nav button::after {
  pointer-events: none;
  z-index: 1;
}