.cu-custom-buttons {
    margin-top: 15px;
    display: flex;
    gap: 11px;
    font-size: 13px;
    justify-content: center;
}

.cu-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.cu-btn-whatsapp {
    background-color: #25d366;
}

.cu-btn-phone {
    background-color: #ff3366;
}
.cu-btn span {
    margin-right: 8px;
}
