.wp-block-toolbelt-layout-grid{display:grid;grid-template-columns:100%;grid-auto-flow:dense;row-gap:var(--toolbelt-spacing);margin:0 calc(var(--toolbelt-spacing) * -1) var(--toolbelt-spacing) calc(var(--toolbelt-spacing) * -1)}.wp-block-toolbelt-layout-grid.is-style-padded{padding:var(--toolbelt-spacing)}.wp-block-toolbelt-column{margin:0 var(--toolbelt-spacing);max-width:none;display:flex;flex-direction:column;align-items:stretch}.wp-block-toolbelt-column.is-style-border-top{border-top:var(--toolbelt-border-width) solid currentColor;padding-top:var(--toolbelt-spacing)}.wp-block-toolbelt-column.is-style-padded{padding:var(--toolbelt-spacing)}.wp-block-toolbelt-column>:first-child{margin-top:0}.wp-block-toolbelt-column>:last-child{margin-bottom:0}.wp-block-toolbelt-column:empty{display:none}.toolbelt-column-align-middle{justify-content:center}.toolbelt-column-align-bottom{justify-content:flex-end}.toolbelt-column-align-space-between{justify-content:space-between}.toolbelt-column-align-space-between>*{margin-top:0;margin-bottom:0}@media only screen and (min-width:600px){[class*=toolbelt-grid-layout]{grid-template-columns:1fr 1fr}.wp-block-toolbelt-column:empty{display:initial}}@media only screen and (min-width:600px) and (max-width:899px){[class*=toolbelt-grid-layout-3]>:nth-child(1),[class*=toolbelt-grid-layout-5]>:nth-child(1){grid-column:1/-1}}