.maki-whatsapp-button {
    display: inline-block;
    background-color: #25D366;
    color: #fff;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.maki-whatsapp-button:hover {
    background-color: #1ebe5d;
}