
.wgj-wrapper {
    margin: 20px 0;
    text-align: center;
}
.wgj-button {
    display: inline-flex;
    align-items: center;
    background-color: #25D366;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-family: 'Khand', sans-serif;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}
.wgj-button:hover {
    transform: scale(1.05);
}
.wgj-logo {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
