.layout-row{--left-min-width: 76px;--left-max-width: 448px;--center-max-width: 768px;--right-min-width-md: 320px;--padding-left: 12px;--padding-right: 12px;--gap: 12px;--margin-bottom: 12px;--children-display: flex;--children-flex-direction: column;--children-gap: 12px;--children-justify-content: flex-start;--children-align-items: flex-start;display:grid;grid-template-rows:auto;width:100%;max-width:calc(var(--left-min-width) + var(--center-max-width) + var(--gap));margin:0 auto var(--margin-bottom);padding-left:var(--padding-left);padding-right:var(--padding-right);grid-column-gap:var(--gap);grid-row-gap:var(--gap)}.layout-row.one-col{grid-template-columns:100%;grid-template-areas:"center"}.layout-row.two-col,.layout-row.three-col{grid-template-columns:var(--left-min-width) 1fr;grid-template-areas:"left center"}.layout-row.three-col.with-right-children{grid-template-areas:"left center" "left right"}.layout-row .left-children,.layout-row .children,.layout-row .right-children{display:var(--children-display);flex-direction:var(--children-flex-direction);gap:var(--children-gap);justify-content:var(--children-justify-content);align-items:var(--children-align-items)}:is(.layout-row .left-children,.layout-row .children,.layout-row .right-children)>div[data-puck-dropzone]{display:var(--children-display);flex-direction:var(--children-flex-direction);gap:var(--children-gap);justify-content:var(--children-justify-content)}.layout-row .left-children{grid-area:left}.layout-row .children{grid-area:center}.layout-row .right-children{grid-area:right}@media (min-width: 920px){.layout-row{--gap: 48px;--padding-left: 24px;--padding-right: 24px;--children-gap: 24px;--margin-bottom: 24px}}@media (min-width: 1251px){.layout-row{max-width:calc(var(--left-max-width) + var(--center-max-width) + var(--right-min-width-md))}.layout-row.two-col{grid-template-columns:minmax(var(--left-min-width),var(--left-max-width)) calc(var(--center-max-width) + var(--right-min-width-md) + var(--gap));grid-template-areas:"left center"}.layout-row.three-col{grid-template-columns:minmax(var(--left-min-width),var(--left-max-width)) var(--center-max-width) var(--right-min-width-md);grid-template-areas:"left center ."}.layout-row.three-col.with-right-children{grid-template-areas:"left center right"}}
