.ccb-call-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}

.ccb-call-button,
.ccb-whatsapp-button {
    background: #25d366;
}

.ccb-facebook-button {
    background: #2c77b8;
}

.ccb-instagram-button {
    background: linear-gradient(to top right, #F58529, #FEDA77, #D950D1, #D50032, #F02F43);
}
.ccb-instagram-button:hover {
    background: linear-gradient(to top right, #786453, #544f42, #5e405d, #262022, #231e1f);
}

.ccb-call-button:hover {
    background-color: #1a3734;
}

.ccb-call-button img {
    width: 40px;
    height: 40px;
}

.ccb-call-button.bold {
    font-weight: bold;
}

.ccb-call-button.italic {
    font-style: italic;
}

/* .ccb-call-button.custom { */
/* Add custom styles or allow admins to inject CSS */
/* } */