.lgw-waf-button {
    background: transparent;
    bottom: 24px;
    display: flex;
    height: 64px;
    position: fixed;
    right: 24px;
    width: 64px;
    z-index: 99999;
}

.lgw-waf-button:hover,
.lgw-waf-button:focus {
    transform: translateY(-2px);
}

.lgw-waf-image {
    display: block;
    height: 100%;
    width: 100%;
}

@media (max-width: 600px) {
    .lgw-waf-button {
        bottom: 18px;
        height: 58px;
        right: 18px;
        width: 58px;
    }
}
