

/* App-local Forms skin: keep overrides scoped to the plugin form/classes so CSP-safe CSS, not inline styles,
   carries the microsite-specific input and button treatment. */
:where(.forms-interest) :where(.va-forms-interest__input),
:where(.forms-interest) input[type="email"] {

    border-radius: 12px;

    min-width: 0;
    width: 100%;
    max-width: none;
}

:where(.forms-interest) {

    --va-forms-interest-inline-max: 34rem;
}

@media (max-width: 768px) {
    :where(.forms-interest) :where(.va-forms-interest__input),
    :where(.forms-interest) input[type="email"] {

        min-width: 0;
        width: 100%;
    }
}
