/* Telegram's script writes an inline width of 187 px for the medium widget.
   Match the actual footprint exactly; forcing 186 px clips the anti-aliased
   rounded edge in Safari. */
.nethra-login-telegram .nethra-telegram-widget iframe {
  width: 187px !important;
  height: 28px !important;
}
