/* Telegram Auth Button Styles */
.tg-auth-btn,
a.tg-auth-btn,
a.js-tg-auth-link.tg-auth-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 47px;
    padding: 0 24px;
    background: #0088cc;
    color: #fff !important;
    border: none;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none !important;
    transition: background 0.2s;
    box-sizing: border-box;
    line-height: 1.4;
    text-align: center;
}
.tg-auth-btn:hover {
    background: #006daa;
    color: #fff !important;
}
.tg-auth-btn svg {
    margin-right: 8px;
    flex-shrink: 0;
}
.tg-auth-divider {
    display: flex;
    align-items: center;
    margin: 16px 0;
    color: #999;
    font-size: 13px;
}
.tg-auth-divider::before,
.tg-auth-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #ddd;
}
.tg-auth-divider span {
    padding: 0 12px;
}
.tg-auth-wrapper {
    margin-top: 12px;
}
/* Profile page TG badge */
.tg-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #e8f5e9;
    color: #2e7d32;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
}
.tg-badge--link {
    background: #e3f2fd;
    color: #0088cc;
}
.tg-bind-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #0088cc;
    color: #fff !important;
    border: none;
    border-radius: 0;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none !important;
    transition: background 0.2s;
}
.tg-bind-btn:hover {
    background: #006daa;
    color: #fff !important;
}
/* Checkout TG banner */
.tg-checkout-banner {
    padding: 16px 0;
    margin-bottom: 16px;
    text-align: center;
}
.tg-checkout-banner .tg-auth-btn {
    width: 280px !important;
    max-width: 100% !important;
    margin: 0 auto;
}
