/* The four account fields fill the first row; membership is a separate full-width plan row. */
.form-card .grid{grid-template-columns:1.55fr 1.3fr 1fr 1fr}.form-card .membership-picker{grid-column:1/-1;margin-top:8px}.form-card .actions{margin-top:20px}@media(max-width:1050px){.form-card .grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-card .wide{grid-column:span 1}}@media(max-width:650px){.form-card .grid{grid-template-columns:1fr}}
