.kadence-child-whatsapp-button {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
    transition: right 0.2s ease;
}

.kadence-child-whatsapp-button--shifted {
    right: 83px;
}

.kadence-child-whatsapp-button__link {
    width: 43.19px;
    height: 43.119px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(7, 94, 84, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kadence-child-whatsapp-button__link:focus,
.kadence-child-whatsapp-button__link:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(7, 94, 84, 0.4);
}

.kadence-child-whatsapp-button__icon {
    width: 28px;
    height: 28px;
    fill: currentColor;
    margin-top: -1px;
}
