.clp-floating-icons {
    position: fixed;
    right: 10px;
    top: 60%;
    transform: translateY(-50%);
    z-index: 1000;
}

.clp-floating-icons a {
    display: block;
    text-decoration: none;
    color: white;
    background-color: #25D366; /* WhatsApp color */
    padding: 0px 0px;
    margin: 0px 0px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: bold;
    width: 40px;
    text-align: center;
}

.clp-floating-icons a.clp-telegram-button {
    background-color: #0088cc; /* Telegram color */
}
