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

.wdc-icon img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: none;
    box-shadow: none;
}
