[hidden] {
  display: none !important;
}

.auth-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--muted);
  font-size: .86rem;
}

.text-button {
  border: 0;
  padding: 5px 2px;
  background: transparent;
  color: var(--rose-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.text-button:hover {
  color: var(--ink);
}
