.wdc-sticky-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 9999;
}

.wdc-sticky-container a {
    text-decoration: none;
    color: #fff;
    
    border-radius: 50px;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}

.wdc-whatsapp img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.wdc-download {
    background-color: #007bff;
    font-size: 14px;
}

.wdc-download:hover {
    background-color: #0056b3;
}
