/* Compact mobile treatment: keep the paired Telegram actions readable in one
   row without inheriting the deliberately larger desktop typography. */
@media (max-width: 640px) {
  .nethra-login-telegram .nethra-telegram-actions {
    width: 100%;
    margin-left: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

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

  .nethra-login-telegram .nethra-telegram-widget::before {
    box-sizing: border-box;
    padding-left: 18px;
    font-size: 12px !important;
    white-space: nowrap;
  }

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

  .nethra-login-telegram .nethra-telegram-bot-button {
    gap: 6px !important;
    padding: 7px 8px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    white-space: nowrap;
  }

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