.wa-floating-btn-93424f28 {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.wa-floating-btn-93424f28:hover {
    transform: scale(1.05);
}

.wa-floating-btn-93424f28 svg {
    fill: currentColor;
    transition: fill 0.3s ease;
}
