/*
 * Microsite-level InterestForm overrides.
 * Keep this file focused on contextual visual customizations only.
 * Canonical layout/field sizing remains in /plugins/interest-form/interest-form.css.
 */

/*
 * The site-level style.css has global `input { max-width: 420px }` and
 * `button { margin-top: 12px }` element rules that break the canonical flex row.
 * Scoped selectors at higher specificity restore the correct flex behaviour.
 */
form[data-va-interest-form="true"] .va-interest-form__input {
    max-width: 100%;
}

form[data-va-interest-form="true"] .va-interest-form__button {
    margin-top: 0;
}
/* Last-Modified: 2026-03-08T04:30:56.0000000Z */