.tp-telegram-auth {
  margin: 12px 0 0 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}

.tp-telegram-auth__actions {
  display: flex;
  width: 325px;
}

.tp-telegram-auth__actions--full {
  width: 100%;
}

.tp-telegram-auth__button {
  width: 100%;
}

.tp-telegram-auth__status {
  margin: 8px 0 0 0;
  color: #1f2937;
  min-height: 20px;
  font-size: 13px;
}

.tp-telegram-auth__status--error {
  color: #b91c1c;
}

.tp-telegram-auth__status--success {
  color: #047857;
}

.tp-telegram-auth__debug {
  margin: 8px 0 0 0;
}

.tp-telegram-auth__debug-title {
  margin: 0 0 4px 0;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
}

.tp-telegram-auth__debug-trace {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #dbe4f0;
  border-radius: 8px;
  background: #f8fafc;
  color: #0f172a;
  font-size: 12px;
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: break-word;
}
