button.btn {
  touch-action: manipulation;
}

.auth-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* or flex-start/center depending on placement */
  margin: 10px 0;
  font-family: Arial, sans-serif;
}

.auth-greeting {
  font-weight: bold;
  margin-bottom: 6px;
}

.auth-actions {
  display: flex;
  gap: 10px;
}
