/* Add this CSS to your plugin's stylesheet or enqueue a separate CSS file */
.whatsapp-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #25d366; /* WhatsApp green color */
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.whatsapp-button:hover {
    background-color: #128c7e; /* Darker green on hover */
}
