/* Base CSS for WhatsApp Button f5682374 */
.wa-btn-f5682374 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: transform 0.3s ease, filter 0.3s ease;
    text-decoration: none;
}

.wa-btn-f5682374:hover {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.wa-btn-f5682374 .wa-icon {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.wa-btn-f5682374 .wa-icon svg {
    fill: #FFFFFF;
    width: 32px;
    height: 32px;
}