#fwb-root {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 2147483647 !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
}

#fwb-root.fwb-left {
    left: 20px !important;
    right: auto !important;
}

.fwb-btn {
    position: relative;
    display: inline-block;
}

.fwb-btn img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
    background: #fff !important;
    display: block !important;
    max-width: none !important;
    max-height: none !important;
}

.fwb-hover-text {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #25D366;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
}

#fwb-root.fwb-right .fwb-hover-text {
    right: 70px;
}
#fwb-root.fwb-left .fwb-hover-text {
    left: 70px;
}

.fwb-btn:hover .fwb-hover-text {
    display: inline-block;
}
