.wfw-floating-button {
    position: fixed;
    z-index: 99999;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 18px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wfw-floating-button:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.wfw-floating-button.bottom-right {
    right: 24px;
}

.wfw-floating-button.bottom-left {
    left: 24px;
}

@media (max-width: 480px) {
    .wfw-floating-button {
        bottom: 18px;
        right: 18px;
        left: auto;
        padding: 12px 15px;
        font-size: 14px;
    }
}

.wfw-whatsapp-icon {
    width: 20px;
    height: 20px;
    display: block;
}

.wfw-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}