.auth-passkey {
  margin-top: 13px;
}

.auth-passkey-divider {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 4px 0 12px;
  color: #858896;
  font-size: 11px;
}

.auth-passkey-divider::before,
.auth-passkey-divider::after {
  height: 1px;
  flex: 1;
  background: #e4dbe9;
  content: "";
}

.auth-passkey-button {
  border: 1px solid #5f2583;
  color: #5f2583;
  background: #fff;
}

.auth-passkey-help {
  margin: 8px 0 4px;
  color: #6b7280;
  font-size: 11px;
  line-height: 1.45;
}

.auth-passkey-enroll {
  color: #5f2583;
  font-weight: 800;
}

.auth-passkey-enroll.is-active {
  color: #17835e;
  background: #eaf8f1;
}

.auth-recovery-cancel {
  display: block;
  margin-top: 14px;
  text-align: center;
  text-decoration: none;
}

.sola-auth-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  max-width: min(380px, calc(100vw - 36px));
  padding: 12px 16px;
  border-radius: 12px;
  color: #fff;
  background: #a13a3a;
  box-shadow: 0 12px 36px rgb(24 14 31 / 24%);
  font: 600 13px/1.45 system-ui, sans-serif;
}

.sola-auth-toast.ok {
  background: #15795a;
}
