.auth-text-action {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #a95018;
  padding: 0 4px;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
}

.auth-text-action:hover,
.auth-text-action:focus-visible {
  color: #8f3f12;
  text-decoration: underline;
}

.auth-text-action:focus-visible {
  outline: none;
}

.auth-text-action:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
