.formRow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--givewp-spacing-4);
}
