#wmc-whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
#wmc-whatsapp-icon {
    background: #2ad07a;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#wmc-whatsapp-list {
    background: #fff;
    position: absolute;
    bottom: 80px;
    right: 0;
    border-radius: 10px;
    width: 300px;
    display: none;
}
#wmc-whatsapp-list .wmc-links {
    padding: 20px 20px 10px;
    border: 1px solid #ccc;
}
#wmc-whatsapp-list .wmc-links:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    bottom: -12px;
    right: 20px;
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;
}
#wmc-whatsapp-list a {
    display: flex;
    align-items: center;
    gap: .625rem;
    padding: 10px;
    font-size: 1rem;
    color: #1f1f1f;
    font-weight: bold;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: all .4s;
}
#wmc-whatsapp-list a svg {
    width: 30px;
    fill: #feb258;
    transition: all .4s;
}

#wmc-whatsapp-list a:hover svg {
    fill: #fff;
}

#wmc-whatsapp-list a:hover {
    background-color: #2ad07a;
    color: #fff;
}

#wmc-whatsapp-icon svg {
    width: 35px;
    fill: #fff;
}

.wmc-setores {
    padding: 20px;
    background-color: #feb258;
    border-radius: 10px 10px 0 0;
}

.wmc-setores p {
    margin-bottom: 0;
    color: #fff;
    font-size: 1rem;
}