.gridform{gap:var(--us-gap,16px)!important;align-self:start;}
.usfield textarea{resize:vertical;min-height:146px!important;height:auto!important;field-sizing:content;}
@media only screen and (min-width:990px){
.block-grid.form.gridform.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--us-gap,16px);}
.block-grid.form.gridform.grid-2>.gridform.full{grid-column:1/-1;}
.block-grid.form.gridform.grid-2>.gridform.double{grid-column:auto;min-width:0;}
.block-grid.form.gridform.grid-2>.gridform.double{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--us-gap,16px);}
}