/* Auth - minimal forms */

.password-hint {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-top: 4px;
}

.divider {
  margin: 28px 0;
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.back-link {
  margin-top: 24px;
  text-align: center;
  font-size: 0.9rem;
}

.actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.actions .btn {
  width: 100%;
  justify-content: center;
}
