/* Make the two Telegram choices true peers: equal columns, equal footprint.
   The signed Telegram iframe stays invisible underneath the page-owned face. */
.nethra-login-telegram .nethra-telegram-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.nethra-login-telegram .nethra-telegram-widget,
.nethra-login-telegram .nethra-telegram-bot-button {
  width: 100%;
  min-width: 0;
  height: 40px;
  min-height: 40px !important;
}

.nethra-login-telegram .nethra-telegram-widget {
  flex: 0 1 auto;
}

/* Increase the labels only after the geometry is aligned. */
.nethra-login-telegram .nethra-telegram-widget::before,
.nethra-login-telegram .nethra-telegram-bot-button {
  font-size: 14px !important;
}

.nethra-login-telegram .nethra-telegram-widget::after {
  width: 16px;
  height: 16px;
  top: 12px;
}

.nethra-login-telegram .nethra-telegram-bot-button {
  gap: 7px !important;
  padding: 7px 10px !important;
}

.nethra-login-telegram .nethra-telegram-bot-button svg {
  width: 16px !important;
  height: 16px !important;
}
