/*
 * Telegram connection buttons layout.
 * Scope: Profile → Settings → Telegram notifications.
 */

.telegram-panel .telegram-connect-actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  gap: 10px !important;
  width: 100% !important;
  min-width: 0 !important;
}

.telegram-panel .telegram-connect-actions > .btn {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  white-space: normal !important;
  text-align: center !important;
}
