.vnv_interest_button__button {
    --height: 40px;
    --radius: calc(var(--height) / 2);

    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;

    display: inline-flex;

    height: var(--height);
    padding: 10px 30px;

    cursor: pointer;
    text-decoration: none;
    align-items: center;
    justify-content: center;

    color: white;
    border-radius: var(--radius);
    background: linear-gradient(0deg, var(--nectar-accent-color) 0%, white 100%);
}

.vnv_interest_button__button:hover {
    color: #fff;
}
