/* source-owned generated style asset */
.form--twoCol, .form--oneCol { display: grid; grid-gap: 1rem; grid-template-columns: repeat(2, 1fr); container-type: inline-size; } .form--twoCol .ctaWrapper, .form--oneCol .ctaWrapper { grid-column: span 2; } @container (width < 500px) { .form .cf-field { grid-column: span 2; } }
