.wa-btn-d22af57e {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: #25D366;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    z-index: 9999;
}
.wa-btn-d22af57e:hover {
    opacity: 0.9;
    color: #fff;
}
.wa-btn-d22af57e.wa-floating {
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    border-radius: 50px;
}