.wallet-connect-input-container {
  display: none;
}

.wallet-connect-input-container.active {
  display: block;
}

/* Ensure Bootstrap rows behave correctly */
.modal-body .row {
  display: block !important;  /* Force stacking */
  width: 100% !important;  /* Ensure full width */
  margin: 0 !important;  /* Remove unwanted margins */
}

