.social-auth-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.social-signin-btn {
  width: 265px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.telegram-btn-icon {
  font-size: 1.35rem;
  color: #1d9bf0;
}

.telegram-signup-slot {
  width: 265px;
  position: relative;
}

.telegram-widget-overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.telegram-widget-overlay.telegram-widget-ready {
  pointer-events: auto;
}
