/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

    This file contains rules for the
    ASSISTANT
    that implement the UU design system specifically for Sitevision

    Note that a lot of styling of the assistant is based on the Envision module, see
    03-module-envision.css.

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.sv-marketplace-sitevision-assistant .env-form-element button,
.sv-marketplace-sitevision-assistant .env-form-element button:hover,
.sv-marketplace-sitevision-assistant .env-form-element button:focus {
    background-color: #fff;
    border: 1px solid var(--color-form-control);
    border-radius: 0;
    color: var(--color-text);
    padding: 0.8rem 1.25rem 0.8rem 2.25rem;
}