.wpci-icons {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wpci-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: box-shadow 0.2s, transform 0.2s;
    text-decoration: none;
}
.wpci-icon:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.25);
    transform: scale(1.08);
}
.wpci-telegram {
    background: #229ED9 url('https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/telegram.svg') no-repeat center/60%;
}
.wpci-whatsapp {
    background: #25D366 url('https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/whatsapp.svg') no-repeat center/60%;
}
