.wf-badge {
    display:block;
    position: fixed;
    bottom: 40px;
    right: 40px;
    font: inherit;
    cursor: pointer;
    z-index: 2147483647;
}

@media (max-width: 480px) {
    .wf-badge {
        bottom:15px;
        right:15px;
        zoom:.8;
    }
}

.wf-badge.align-left {
    right: initial;
    left: 40px;
}
.wf-badge a {
    border: solid 2px;
    padding: 0.4em 1em;
    display:flex;
    align-items: center;
    justify-content: space-evenly;
    text-decoration:none;
}
.wf-badge a img{
    width:auto;
    height:1em;
    margin-right:0.8em;
}