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

.wa-float-btn-268e280e:hover {
    transform: scale(1.05);
}

.wa-float-icon-268e280e {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wa-float-icon-268e280e svg {
    width: 100%;
    height: 100%;
}
