.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #04AA6D; /* Warna bisa disesuaikan */
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    transition: background-color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.whatsapp-btn:hover {
    background-color: #CC3366;
    color: #fff;
}

.whatsapp-icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}