

button.submit.request-custom-button:hover {
    background-color: rgb(var(--color-button),0.75);
}

button.submit.request-custom-button {
    text-decoration: none;
    color: rgb(var(--color-button-text));
    background-color: rgb(var(--color-button));
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}