.bstt-plfs-floating{
    position:fixed;
    right:22px;
    bottom:22px;
    z-index:99999;
    font-family:Arial, Helvetica, sans-serif;
}

.bstt-plfs-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:12px 18px;
    background:#111;
    color:#fff !important;
    border:1px solid #111;
    border-radius:999px;
    text-decoration:none !important;
    font-size:14px;
    font-weight:700;
    letter-spacing:.2px;
    line-height:1;
    box-shadow:0 8px 22px rgba(0,0,0,.22);
    transition:all .25s ease;
}

.bstt-plfs-link:hover,
.bstt-plfs-link:focus{
    background:#d71920;
    border-color:#d71920;
    color:#fff !important;
    transform:translateY(-2px);
}

.bstt-plfs-flag{
    font-size:17px;
    line-height:1;
}

.bstt-plfs-text{
    white-space:nowrap;
}

@media(max-width:768px){
    .bstt-plfs-floating{
        left:10px;
        right:10px;
        bottom:10px;
        width:auto;
        z-index:999999999 !important;
    }

    .bstt-plfs-link{
        justify-content:center;
        padding:12px;
        font-size:13px;
        box-sizing:border-box;
    }
}
