.ziga-c2p-whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #25D366;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    border: none;
    box-sizing: border-box;
    margin-top: 0.75rem;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
    line-height: 1;
}

.ziga-c2p-whatsapp-btn:hover {
    background-color: #1ebe5d;
    color: white;
}

.ziga-c2p-whatsapp-btn:disabled {
    opacity: 0.7;
    cursor: default;
}

.ziga-c2p-whatsapp-btn svg {
    flex-shrink: 0;
}
