#mcw-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
}

#mcw-toggle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background: #25D366;
    color: white;
    font-size: 24px;
}

#mcw-menu {
    display: none;
    margin-bottom: 10px;
}

#mcw-menu a {
    display: block;
    background: white;
    padding: 10px;
    margin-bottom: 5px;
    text-decoration: none;
}