
/* WhatsApp Button Style */
.whatsapp-button a {
    background-color: #25D366;
    color: white !important;
    border-radius: 4px;
    padding: 4px 8px;
    text-decoration: none;
}
.whatsapp-button a:hover {
    background-color: #128C7E;
}
