.wfgb-btn {
    position: fixed !important;
    bottom: 75px !important;
    right: 20px !important;
    background: #25D366;
    display: flex;
    align-items: center;
    gap: 8px;
    color: black;
    padding: 8px 12px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    line-height: 2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}
@media only screen and (max-width: 767px) {
    .wfgb-btn {
        bottom: 45px !important;
    }
}
.wfgb-icon {
    width: 24px;
    height: 24px;
}

.wfgb-text {
    font-weight: bold;
    color: black;
}

.wfgb-btn:hover {
    text-decoration: none !important;
}