/* src/web/static/css/main.css */
/* Custom styles to complement Tailwind */

/* Telegram Login Widget: remove any default iframe border and ensure it fills its container */
.telegram-login-widget iframe,
.telegram-login-widget > script {
    border: none !important;
    display: block;
    max-width: 100%;
}
