.whatsapp-widget {
    position: fixed;
    right: 40px;
    bottom: 30px;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
}

body:has(#ctaModal) .whatsapp-widget {
    bottom: 90px;
}

.whatsapp-widget svg {
    width: 24px;
    height: 24px;
}

@media (max-width: 991px) {
    .whatsapp-widget {
        right: 10px;
    }
}
