/* Leave a small gutter around Telegram's native 186 px iframe.  Telegram's
   internal button draws right to the edge, so an exact-width grid cell can
   hide its final border by a pixel on Safari. */
.nethra-login-telegram .nethra-telegram-actions {
  grid-template-columns: minmax(190px, 1.15fr) minmax(0, .85fr);
}

.nethra-login-telegram .nethra-telegram-widget {
  justify-content: center;
  overflow: visible;
}

.nethra-login-telegram .nethra-telegram-widget iframe {
  width: 186px !important;
  height: 28px !important;
  max-width: none !important;
  transform: none !important;
}

@media (max-width: 390px) {
  .nethra-login-telegram .nethra-telegram-actions {
    grid-template-columns: 190px minmax(126px, 1fr);
  }
}
