.whatsapp-btn-9b8625a5 {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.whatsapp-btn-9b8625a5:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.whatsapp-btn-9b8625a5:focus-visible {
    outline: 3px solid #128C7E;
    outline-offset: 3px;
}

.whatsapp-btn-icon-9b8625a5 {
    width: 32px;
    height: 32px;
}

@media (max-width: 767px) {
    .whatsapp-btn-9b8625a5 {
        bottom: 16px;
        right: 16px;
        width: 52px;
        height: 52px;
    }

    .whatsapp-btn-icon-9b8625a5 {
        width: 28px;
        height: 28px;
    }
}
