#btf-telegram-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    cursor: grab;
    user-select: none;
}

#btf-telegram-float:active {
    cursor: grabbing;
}

#btf-telegram-float .btf-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    gap: 6px;
}

#btf-telegram-float .btf-icon {
    display: block;
    height: auto;
}

#btf-telegram-float .btf-text {
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    max-width: 140px;
    word-break: break-word;
}

#btf-telegram-float .btf-mobile {
    display: none;
}

@media (max-width: 768px) {
    #btf-telegram-float {
        right: 16px;
        bottom: 16px;
    }


    #btf-telegram-float .btf-text {
        font-size: 11px;
        max-width: 120px;
    }

    #btf-telegram-float .btf-desktop {
        display: none;
    }

    #btf-telegram-float .btf-mobile {
        display: block;
    }
}
