.dime-whatsappbutton-bubble {
    position: fixed;
    left: 22px;
    bottom: 22px;
    z-index: 99999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
    text-decoration: none;
    transform: translateZ(0);
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.dime-whatsappbutton-bubble:hover,
.dime-whatsappbutton-bubble:focus {
    background: #1ebe5d;
    color: #fff;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
    outline: none;
    transform: translateY(-2px);
}

.dime-whatsappbutton-bubble:focus-visible {
    outline: 3px solid rgba(37, 211, 102, 0.35);
    outline-offset: 4px;
}

.dime-whatsappbutton-icon {
    width: 34px;
    height: 34px;
    fill: currentColor;
}

@media (max-width: 600px) {
    .dime-whatsappbutton-bubble {
        left: 16px;
        bottom: 16px;
        width: 56px;
        height: 56px;
    }

    .dime-whatsappbutton-icon {
        width: 31px;
        height: 31px;
    }
}
