.zvx-product-buttons .elementor-button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 10px 20px;
    text-decoration: none;
}

/* fallback only if Elementor style not present */
body:not(.elementor-default) .zvx-product-buttons .elementor-button{
    background:#2271b1;
    color:#fff;
}