


/* App-local Forms trim scoped to the shared plugin's data attribute and classes. */
form[data-va-forms-form="true"] .va-forms-interest__input {
    min-height: var(--layout-control-min-height, 2.75rem);
}

form[data-va-forms-form="true"] .va-forms-interest__button {
    min-height: var(--layout-control-min-height, 2.75rem);
}
