/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
:root {
  --drm-simplegrid-cell-narrow: 100px;
  --drm-simplegrid-cell-medium: 200px;
  --drm-simplegrid-cell-wide: 300px;
  --drm-simplegrid-min-height-small: 25vh;
  --drm-simplegrid-min-height-medium: 50vh;
  --drm-simplegrid-min-height-large: 75vh;
  --drm-simplegrid-gap-none: 0;
  --drm-simplegrid-gap-tiny: 10px;
  --drm-simplegrid-gap-small: 20px;
  --drm-simplegrid-gap-medium: 30px;
  --drm-simplegrid-gap-large: 40px;
  --drm-simplegrid-gap-huge: 50px;
  --drm-simplegrid-padding-none: 0;
  --drm-simplegrid-padding-tiny: 10px;
  --drm-simplegrid-padding-small: 20px;
  --drm-simplegrid-padding-medium: 30px;
  --drm-simplegrid-padding-large: 40px;
  --drm-simplegrid-padding-huge: 50px;
}

.drmgrid {
  display: grid;
  position: relative;
  width: 100%;
}
.drmgrid-minheight--small {
  min-height: var(--drm-simplegrid-min-height-small);
}
.drmgrid-minheight--medium {
  min-height: var(--drm-simplegrid-min-height-medium);
}
.drmgrid-minheight--large {
  min-height: var(--drm-simplegrid-min-height-large);
}
.drmgrid-minheight--100 {
  min-height: 100%;
}
.drmgrid-minheight--100vh {
  min-height: 100vh;
}
.drmgrid-justifyitems--start {
  justify-items: start;
}
.drmgrid-justifyitems--center {
  justify-items: center;
}
.drmgrid-justifyitems--end {
  justify-items: end;
}
.drmgrid-justifyitems--stretch {
  justify-items: stretch;
}
.drmgrid-alignitems--start {
  align-items: start;
}
.drmgrid-alignitems--center {
  align-items: center;
}
.drmgrid-alignitems--end {
  align-items: end;
}
.drmgrid-alignitems--stretch {
  align-items: stretch;
}
.drmgrid-justifycontent--start {
  justify-content: start;
}
.drmgrid-justifycontent--center {
  justify-content: center;
}
.drmgrid-justifycontent--end {
  justify-content: end;
}
.drmgrid-justifycontent--stretch {
  justify-content: stretch;
}
.drmgrid-justifycontent--space-around {
  justify-content: space-around;
}
.drmgrid-justifycontent--space-between {
  justify-content: space-between;
}
.drmgrid-justifycontent--space-evenly {
  justify-content: space-evenly;
}
.drmgrid-aligncontent--start {
  align-content: start;
}
.drmgrid-aligncontent--center {
  align-content: center;
}
.drmgrid-aligncontent--end {
  align-content: end;
}
.drmgrid-aligncontent--stretch {
  align-content: stretch;
}
.drmgrid-aligncontent--space-around {
  align-content: space-around;
}
.drmgrid-aligncontent--space-between {
  align-content: space-between;
}
.drmgrid-aligncontent--space-evenly {
  align-content: space-evenly;
}
.drmgrid-images--cover > .wp-block-image, .drmgrid-images--cover > .wp-block-image > img, .drmgrid-images--contain > .wp-block-image, .drmgrid-images--contain > .wp-block-image > img {
  width: 100%;
  height: 100%;
}
.drmgrid-images--cover > .wp-block-image > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.drmgrid-images--contain > .wp-block-image > img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1px) {
  :where(.drmgrid--left).drmgrid-cols--small, :where(.drmgrid--left).drmgrid-cols--medium, :where(.drmgrid--left).drmgrid-cols--large, .drmgrid--left.drmgrid-cols--12, .drmgrid--center.drmgrid-cols--12, .drmgrid--left.drmgrid-cols--11, .drmgrid--center.drmgrid-cols--11, .drmgrid--left.drmgrid-cols--10, .drmgrid--center.drmgrid-cols--10, .drmgrid--left.drmgrid-cols--9, .drmgrid--center.drmgrid-cols--9, .drmgrid--left.drmgrid-cols--8, .drmgrid--center.drmgrid-cols--8, .drmgrid--left.drmgrid-cols--7, .drmgrid--center.drmgrid-cols--7, .drmgrid--left.drmgrid-cols--6, .drmgrid--center.drmgrid-cols--6, .drmgrid--left.drmgrid-cols--5, .drmgrid--center.drmgrid-cols--5, .drmgrid--left.drmgrid-cols--4, .drmgrid--center.drmgrid-cols--4, .drmgrid--left.drmgrid-cols--3, .drmgrid--center.drmgrid-cols--3, .drmgrid--left.drmgrid-cols--2, .drmgrid--center.drmgrid-cols--2, .drmgrid--left.drmgrid-cols--1, .drmgrid--center.drmgrid-cols--1 {
    display: grid;
  }
  .drmgrid--center.drmgrid-cols--large-plus, .drmgrid--center.drmgrid-cols--large, .drmgrid--center.drmgrid-cols--medium-plus, .drmgrid--center.drmgrid-cols--medium, .drmgrid--center.drmgrid-cols--small-plus, .drmgrid--center.drmgrid-cols--small {
    display: flex;
    flex-wrap: wrap;
  }
  .drmgrid.drmgrid--center[class*=drmgrid-cols--][class*=drmgrid-cols--xl-] > *, .drmgrid.drmgrid--center[class*=drmgrid-cols--][class*=drmgrid-cols--lg-] > *, .drmgrid.drmgrid--center[class*=drmgrid-cols--][class*=drmgrid-cols--md-] > *, .drmgrid.drmgrid--center[class*=drmgrid-cols--][class*=drmgrid-cols--sm-] > *, .drmgrid.drmgrid--center[class*=drmgrid-cols--][class*=drmgrid-cols--] > * {
    grid-column-start: auto;
  }
  :where(.drmgrid--left).drmgrid-cols--small > *, :where(.drmgrid--left).drmgrid-cols--small-plus > *, :where(.drmgrid--left).drmgrid-cols--medium > *, :where(.drmgrid--left).drmgrid-cols--medium-plus > *, :where(.drmgrid--left).drmgrid-cols--large > *, :where(.drmgrid--left).drmgrid-cols--large-plus > * {
    grid-column-end: span 1;
  }
  .drmgrid-cols--12 > *, .drmgrid-cols--11 > *, .drmgrid-cols--10 > *, .drmgrid-cols--9 > *, .drmgrid-cols--8 > *, .drmgrid-cols--7 > *, .drmgrid-cols--6 > *, .drmgrid-cols--5 > *, .drmgrid-cols--4 > *, .drmgrid-cols--3 > *, .drmgrid-cols--2 > *, .drmgrid-cols--1 > * {
    grid-column-end: span 2;
  }
  .drmgrid-cols--1 {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--1 > :nth-child(1n+1):nth-last-child(1) {
    grid-column-start: 1;
  }
  .drmgrid-cols--2 {
    grid-template-columns: repeat(4, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--2 > :nth-child(2n+1):nth-last-child(1) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--2 > :nth-child(2n+1):nth-last-child(2) {
    grid-column-start: 1;
  }
  .drmgrid-cols--3 {
    grid-template-columns: repeat(6, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--3 > :nth-child(3n+1):nth-last-child(1) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--3 > :nth-child(3n+1):nth-last-child(2) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--3 > :nth-child(3n+1):nth-last-child(3) {
    grid-column-start: 1;
  }
  .drmgrid-cols--4 {
    grid-template-columns: repeat(8, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--4 > :nth-child(4n+1):nth-last-child(1) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--4 > :nth-child(4n+1):nth-last-child(2) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--4 > :nth-child(4n+1):nth-last-child(3) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--4 > :nth-child(4n+1):nth-last-child(4) {
    grid-column-start: 1;
  }
  .drmgrid-cols--5 {
    grid-template-columns: repeat(10, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--5 > :nth-child(5n+1):nth-last-child(1) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--5 > :nth-child(5n+1):nth-last-child(2) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--5 > :nth-child(5n+1):nth-last-child(3) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--5 > :nth-child(5n+1):nth-last-child(4) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--5 > :nth-child(5n+1):nth-last-child(5) {
    grid-column-start: 1;
  }
  .drmgrid-cols--6 {
    grid-template-columns: repeat(12, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--6 > :nth-child(6n+1):nth-last-child(1) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--6 > :nth-child(6n+1):nth-last-child(2) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--6 > :nth-child(6n+1):nth-last-child(3) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--6 > :nth-child(6n+1):nth-last-child(4) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--6 > :nth-child(6n+1):nth-last-child(5) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--6 > :nth-child(6n+1):nth-last-child(6) {
    grid-column-start: 1;
  }
  .drmgrid-cols--7 {
    grid-template-columns: repeat(14, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--7 > :nth-child(7n+1):nth-last-child(1) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--7 > :nth-child(7n+1):nth-last-child(2) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--7 > :nth-child(7n+1):nth-last-child(3) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--7 > :nth-child(7n+1):nth-last-child(4) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--7 > :nth-child(7n+1):nth-last-child(5) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--7 > :nth-child(7n+1):nth-last-child(6) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--7 > :nth-child(7n+1):nth-last-child(7) {
    grid-column-start: 1;
  }
  .drmgrid-cols--8 {
    grid-template-columns: repeat(16, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--8 > :nth-child(8n+1):nth-last-child(1) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--8 > :nth-child(8n+1):nth-last-child(2) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--8 > :nth-child(8n+1):nth-last-child(3) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--8 > :nth-child(8n+1):nth-last-child(4) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--8 > :nth-child(8n+1):nth-last-child(5) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--8 > :nth-child(8n+1):nth-last-child(6) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--8 > :nth-child(8n+1):nth-last-child(7) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--8 > :nth-child(8n+1):nth-last-child(8) {
    grid-column-start: 1;
  }
  .drmgrid-cols--9 {
    grid-template-columns: repeat(18, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--9 > :nth-child(9n+1):nth-last-child(1) {
    grid-column-start: 9;
  }
  .drmgrid--center.drmgrid-cols--9 > :nth-child(9n+1):nth-last-child(2) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--9 > :nth-child(9n+1):nth-last-child(3) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--9 > :nth-child(9n+1):nth-last-child(4) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--9 > :nth-child(9n+1):nth-last-child(5) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--9 > :nth-child(9n+1):nth-last-child(6) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--9 > :nth-child(9n+1):nth-last-child(7) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--9 > :nth-child(9n+1):nth-last-child(8) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--9 > :nth-child(9n+1):nth-last-child(9) {
    grid-column-start: 1;
  }
  .drmgrid-cols--10 {
    grid-template-columns: repeat(20, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--10 > :nth-child(10n+1):nth-last-child(1) {
    grid-column-start: 10;
  }
  .drmgrid--center.drmgrid-cols--10 > :nth-child(10n+1):nth-last-child(2) {
    grid-column-start: 9;
  }
  .drmgrid--center.drmgrid-cols--10 > :nth-child(10n+1):nth-last-child(3) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--10 > :nth-child(10n+1):nth-last-child(4) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--10 > :nth-child(10n+1):nth-last-child(5) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--10 > :nth-child(10n+1):nth-last-child(6) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--10 > :nth-child(10n+1):nth-last-child(7) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--10 > :nth-child(10n+1):nth-last-child(8) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--10 > :nth-child(10n+1):nth-last-child(9) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--10 > :nth-child(10n+1):nth-last-child(10) {
    grid-column-start: 1;
  }
  .drmgrid-cols--11 {
    grid-template-columns: repeat(22, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--11 > :nth-child(11n+1):nth-last-child(1) {
    grid-column-start: 11;
  }
  .drmgrid--center.drmgrid-cols--11 > :nth-child(11n+1):nth-last-child(2) {
    grid-column-start: 10;
  }
  .drmgrid--center.drmgrid-cols--11 > :nth-child(11n+1):nth-last-child(3) {
    grid-column-start: 9;
  }
  .drmgrid--center.drmgrid-cols--11 > :nth-child(11n+1):nth-last-child(4) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--11 > :nth-child(11n+1):nth-last-child(5) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--11 > :nth-child(11n+1):nth-last-child(6) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--11 > :nth-child(11n+1):nth-last-child(7) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--11 > :nth-child(11n+1):nth-last-child(8) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--11 > :nth-child(11n+1):nth-last-child(9) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--11 > :nth-child(11n+1):nth-last-child(10) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--11 > :nth-child(11n+1):nth-last-child(11) {
    grid-column-start: 1;
  }
  .drmgrid-cols--12 {
    grid-template-columns: repeat(24, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--12 > :nth-child(12n+1):nth-last-child(1) {
    grid-column-start: 12;
  }
  .drmgrid--center.drmgrid-cols--12 > :nth-child(12n+1):nth-last-child(2) {
    grid-column-start: 11;
  }
  .drmgrid--center.drmgrid-cols--12 > :nth-child(12n+1):nth-last-child(3) {
    grid-column-start: 10;
  }
  .drmgrid--center.drmgrid-cols--12 > :nth-child(12n+1):nth-last-child(4) {
    grid-column-start: 9;
  }
  .drmgrid--center.drmgrid-cols--12 > :nth-child(12n+1):nth-last-child(5) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--12 > :nth-child(12n+1):nth-last-child(6) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--12 > :nth-child(12n+1):nth-last-child(7) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--12 > :nth-child(12n+1):nth-last-child(8) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--12 > :nth-child(12n+1):nth-last-child(9) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--12 > :nth-child(12n+1):nth-last-child(10) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--12 > :nth-child(12n+1):nth-last-child(11) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--12 > :nth-child(12n+1):nth-last-child(12) {
    grid-column-start: 1;
  }
  .drmgrid-cols--small {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-narrow));
  }
  .drmgrid-cols--medium {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-medium));
  }
  .drmgrid-cols--large {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-wide));
  }
  .drmgrid-cols--small-plus {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-narrow), 1fr));
  }
  .drmgrid-cols--medium-plus {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-medium), 1fr));
  }
  .drmgrid-cols--large-plus {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-wide), 1fr));
  }
  .drmgrid--center.drmgrid-cols--small > * {
    flex: 0 0 var(--drm-simplegrid-cell-narrow);
  }
  .drmgrid--center.drmgrid-cols--small-plus > * {
    flex: 1 0 var(--drm-simplegrid-cell-narrow);
  }
  .drmgrid--center.drmgrid-cols--medium > * {
    flex: 0 0 var(--drm-simplegrid-cell-medium);
  }
  .drmgrid--center.drmgrid-cols--medium-plus > * {
    flex: 1 0 var(--drm-simplegrid-cell-medium);
  }
  .drmgrid--center.drmgrid-cols--large > * {
    flex: 0 0 var(--drm-simplegrid-cell-wide);
  }
  .drmgrid--center.drmgrid-cols--large-plus > * {
    flex: 1 0 var(--drm-simplegrid-cell-wide);
  }
  .drmgrid-rows--auto {
    grid-auto-rows: auto;
  }
  .drmgrid-rows--small {
    grid-auto-rows: var(--drm-simplegrid-cell-narrow);
  }
  .drmgrid-rows--medium {
    grid-auto-rows: var(--drm-simplegrid-cell-medium);
  }
  .drmgrid-rows--large {
    grid-auto-rows: var(--drm-simplegrid-cell-wide);
  }
  .drmgrid-rows--small-plus {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-narrow), auto);
  }
  .drmgrid-rows--medium-plus {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-medium), auto);
  }
  .drmgrid-rows--large-plus {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-wide), auto);
  }
  .drmgrid-gap--none {
    gap: var(--drm-simplegrid-gap-none);
  }
  .drmgrid-gap--tiny {
    gap: var(--drm-simplegrid-gap-tiny);
  }
  .drmgrid-gap--small {
    gap: var(--drm-simplegrid-gap-small);
  }
  .drmgrid-gap--medium {
    gap: var(--drm-simplegrid-gap-medium);
  }
  .drmgrid-gap--large {
    gap: var(--drm-simplegrid-gap-large);
  }
  .drmgrid-gap--huge {
    gap: var(--drm-simplegrid-gap-huge);
  }
  .drmgrid-padding--none {
    padding: var(--drm-simplegrid-padding-none);
  }
  .drmgrid-padding--tiny {
    padding: var(--drm-simplegrid-padding-tiny);
  }
  .drmgrid-padding--small {
    padding: var(--drm-simplegrid-padding-small);
  }
  .drmgrid-padding--medium {
    padding: var(--drm-simplegrid-padding-medium);
  }
  .drmgrid-padding--large {
    padding: var(--drm-simplegrid-padding-large);
  }
  .drmgrid-padding--huge {
    padding: var(--drm-simplegrid-padding-huge);
  }
  .drmgrid-textalign--inherit {
    text-align: inherit;
  }
  .drmgrid-textalign--left {
    text-align: left;
  }
  .drmgrid-textalign--center {
    text-align: center;
  }
  .drmgrid-textalign--right {
    text-align: right;
  }
}
@media (min-width: 576px) {
  :where(.drmgrid--left).drmgrid-cols--sm-small, :where(.drmgrid--left).drmgrid-cols--sm-medium, :where(.drmgrid--left).drmgrid-cols--sm-large, .drmgrid--left.drmgrid-cols--sm-12, .drmgrid--center.drmgrid-cols--sm-12, .drmgrid--left.drmgrid-cols--sm-11, .drmgrid--center.drmgrid-cols--sm-11, .drmgrid--left.drmgrid-cols--sm-10, .drmgrid--center.drmgrid-cols--sm-10, .drmgrid--left.drmgrid-cols--sm-9, .drmgrid--center.drmgrid-cols--sm-9, .drmgrid--left.drmgrid-cols--sm-8, .drmgrid--center.drmgrid-cols--sm-8, .drmgrid--left.drmgrid-cols--sm-7, .drmgrid--center.drmgrid-cols--sm-7, .drmgrid--left.drmgrid-cols--sm-6, .drmgrid--center.drmgrid-cols--sm-6, .drmgrid--left.drmgrid-cols--sm-5, .drmgrid--center.drmgrid-cols--sm-5, .drmgrid--left.drmgrid-cols--sm-4, .drmgrid--center.drmgrid-cols--sm-4, .drmgrid--left.drmgrid-cols--sm-3, .drmgrid--center.drmgrid-cols--sm-3, .drmgrid--left.drmgrid-cols--sm-2, .drmgrid--center.drmgrid-cols--sm-2, .drmgrid--left.drmgrid-cols--sm-1, .drmgrid--center.drmgrid-cols--sm-1 {
    display: grid;
  }
  .drmgrid--center.drmgrid-cols--sm-large-plus, .drmgrid--center.drmgrid-cols--sm-large, .drmgrid--center.drmgrid-cols--sm-medium-plus, .drmgrid--center.drmgrid-cols--sm-medium, .drmgrid--center.drmgrid-cols--sm-small-plus, .drmgrid--center.drmgrid-cols--sm-small {
    display: flex;
    flex-wrap: wrap;
  }
  .drmgrid.drmgrid--center[class*=drmgrid-cols--sm-][class*=drmgrid-cols--xl-] > *, .drmgrid.drmgrid--center[class*=drmgrid-cols--sm-][class*=drmgrid-cols--lg-] > *, .drmgrid.drmgrid--center[class*=drmgrid-cols--sm-][class*=drmgrid-cols--md-] > *, .drmgrid.drmgrid--center[class*=drmgrid-cols--sm-][class*=drmgrid-cols--sm-] > *, .drmgrid.drmgrid--center[class*=drmgrid-cols--sm-][class*=drmgrid-cols--] > * {
    grid-column-start: auto;
  }
  :where(.drmgrid--left).drmgrid-cols--sm-small > *, :where(.drmgrid--left).drmgrid-cols--sm-small-plus > *, :where(.drmgrid--left).drmgrid-cols--sm-medium > *, :where(.drmgrid--left).drmgrid-cols--sm-medium-plus > *, :where(.drmgrid--left).drmgrid-cols--sm-large > *, :where(.drmgrid--left).drmgrid-cols--sm-large-plus > * {
    grid-column-end: span 1;
  }
  .drmgrid-cols--sm-12 > *, .drmgrid-cols--sm-11 > *, .drmgrid-cols--sm-10 > *, .drmgrid-cols--sm-9 > *, .drmgrid-cols--sm-8 > *, .drmgrid-cols--sm-7 > *, .drmgrid-cols--sm-6 > *, .drmgrid-cols--sm-5 > *, .drmgrid-cols--sm-4 > *, .drmgrid-cols--sm-3 > *, .drmgrid-cols--sm-2 > *, .drmgrid-cols--sm-1 > * {
    grid-column-end: span 2;
  }
  .drmgrid-cols--sm-1 {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--sm-1 > :nth-child(1n+1):nth-last-child(1) {
    grid-column-start: 1;
  }
  .drmgrid-cols--sm-2 {
    grid-template-columns: repeat(4, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--sm-2 > :nth-child(2n+1):nth-last-child(1) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--sm-2 > :nth-child(2n+1):nth-last-child(2) {
    grid-column-start: 1;
  }
  .drmgrid-cols--sm-3 {
    grid-template-columns: repeat(6, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--sm-3 > :nth-child(3n+1):nth-last-child(1) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--sm-3 > :nth-child(3n+1):nth-last-child(2) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--sm-3 > :nth-child(3n+1):nth-last-child(3) {
    grid-column-start: 1;
  }
  .drmgrid-cols--sm-4 {
    grid-template-columns: repeat(8, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--sm-4 > :nth-child(4n+1):nth-last-child(1) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--sm-4 > :nth-child(4n+1):nth-last-child(2) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--sm-4 > :nth-child(4n+1):nth-last-child(3) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--sm-4 > :nth-child(4n+1):nth-last-child(4) {
    grid-column-start: 1;
  }
  .drmgrid-cols--sm-5 {
    grid-template-columns: repeat(10, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--sm-5 > :nth-child(5n+1):nth-last-child(1) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--sm-5 > :nth-child(5n+1):nth-last-child(2) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--sm-5 > :nth-child(5n+1):nth-last-child(3) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--sm-5 > :nth-child(5n+1):nth-last-child(4) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--sm-5 > :nth-child(5n+1):nth-last-child(5) {
    grid-column-start: 1;
  }
  .drmgrid-cols--sm-6 {
    grid-template-columns: repeat(12, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--sm-6 > :nth-child(6n+1):nth-last-child(1) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--sm-6 > :nth-child(6n+1):nth-last-child(2) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--sm-6 > :nth-child(6n+1):nth-last-child(3) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--sm-6 > :nth-child(6n+1):nth-last-child(4) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--sm-6 > :nth-child(6n+1):nth-last-child(5) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--sm-6 > :nth-child(6n+1):nth-last-child(6) {
    grid-column-start: 1;
  }
  .drmgrid-cols--sm-7 {
    grid-template-columns: repeat(14, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--sm-7 > :nth-child(7n+1):nth-last-child(1) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--sm-7 > :nth-child(7n+1):nth-last-child(2) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--sm-7 > :nth-child(7n+1):nth-last-child(3) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--sm-7 > :nth-child(7n+1):nth-last-child(4) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--sm-7 > :nth-child(7n+1):nth-last-child(5) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--sm-7 > :nth-child(7n+1):nth-last-child(6) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--sm-7 > :nth-child(7n+1):nth-last-child(7) {
    grid-column-start: 1;
  }
  .drmgrid-cols--sm-8 {
    grid-template-columns: repeat(16, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--sm-8 > :nth-child(8n+1):nth-last-child(1) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--sm-8 > :nth-child(8n+1):nth-last-child(2) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--sm-8 > :nth-child(8n+1):nth-last-child(3) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--sm-8 > :nth-child(8n+1):nth-last-child(4) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--sm-8 > :nth-child(8n+1):nth-last-child(5) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--sm-8 > :nth-child(8n+1):nth-last-child(6) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--sm-8 > :nth-child(8n+1):nth-last-child(7) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--sm-8 > :nth-child(8n+1):nth-last-child(8) {
    grid-column-start: 1;
  }
  .drmgrid-cols--sm-9 {
    grid-template-columns: repeat(18, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--sm-9 > :nth-child(9n+1):nth-last-child(1) {
    grid-column-start: 9;
  }
  .drmgrid--center.drmgrid-cols--sm-9 > :nth-child(9n+1):nth-last-child(2) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--sm-9 > :nth-child(9n+1):nth-last-child(3) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--sm-9 > :nth-child(9n+1):nth-last-child(4) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--sm-9 > :nth-child(9n+1):nth-last-child(5) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--sm-9 > :nth-child(9n+1):nth-last-child(6) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--sm-9 > :nth-child(9n+1):nth-last-child(7) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--sm-9 > :nth-child(9n+1):nth-last-child(8) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--sm-9 > :nth-child(9n+1):nth-last-child(9) {
    grid-column-start: 1;
  }
  .drmgrid-cols--sm-10 {
    grid-template-columns: repeat(20, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--sm-10 > :nth-child(10n+1):nth-last-child(1) {
    grid-column-start: 10;
  }
  .drmgrid--center.drmgrid-cols--sm-10 > :nth-child(10n+1):nth-last-child(2) {
    grid-column-start: 9;
  }
  .drmgrid--center.drmgrid-cols--sm-10 > :nth-child(10n+1):nth-last-child(3) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--sm-10 > :nth-child(10n+1):nth-last-child(4) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--sm-10 > :nth-child(10n+1):nth-last-child(5) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--sm-10 > :nth-child(10n+1):nth-last-child(6) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--sm-10 > :nth-child(10n+1):nth-last-child(7) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--sm-10 > :nth-child(10n+1):nth-last-child(8) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--sm-10 > :nth-child(10n+1):nth-last-child(9) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--sm-10 > :nth-child(10n+1):nth-last-child(10) {
    grid-column-start: 1;
  }
  .drmgrid-cols--sm-11 {
    grid-template-columns: repeat(22, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--sm-11 > :nth-child(11n+1):nth-last-child(1) {
    grid-column-start: 11;
  }
  .drmgrid--center.drmgrid-cols--sm-11 > :nth-child(11n+1):nth-last-child(2) {
    grid-column-start: 10;
  }
  .drmgrid--center.drmgrid-cols--sm-11 > :nth-child(11n+1):nth-last-child(3) {
    grid-column-start: 9;
  }
  .drmgrid--center.drmgrid-cols--sm-11 > :nth-child(11n+1):nth-last-child(4) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--sm-11 > :nth-child(11n+1):nth-last-child(5) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--sm-11 > :nth-child(11n+1):nth-last-child(6) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--sm-11 > :nth-child(11n+1):nth-last-child(7) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--sm-11 > :nth-child(11n+1):nth-last-child(8) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--sm-11 > :nth-child(11n+1):nth-last-child(9) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--sm-11 > :nth-child(11n+1):nth-last-child(10) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--sm-11 > :nth-child(11n+1):nth-last-child(11) {
    grid-column-start: 1;
  }
  .drmgrid-cols--sm-12 {
    grid-template-columns: repeat(24, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--sm-12 > :nth-child(12n+1):nth-last-child(1) {
    grid-column-start: 12;
  }
  .drmgrid--center.drmgrid-cols--sm-12 > :nth-child(12n+1):nth-last-child(2) {
    grid-column-start: 11;
  }
  .drmgrid--center.drmgrid-cols--sm-12 > :nth-child(12n+1):nth-last-child(3) {
    grid-column-start: 10;
  }
  .drmgrid--center.drmgrid-cols--sm-12 > :nth-child(12n+1):nth-last-child(4) {
    grid-column-start: 9;
  }
  .drmgrid--center.drmgrid-cols--sm-12 > :nth-child(12n+1):nth-last-child(5) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--sm-12 > :nth-child(12n+1):nth-last-child(6) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--sm-12 > :nth-child(12n+1):nth-last-child(7) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--sm-12 > :nth-child(12n+1):nth-last-child(8) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--sm-12 > :nth-child(12n+1):nth-last-child(9) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--sm-12 > :nth-child(12n+1):nth-last-child(10) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--sm-12 > :nth-child(12n+1):nth-last-child(11) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--sm-12 > :nth-child(12n+1):nth-last-child(12) {
    grid-column-start: 1;
  }
  .drmgrid-cols--sm-small {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-narrow));
  }
  .drmgrid-cols--sm-medium {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-medium));
  }
  .drmgrid-cols--sm-large {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-wide));
  }
  .drmgrid-cols--sm-small-plus {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-narrow), 1fr));
  }
  .drmgrid-cols--sm-medium-plus {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-medium), 1fr));
  }
  .drmgrid-cols--sm-large-plus {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-wide), 1fr));
  }
  .drmgrid--center.drmgrid-cols--sm-small > * {
    flex: 0 0 var(--drm-simplegrid-cell-narrow);
  }
  .drmgrid--center.drmgrid-cols--sm-small-plus > * {
    flex: 1 0 var(--drm-simplegrid-cell-narrow);
  }
  .drmgrid--center.drmgrid-cols--sm-medium > * {
    flex: 0 0 var(--drm-simplegrid-cell-medium);
  }
  .drmgrid--center.drmgrid-cols--sm-medium-plus > * {
    flex: 1 0 var(--drm-simplegrid-cell-medium);
  }
  .drmgrid--center.drmgrid-cols--sm-large > * {
    flex: 0 0 var(--drm-simplegrid-cell-wide);
  }
  .drmgrid--center.drmgrid-cols--sm-large-plus > * {
    flex: 1 0 var(--drm-simplegrid-cell-wide);
  }
  .drmgrid-rows--sm-auto {
    grid-auto-rows: auto;
  }
  .drmgrid-rows--sm-small {
    grid-auto-rows: var(--drm-simplegrid-cell-narrow);
  }
  .drmgrid-rows--sm-medium {
    grid-auto-rows: var(--drm-simplegrid-cell-medium);
  }
  .drmgrid-rows--sm-large {
    grid-auto-rows: var(--drm-simplegrid-cell-wide);
  }
  .drmgrid-rows--sm-small-plus {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-narrow), auto);
  }
  .drmgrid-rows--sm-medium-plus {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-medium), auto);
  }
  .drmgrid-rows--sm-large-plus {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-wide), auto);
  }
  .drmgrid-gap--sm-none {
    gap: var(--drm-simplegrid-gap-none);
  }
  .drmgrid-gap--sm-tiny {
    gap: var(--drm-simplegrid-gap-tiny);
  }
  .drmgrid-gap--sm-small {
    gap: var(--drm-simplegrid-gap-small);
  }
  .drmgrid-gap--sm-medium {
    gap: var(--drm-simplegrid-gap-medium);
  }
  .drmgrid-gap--sm-large {
    gap: var(--drm-simplegrid-gap-large);
  }
  .drmgrid-gap--sm-huge {
    gap: var(--drm-simplegrid-gap-huge);
  }
  .drmgrid-padding--sm-none {
    padding: var(--drm-simplegrid-padding-none);
  }
  .drmgrid-padding--sm-tiny {
    padding: var(--drm-simplegrid-padding-tiny);
  }
  .drmgrid-padding--sm-small {
    padding: var(--drm-simplegrid-padding-small);
  }
  .drmgrid-padding--sm-medium {
    padding: var(--drm-simplegrid-padding-medium);
  }
  .drmgrid-padding--sm-large {
    padding: var(--drm-simplegrid-padding-large);
  }
  .drmgrid-padding--sm-huge {
    padding: var(--drm-simplegrid-padding-huge);
  }
  .drmgrid-textalign--sm-inherit {
    text-align: inherit;
  }
  .drmgrid-textalign--sm-left {
    text-align: left;
  }
  .drmgrid-textalign--sm-center {
    text-align: center;
  }
  .drmgrid-textalign--sm-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  :where(.drmgrid--left).drmgrid-cols--md-small, :where(.drmgrid--left).drmgrid-cols--md-medium, :where(.drmgrid--left).drmgrid-cols--md-large, .drmgrid--left.drmgrid-cols--md-12, .drmgrid--center.drmgrid-cols--md-12, .drmgrid--left.drmgrid-cols--md-11, .drmgrid--center.drmgrid-cols--md-11, .drmgrid--left.drmgrid-cols--md-10, .drmgrid--center.drmgrid-cols--md-10, .drmgrid--left.drmgrid-cols--md-9, .drmgrid--center.drmgrid-cols--md-9, .drmgrid--left.drmgrid-cols--md-8, .drmgrid--center.drmgrid-cols--md-8, .drmgrid--left.drmgrid-cols--md-7, .drmgrid--center.drmgrid-cols--md-7, .drmgrid--left.drmgrid-cols--md-6, .drmgrid--center.drmgrid-cols--md-6, .drmgrid--left.drmgrid-cols--md-5, .drmgrid--center.drmgrid-cols--md-5, .drmgrid--left.drmgrid-cols--md-4, .drmgrid--center.drmgrid-cols--md-4, .drmgrid--left.drmgrid-cols--md-3, .drmgrid--center.drmgrid-cols--md-3, .drmgrid--left.drmgrid-cols--md-2, .drmgrid--center.drmgrid-cols--md-2, .drmgrid--left.drmgrid-cols--md-1, .drmgrid--center.drmgrid-cols--md-1 {
    display: grid;
  }
  .drmgrid--center.drmgrid-cols--md-large-plus, .drmgrid--center.drmgrid-cols--md-large, .drmgrid--center.drmgrid-cols--md-medium-plus, .drmgrid--center.drmgrid-cols--md-medium, .drmgrid--center.drmgrid-cols--md-small-plus, .drmgrid--center.drmgrid-cols--md-small {
    display: flex;
    flex-wrap: wrap;
  }
  .drmgrid.drmgrid--center[class*=drmgrid-cols--md-][class*=drmgrid-cols--xl-] > *, .drmgrid.drmgrid--center[class*=drmgrid-cols--md-][class*=drmgrid-cols--lg-] > *, .drmgrid.drmgrid--center[class*=drmgrid-cols--md-][class*=drmgrid-cols--md-] > *, .drmgrid.drmgrid--center[class*=drmgrid-cols--md-][class*=drmgrid-cols--sm-] > *, .drmgrid.drmgrid--center[class*=drmgrid-cols--md-][class*=drmgrid-cols--] > * {
    grid-column-start: auto;
  }
  :where(.drmgrid--left).drmgrid-cols--md-small > *, :where(.drmgrid--left).drmgrid-cols--md-small-plus > *, :where(.drmgrid--left).drmgrid-cols--md-medium > *, :where(.drmgrid--left).drmgrid-cols--md-medium-plus > *, :where(.drmgrid--left).drmgrid-cols--md-large > *, :where(.drmgrid--left).drmgrid-cols--md-large-plus > * {
    grid-column-end: span 1;
  }
  .drmgrid-cols--md-12 > *, .drmgrid-cols--md-11 > *, .drmgrid-cols--md-10 > *, .drmgrid-cols--md-9 > *, .drmgrid-cols--md-8 > *, .drmgrid-cols--md-7 > *, .drmgrid-cols--md-6 > *, .drmgrid-cols--md-5 > *, .drmgrid-cols--md-4 > *, .drmgrid-cols--md-3 > *, .drmgrid-cols--md-2 > *, .drmgrid-cols--md-1 > * {
    grid-column-end: span 2;
  }
  .drmgrid-cols--md-1 {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--md-1 > :nth-child(1n+1):nth-last-child(1) {
    grid-column-start: 1;
  }
  .drmgrid-cols--md-2 {
    grid-template-columns: repeat(4, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--md-2 > :nth-child(2n+1):nth-last-child(1) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--md-2 > :nth-child(2n+1):nth-last-child(2) {
    grid-column-start: 1;
  }
  .drmgrid-cols--md-3 {
    grid-template-columns: repeat(6, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--md-3 > :nth-child(3n+1):nth-last-child(1) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--md-3 > :nth-child(3n+1):nth-last-child(2) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--md-3 > :nth-child(3n+1):nth-last-child(3) {
    grid-column-start: 1;
  }
  .drmgrid-cols--md-4 {
    grid-template-columns: repeat(8, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--md-4 > :nth-child(4n+1):nth-last-child(1) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--md-4 > :nth-child(4n+1):nth-last-child(2) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--md-4 > :nth-child(4n+1):nth-last-child(3) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--md-4 > :nth-child(4n+1):nth-last-child(4) {
    grid-column-start: 1;
  }
  .drmgrid-cols--md-5 {
    grid-template-columns: repeat(10, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--md-5 > :nth-child(5n+1):nth-last-child(1) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--md-5 > :nth-child(5n+1):nth-last-child(2) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--md-5 > :nth-child(5n+1):nth-last-child(3) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--md-5 > :nth-child(5n+1):nth-last-child(4) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--md-5 > :nth-child(5n+1):nth-last-child(5) {
    grid-column-start: 1;
  }
  .drmgrid-cols--md-6 {
    grid-template-columns: repeat(12, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--md-6 > :nth-child(6n+1):nth-last-child(1) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--md-6 > :nth-child(6n+1):nth-last-child(2) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--md-6 > :nth-child(6n+1):nth-last-child(3) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--md-6 > :nth-child(6n+1):nth-last-child(4) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--md-6 > :nth-child(6n+1):nth-last-child(5) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--md-6 > :nth-child(6n+1):nth-last-child(6) {
    grid-column-start: 1;
  }
  .drmgrid-cols--md-7 {
    grid-template-columns: repeat(14, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--md-7 > :nth-child(7n+1):nth-last-child(1) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--md-7 > :nth-child(7n+1):nth-last-child(2) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--md-7 > :nth-child(7n+1):nth-last-child(3) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--md-7 > :nth-child(7n+1):nth-last-child(4) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--md-7 > :nth-child(7n+1):nth-last-child(5) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--md-7 > :nth-child(7n+1):nth-last-child(6) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--md-7 > :nth-child(7n+1):nth-last-child(7) {
    grid-column-start: 1;
  }
  .drmgrid-cols--md-8 {
    grid-template-columns: repeat(16, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--md-8 > :nth-child(8n+1):nth-last-child(1) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--md-8 > :nth-child(8n+1):nth-last-child(2) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--md-8 > :nth-child(8n+1):nth-last-child(3) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--md-8 > :nth-child(8n+1):nth-last-child(4) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--md-8 > :nth-child(8n+1):nth-last-child(5) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--md-8 > :nth-child(8n+1):nth-last-child(6) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--md-8 > :nth-child(8n+1):nth-last-child(7) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--md-8 > :nth-child(8n+1):nth-last-child(8) {
    grid-column-start: 1;
  }
  .drmgrid-cols--md-9 {
    grid-template-columns: repeat(18, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--md-9 > :nth-child(9n+1):nth-last-child(1) {
    grid-column-start: 9;
  }
  .drmgrid--center.drmgrid-cols--md-9 > :nth-child(9n+1):nth-last-child(2) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--md-9 > :nth-child(9n+1):nth-last-child(3) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--md-9 > :nth-child(9n+1):nth-last-child(4) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--md-9 > :nth-child(9n+1):nth-last-child(5) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--md-9 > :nth-child(9n+1):nth-last-child(6) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--md-9 > :nth-child(9n+1):nth-last-child(7) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--md-9 > :nth-child(9n+1):nth-last-child(8) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--md-9 > :nth-child(9n+1):nth-last-child(9) {
    grid-column-start: 1;
  }
  .drmgrid-cols--md-10 {
    grid-template-columns: repeat(20, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--md-10 > :nth-child(10n+1):nth-last-child(1) {
    grid-column-start: 10;
  }
  .drmgrid--center.drmgrid-cols--md-10 > :nth-child(10n+1):nth-last-child(2) {
    grid-column-start: 9;
  }
  .drmgrid--center.drmgrid-cols--md-10 > :nth-child(10n+1):nth-last-child(3) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--md-10 > :nth-child(10n+1):nth-last-child(4) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--md-10 > :nth-child(10n+1):nth-last-child(5) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--md-10 > :nth-child(10n+1):nth-last-child(6) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--md-10 > :nth-child(10n+1):nth-last-child(7) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--md-10 > :nth-child(10n+1):nth-last-child(8) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--md-10 > :nth-child(10n+1):nth-last-child(9) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--md-10 > :nth-child(10n+1):nth-last-child(10) {
    grid-column-start: 1;
  }
  .drmgrid-cols--md-11 {
    grid-template-columns: repeat(22, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--md-11 > :nth-child(11n+1):nth-last-child(1) {
    grid-column-start: 11;
  }
  .drmgrid--center.drmgrid-cols--md-11 > :nth-child(11n+1):nth-last-child(2) {
    grid-column-start: 10;
  }
  .drmgrid--center.drmgrid-cols--md-11 > :nth-child(11n+1):nth-last-child(3) {
    grid-column-start: 9;
  }
  .drmgrid--center.drmgrid-cols--md-11 > :nth-child(11n+1):nth-last-child(4) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--md-11 > :nth-child(11n+1):nth-last-child(5) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--md-11 > :nth-child(11n+1):nth-last-child(6) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--md-11 > :nth-child(11n+1):nth-last-child(7) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--md-11 > :nth-child(11n+1):nth-last-child(8) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--md-11 > :nth-child(11n+1):nth-last-child(9) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--md-11 > :nth-child(11n+1):nth-last-child(10) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--md-11 > :nth-child(11n+1):nth-last-child(11) {
    grid-column-start: 1;
  }
  .drmgrid-cols--md-12 {
    grid-template-columns: repeat(24, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--md-12 > :nth-child(12n+1):nth-last-child(1) {
    grid-column-start: 12;
  }
  .drmgrid--center.drmgrid-cols--md-12 > :nth-child(12n+1):nth-last-child(2) {
    grid-column-start: 11;
  }
  .drmgrid--center.drmgrid-cols--md-12 > :nth-child(12n+1):nth-last-child(3) {
    grid-column-start: 10;
  }
  .drmgrid--center.drmgrid-cols--md-12 > :nth-child(12n+1):nth-last-child(4) {
    grid-column-start: 9;
  }
  .drmgrid--center.drmgrid-cols--md-12 > :nth-child(12n+1):nth-last-child(5) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--md-12 > :nth-child(12n+1):nth-last-child(6) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--md-12 > :nth-child(12n+1):nth-last-child(7) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--md-12 > :nth-child(12n+1):nth-last-child(8) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--md-12 > :nth-child(12n+1):nth-last-child(9) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--md-12 > :nth-child(12n+1):nth-last-child(10) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--md-12 > :nth-child(12n+1):nth-last-child(11) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--md-12 > :nth-child(12n+1):nth-last-child(12) {
    grid-column-start: 1;
  }
  .drmgrid-cols--md-small {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-narrow));
  }
  .drmgrid-cols--md-medium {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-medium));
  }
  .drmgrid-cols--md-large {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-wide));
  }
  .drmgrid-cols--md-small-plus {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-narrow), 1fr));
  }
  .drmgrid-cols--md-medium-plus {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-medium), 1fr));
  }
  .drmgrid-cols--md-large-plus {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-wide), 1fr));
  }
  .drmgrid--center.drmgrid-cols--md-small > * {
    flex: 0 0 var(--drm-simplegrid-cell-narrow);
  }
  .drmgrid--center.drmgrid-cols--md-small-plus > * {
    flex: 1 0 var(--drm-simplegrid-cell-narrow);
  }
  .drmgrid--center.drmgrid-cols--md-medium > * {
    flex: 0 0 var(--drm-simplegrid-cell-medium);
  }
  .drmgrid--center.drmgrid-cols--md-medium-plus > * {
    flex: 1 0 var(--drm-simplegrid-cell-medium);
  }
  .drmgrid--center.drmgrid-cols--md-large > * {
    flex: 0 0 var(--drm-simplegrid-cell-wide);
  }
  .drmgrid--center.drmgrid-cols--md-large-plus > * {
    flex: 1 0 var(--drm-simplegrid-cell-wide);
  }
  .drmgrid-rows--md-auto {
    grid-auto-rows: auto;
  }
  .drmgrid-rows--md-small {
    grid-auto-rows: var(--drm-simplegrid-cell-narrow);
  }
  .drmgrid-rows--md-medium {
    grid-auto-rows: var(--drm-simplegrid-cell-medium);
  }
  .drmgrid-rows--md-large {
    grid-auto-rows: var(--drm-simplegrid-cell-wide);
  }
  .drmgrid-rows--md-small-plus {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-narrow), auto);
  }
  .drmgrid-rows--md-medium-plus {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-medium), auto);
  }
  .drmgrid-rows--md-large-plus {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-wide), auto);
  }
  .drmgrid-gap--md-none {
    gap: var(--drm-simplegrid-gap-none);
  }
  .drmgrid-gap--md-tiny {
    gap: var(--drm-simplegrid-gap-tiny);
  }
  .drmgrid-gap--md-small {
    gap: var(--drm-simplegrid-gap-small);
  }
  .drmgrid-gap--md-medium {
    gap: var(--drm-simplegrid-gap-medium);
  }
  .drmgrid-gap--md-large {
    gap: var(--drm-simplegrid-gap-large);
  }
  .drmgrid-gap--md-huge {
    gap: var(--drm-simplegrid-gap-huge);
  }
  .drmgrid-padding--md-none {
    padding: var(--drm-simplegrid-padding-none);
  }
  .drmgrid-padding--md-tiny {
    padding: var(--drm-simplegrid-padding-tiny);
  }
  .drmgrid-padding--md-small {
    padding: var(--drm-simplegrid-padding-small);
  }
  .drmgrid-padding--md-medium {
    padding: var(--drm-simplegrid-padding-medium);
  }
  .drmgrid-padding--md-large {
    padding: var(--drm-simplegrid-padding-large);
  }
  .drmgrid-padding--md-huge {
    padding: var(--drm-simplegrid-padding-huge);
  }
  .drmgrid-textalign--md-inherit {
    text-align: inherit;
  }
  .drmgrid-textalign--md-left {
    text-align: left;
  }
  .drmgrid-textalign--md-center {
    text-align: center;
  }
  .drmgrid-textalign--md-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  :where(.drmgrid--left).drmgrid-cols--lg-small, :where(.drmgrid--left).drmgrid-cols--lg-medium, :where(.drmgrid--left).drmgrid-cols--lg-large, .drmgrid--left.drmgrid-cols--lg-12, .drmgrid--center.drmgrid-cols--lg-12, .drmgrid--left.drmgrid-cols--lg-11, .drmgrid--center.drmgrid-cols--lg-11, .drmgrid--left.drmgrid-cols--lg-10, .drmgrid--center.drmgrid-cols--lg-10, .drmgrid--left.drmgrid-cols--lg-9, .drmgrid--center.drmgrid-cols--lg-9, .drmgrid--left.drmgrid-cols--lg-8, .drmgrid--center.drmgrid-cols--lg-8, .drmgrid--left.drmgrid-cols--lg-7, .drmgrid--center.drmgrid-cols--lg-7, .drmgrid--left.drmgrid-cols--lg-6, .drmgrid--center.drmgrid-cols--lg-6, .drmgrid--left.drmgrid-cols--lg-5, .drmgrid--center.drmgrid-cols--lg-5, .drmgrid--left.drmgrid-cols--lg-4, .drmgrid--center.drmgrid-cols--lg-4, .drmgrid--left.drmgrid-cols--lg-3, .drmgrid--center.drmgrid-cols--lg-3, .drmgrid--left.drmgrid-cols--lg-2, .drmgrid--center.drmgrid-cols--lg-2, .drmgrid--left.drmgrid-cols--lg-1, .drmgrid--center.drmgrid-cols--lg-1 {
    display: grid;
  }
  .drmgrid--center.drmgrid-cols--lg-large-plus, .drmgrid--center.drmgrid-cols--lg-large, .drmgrid--center.drmgrid-cols--lg-medium-plus, .drmgrid--center.drmgrid-cols--lg-medium, .drmgrid--center.drmgrid-cols--lg-small-plus, .drmgrid--center.drmgrid-cols--lg-small {
    display: flex;
    flex-wrap: wrap;
  }
  .drmgrid.drmgrid--center[class*=drmgrid-cols--lg-][class*=drmgrid-cols--xl-] > *, .drmgrid.drmgrid--center[class*=drmgrid-cols--lg-][class*=drmgrid-cols--lg-] > *, .drmgrid.drmgrid--center[class*=drmgrid-cols--lg-][class*=drmgrid-cols--md-] > *, .drmgrid.drmgrid--center[class*=drmgrid-cols--lg-][class*=drmgrid-cols--sm-] > *, .drmgrid.drmgrid--center[class*=drmgrid-cols--lg-][class*=drmgrid-cols--] > * {
    grid-column-start: auto;
  }
  :where(.drmgrid--left).drmgrid-cols--lg-small > *, :where(.drmgrid--left).drmgrid-cols--lg-small-plus > *, :where(.drmgrid--left).drmgrid-cols--lg-medium > *, :where(.drmgrid--left).drmgrid-cols--lg-medium-plus > *, :where(.drmgrid--left).drmgrid-cols--lg-large > *, :where(.drmgrid--left).drmgrid-cols--lg-large-plus > * {
    grid-column-end: span 1;
  }
  .drmgrid-cols--lg-12 > *, .drmgrid-cols--lg-11 > *, .drmgrid-cols--lg-10 > *, .drmgrid-cols--lg-9 > *, .drmgrid-cols--lg-8 > *, .drmgrid-cols--lg-7 > *, .drmgrid-cols--lg-6 > *, .drmgrid-cols--lg-5 > *, .drmgrid-cols--lg-4 > *, .drmgrid-cols--lg-3 > *, .drmgrid-cols--lg-2 > *, .drmgrid-cols--lg-1 > * {
    grid-column-end: span 2;
  }
  .drmgrid-cols--lg-1 {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--lg-1 > :nth-child(1n+1):nth-last-child(1) {
    grid-column-start: 1;
  }
  .drmgrid-cols--lg-2 {
    grid-template-columns: repeat(4, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--lg-2 > :nth-child(2n+1):nth-last-child(1) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--lg-2 > :nth-child(2n+1):nth-last-child(2) {
    grid-column-start: 1;
  }
  .drmgrid-cols--lg-3 {
    grid-template-columns: repeat(6, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--lg-3 > :nth-child(3n+1):nth-last-child(1) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--lg-3 > :nth-child(3n+1):nth-last-child(2) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--lg-3 > :nth-child(3n+1):nth-last-child(3) {
    grid-column-start: 1;
  }
  .drmgrid-cols--lg-4 {
    grid-template-columns: repeat(8, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--lg-4 > :nth-child(4n+1):nth-last-child(1) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--lg-4 > :nth-child(4n+1):nth-last-child(2) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--lg-4 > :nth-child(4n+1):nth-last-child(3) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--lg-4 > :nth-child(4n+1):nth-last-child(4) {
    grid-column-start: 1;
  }
  .drmgrid-cols--lg-5 {
    grid-template-columns: repeat(10, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--lg-5 > :nth-child(5n+1):nth-last-child(1) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--lg-5 > :nth-child(5n+1):nth-last-child(2) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--lg-5 > :nth-child(5n+1):nth-last-child(3) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--lg-5 > :nth-child(5n+1):nth-last-child(4) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--lg-5 > :nth-child(5n+1):nth-last-child(5) {
    grid-column-start: 1;
  }
  .drmgrid-cols--lg-6 {
    grid-template-columns: repeat(12, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--lg-6 > :nth-child(6n+1):nth-last-child(1) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--lg-6 > :nth-child(6n+1):nth-last-child(2) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--lg-6 > :nth-child(6n+1):nth-last-child(3) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--lg-6 > :nth-child(6n+1):nth-last-child(4) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--lg-6 > :nth-child(6n+1):nth-last-child(5) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--lg-6 > :nth-child(6n+1):nth-last-child(6) {
    grid-column-start: 1;
  }
  .drmgrid-cols--lg-7 {
    grid-template-columns: repeat(14, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--lg-7 > :nth-child(7n+1):nth-last-child(1) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--lg-7 > :nth-child(7n+1):nth-last-child(2) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--lg-7 > :nth-child(7n+1):nth-last-child(3) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--lg-7 > :nth-child(7n+1):nth-last-child(4) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--lg-7 > :nth-child(7n+1):nth-last-child(5) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--lg-7 > :nth-child(7n+1):nth-last-child(6) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--lg-7 > :nth-child(7n+1):nth-last-child(7) {
    grid-column-start: 1;
  }
  .drmgrid-cols--lg-8 {
    grid-template-columns: repeat(16, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--lg-8 > :nth-child(8n+1):nth-last-child(1) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--lg-8 > :nth-child(8n+1):nth-last-child(2) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--lg-8 > :nth-child(8n+1):nth-last-child(3) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--lg-8 > :nth-child(8n+1):nth-last-child(4) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--lg-8 > :nth-child(8n+1):nth-last-child(5) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--lg-8 > :nth-child(8n+1):nth-last-child(6) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--lg-8 > :nth-child(8n+1):nth-last-child(7) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--lg-8 > :nth-child(8n+1):nth-last-child(8) {
    grid-column-start: 1;
  }
  .drmgrid-cols--lg-9 {
    grid-template-columns: repeat(18, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--lg-9 > :nth-child(9n+1):nth-last-child(1) {
    grid-column-start: 9;
  }
  .drmgrid--center.drmgrid-cols--lg-9 > :nth-child(9n+1):nth-last-child(2) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--lg-9 > :nth-child(9n+1):nth-last-child(3) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--lg-9 > :nth-child(9n+1):nth-last-child(4) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--lg-9 > :nth-child(9n+1):nth-last-child(5) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--lg-9 > :nth-child(9n+1):nth-last-child(6) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--lg-9 > :nth-child(9n+1):nth-last-child(7) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--lg-9 > :nth-child(9n+1):nth-last-child(8) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--lg-9 > :nth-child(9n+1):nth-last-child(9) {
    grid-column-start: 1;
  }
  .drmgrid-cols--lg-10 {
    grid-template-columns: repeat(20, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--lg-10 > :nth-child(10n+1):nth-last-child(1) {
    grid-column-start: 10;
  }
  .drmgrid--center.drmgrid-cols--lg-10 > :nth-child(10n+1):nth-last-child(2) {
    grid-column-start: 9;
  }
  .drmgrid--center.drmgrid-cols--lg-10 > :nth-child(10n+1):nth-last-child(3) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--lg-10 > :nth-child(10n+1):nth-last-child(4) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--lg-10 > :nth-child(10n+1):nth-last-child(5) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--lg-10 > :nth-child(10n+1):nth-last-child(6) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--lg-10 > :nth-child(10n+1):nth-last-child(7) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--lg-10 > :nth-child(10n+1):nth-last-child(8) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--lg-10 > :nth-child(10n+1):nth-last-child(9) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--lg-10 > :nth-child(10n+1):nth-last-child(10) {
    grid-column-start: 1;
  }
  .drmgrid-cols--lg-11 {
    grid-template-columns: repeat(22, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--lg-11 > :nth-child(11n+1):nth-last-child(1) {
    grid-column-start: 11;
  }
  .drmgrid--center.drmgrid-cols--lg-11 > :nth-child(11n+1):nth-last-child(2) {
    grid-column-start: 10;
  }
  .drmgrid--center.drmgrid-cols--lg-11 > :nth-child(11n+1):nth-last-child(3) {
    grid-column-start: 9;
  }
  .drmgrid--center.drmgrid-cols--lg-11 > :nth-child(11n+1):nth-last-child(4) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--lg-11 > :nth-child(11n+1):nth-last-child(5) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--lg-11 > :nth-child(11n+1):nth-last-child(6) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--lg-11 > :nth-child(11n+1):nth-last-child(7) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--lg-11 > :nth-child(11n+1):nth-last-child(8) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--lg-11 > :nth-child(11n+1):nth-last-child(9) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--lg-11 > :nth-child(11n+1):nth-last-child(10) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--lg-11 > :nth-child(11n+1):nth-last-child(11) {
    grid-column-start: 1;
  }
  .drmgrid-cols--lg-12 {
    grid-template-columns: repeat(24, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--lg-12 > :nth-child(12n+1):nth-last-child(1) {
    grid-column-start: 12;
  }
  .drmgrid--center.drmgrid-cols--lg-12 > :nth-child(12n+1):nth-last-child(2) {
    grid-column-start: 11;
  }
  .drmgrid--center.drmgrid-cols--lg-12 > :nth-child(12n+1):nth-last-child(3) {
    grid-column-start: 10;
  }
  .drmgrid--center.drmgrid-cols--lg-12 > :nth-child(12n+1):nth-last-child(4) {
    grid-column-start: 9;
  }
  .drmgrid--center.drmgrid-cols--lg-12 > :nth-child(12n+1):nth-last-child(5) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--lg-12 > :nth-child(12n+1):nth-last-child(6) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--lg-12 > :nth-child(12n+1):nth-last-child(7) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--lg-12 > :nth-child(12n+1):nth-last-child(8) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--lg-12 > :nth-child(12n+1):nth-last-child(9) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--lg-12 > :nth-child(12n+1):nth-last-child(10) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--lg-12 > :nth-child(12n+1):nth-last-child(11) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--lg-12 > :nth-child(12n+1):nth-last-child(12) {
    grid-column-start: 1;
  }
  .drmgrid-cols--lg-small {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-narrow));
  }
  .drmgrid-cols--lg-medium {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-medium));
  }
  .drmgrid-cols--lg-large {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-wide));
  }
  .drmgrid-cols--lg-small-plus {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-narrow), 1fr));
  }
  .drmgrid-cols--lg-medium-plus {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-medium), 1fr));
  }
  .drmgrid-cols--lg-large-plus {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-wide), 1fr));
  }
  .drmgrid--center.drmgrid-cols--lg-small > * {
    flex: 0 0 var(--drm-simplegrid-cell-narrow);
  }
  .drmgrid--center.drmgrid-cols--lg-small-plus > * {
    flex: 1 0 var(--drm-simplegrid-cell-narrow);
  }
  .drmgrid--center.drmgrid-cols--lg-medium > * {
    flex: 0 0 var(--drm-simplegrid-cell-medium);
  }
  .drmgrid--center.drmgrid-cols--lg-medium-plus > * {
    flex: 1 0 var(--drm-simplegrid-cell-medium);
  }
  .drmgrid--center.drmgrid-cols--lg-large > * {
    flex: 0 0 var(--drm-simplegrid-cell-wide);
  }
  .drmgrid--center.drmgrid-cols--lg-large-plus > * {
    flex: 1 0 var(--drm-simplegrid-cell-wide);
  }
  .drmgrid-rows--lg-auto {
    grid-auto-rows: auto;
  }
  .drmgrid-rows--lg-small {
    grid-auto-rows: var(--drm-simplegrid-cell-narrow);
  }
  .drmgrid-rows--lg-medium {
    grid-auto-rows: var(--drm-simplegrid-cell-medium);
  }
  .drmgrid-rows--lg-large {
    grid-auto-rows: var(--drm-simplegrid-cell-wide);
  }
  .drmgrid-rows--lg-small-plus {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-narrow), auto);
  }
  .drmgrid-rows--lg-medium-plus {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-medium), auto);
  }
  .drmgrid-rows--lg-large-plus {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-wide), auto);
  }
  .drmgrid-gap--lg-none {
    gap: var(--drm-simplegrid-gap-none);
  }
  .drmgrid-gap--lg-tiny {
    gap: var(--drm-simplegrid-gap-tiny);
  }
  .drmgrid-gap--lg-small {
    gap: var(--drm-simplegrid-gap-small);
  }
  .drmgrid-gap--lg-medium {
    gap: var(--drm-simplegrid-gap-medium);
  }
  .drmgrid-gap--lg-large {
    gap: var(--drm-simplegrid-gap-large);
  }
  .drmgrid-gap--lg-huge {
    gap: var(--drm-simplegrid-gap-huge);
  }
  .drmgrid-padding--lg-none {
    padding: var(--drm-simplegrid-padding-none);
  }
  .drmgrid-padding--lg-tiny {
    padding: var(--drm-simplegrid-padding-tiny);
  }
  .drmgrid-padding--lg-small {
    padding: var(--drm-simplegrid-padding-small);
  }
  .drmgrid-padding--lg-medium {
    padding: var(--drm-simplegrid-padding-medium);
  }
  .drmgrid-padding--lg-large {
    padding: var(--drm-simplegrid-padding-large);
  }
  .drmgrid-padding--lg-huge {
    padding: var(--drm-simplegrid-padding-huge);
  }
  .drmgrid-textalign--lg-inherit {
    text-align: inherit;
  }
  .drmgrid-textalign--lg-left {
    text-align: left;
  }
  .drmgrid-textalign--lg-center {
    text-align: center;
  }
  .drmgrid-textalign--lg-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  :where(.drmgrid--left).drmgrid-cols--xl-small, :where(.drmgrid--left).drmgrid-cols--xl-medium, :where(.drmgrid--left).drmgrid-cols--xl-large, .drmgrid--left.drmgrid-cols--xl-12, .drmgrid--center.drmgrid-cols--xl-12, .drmgrid--left.drmgrid-cols--xl-11, .drmgrid--center.drmgrid-cols--xl-11, .drmgrid--left.drmgrid-cols--xl-10, .drmgrid--center.drmgrid-cols--xl-10, .drmgrid--left.drmgrid-cols--xl-9, .drmgrid--center.drmgrid-cols--xl-9, .drmgrid--left.drmgrid-cols--xl-8, .drmgrid--center.drmgrid-cols--xl-8, .drmgrid--left.drmgrid-cols--xl-7, .drmgrid--center.drmgrid-cols--xl-7, .drmgrid--left.drmgrid-cols--xl-6, .drmgrid--center.drmgrid-cols--xl-6, .drmgrid--left.drmgrid-cols--xl-5, .drmgrid--center.drmgrid-cols--xl-5, .drmgrid--left.drmgrid-cols--xl-4, .drmgrid--center.drmgrid-cols--xl-4, .drmgrid--left.drmgrid-cols--xl-3, .drmgrid--center.drmgrid-cols--xl-3, .drmgrid--left.drmgrid-cols--xl-2, .drmgrid--center.drmgrid-cols--xl-2, .drmgrid--left.drmgrid-cols--xl-1, .drmgrid--center.drmgrid-cols--xl-1 {
    display: grid;
  }
  .drmgrid--center.drmgrid-cols--xl-large-plus, .drmgrid--center.drmgrid-cols--xl-large, .drmgrid--center.drmgrid-cols--xl-medium-plus, .drmgrid--center.drmgrid-cols--xl-medium, .drmgrid--center.drmgrid-cols--xl-small-plus, .drmgrid--center.drmgrid-cols--xl-small {
    display: flex;
    flex-wrap: wrap;
  }
  .drmgrid.drmgrid--center[class*=drmgrid-cols--xl-][class*=drmgrid-cols--xl-] > *, .drmgrid.drmgrid--center[class*=drmgrid-cols--xl-][class*=drmgrid-cols--lg-] > *, .drmgrid.drmgrid--center[class*=drmgrid-cols--xl-][class*=drmgrid-cols--md-] > *, .drmgrid.drmgrid--center[class*=drmgrid-cols--xl-][class*=drmgrid-cols--sm-] > *, .drmgrid.drmgrid--center[class*=drmgrid-cols--xl-][class*=drmgrid-cols--] > * {
    grid-column-start: auto;
  }
  :where(.drmgrid--left).drmgrid-cols--xl-small > *, :where(.drmgrid--left).drmgrid-cols--xl-small-plus > *, :where(.drmgrid--left).drmgrid-cols--xl-medium > *, :where(.drmgrid--left).drmgrid-cols--xl-medium-plus > *, :where(.drmgrid--left).drmgrid-cols--xl-large > *, :where(.drmgrid--left).drmgrid-cols--xl-large-plus > * {
    grid-column-end: span 1;
  }
  .drmgrid-cols--xl-12 > *, .drmgrid-cols--xl-11 > *, .drmgrid-cols--xl-10 > *, .drmgrid-cols--xl-9 > *, .drmgrid-cols--xl-8 > *, .drmgrid-cols--xl-7 > *, .drmgrid-cols--xl-6 > *, .drmgrid-cols--xl-5 > *, .drmgrid-cols--xl-4 > *, .drmgrid-cols--xl-3 > *, .drmgrid-cols--xl-2 > *, .drmgrid-cols--xl-1 > * {
    grid-column-end: span 2;
  }
  .drmgrid-cols--xl-1 {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--xl-1 > :nth-child(1n+1):nth-last-child(1) {
    grid-column-start: 1;
  }
  .drmgrid-cols--xl-2 {
    grid-template-columns: repeat(4, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--xl-2 > :nth-child(2n+1):nth-last-child(1) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--xl-2 > :nth-child(2n+1):nth-last-child(2) {
    grid-column-start: 1;
  }
  .drmgrid-cols--xl-3 {
    grid-template-columns: repeat(6, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--xl-3 > :nth-child(3n+1):nth-last-child(1) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--xl-3 > :nth-child(3n+1):nth-last-child(2) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--xl-3 > :nth-child(3n+1):nth-last-child(3) {
    grid-column-start: 1;
  }
  .drmgrid-cols--xl-4 {
    grid-template-columns: repeat(8, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--xl-4 > :nth-child(4n+1):nth-last-child(1) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--xl-4 > :nth-child(4n+1):nth-last-child(2) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--xl-4 > :nth-child(4n+1):nth-last-child(3) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--xl-4 > :nth-child(4n+1):nth-last-child(4) {
    grid-column-start: 1;
  }
  .drmgrid-cols--xl-5 {
    grid-template-columns: repeat(10, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--xl-5 > :nth-child(5n+1):nth-last-child(1) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--xl-5 > :nth-child(5n+1):nth-last-child(2) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--xl-5 > :nth-child(5n+1):nth-last-child(3) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--xl-5 > :nth-child(5n+1):nth-last-child(4) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--xl-5 > :nth-child(5n+1):nth-last-child(5) {
    grid-column-start: 1;
  }
  .drmgrid-cols--xl-6 {
    grid-template-columns: repeat(12, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--xl-6 > :nth-child(6n+1):nth-last-child(1) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--xl-6 > :nth-child(6n+1):nth-last-child(2) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--xl-6 > :nth-child(6n+1):nth-last-child(3) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--xl-6 > :nth-child(6n+1):nth-last-child(4) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--xl-6 > :nth-child(6n+1):nth-last-child(5) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--xl-6 > :nth-child(6n+1):nth-last-child(6) {
    grid-column-start: 1;
  }
  .drmgrid-cols--xl-7 {
    grid-template-columns: repeat(14, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--xl-7 > :nth-child(7n+1):nth-last-child(1) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--xl-7 > :nth-child(7n+1):nth-last-child(2) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--xl-7 > :nth-child(7n+1):nth-last-child(3) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--xl-7 > :nth-child(7n+1):nth-last-child(4) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--xl-7 > :nth-child(7n+1):nth-last-child(5) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--xl-7 > :nth-child(7n+1):nth-last-child(6) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--xl-7 > :nth-child(7n+1):nth-last-child(7) {
    grid-column-start: 1;
  }
  .drmgrid-cols--xl-8 {
    grid-template-columns: repeat(16, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--xl-8 > :nth-child(8n+1):nth-last-child(1) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--xl-8 > :nth-child(8n+1):nth-last-child(2) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--xl-8 > :nth-child(8n+1):nth-last-child(3) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--xl-8 > :nth-child(8n+1):nth-last-child(4) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--xl-8 > :nth-child(8n+1):nth-last-child(5) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--xl-8 > :nth-child(8n+1):nth-last-child(6) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--xl-8 > :nth-child(8n+1):nth-last-child(7) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--xl-8 > :nth-child(8n+1):nth-last-child(8) {
    grid-column-start: 1;
  }
  .drmgrid-cols--xl-9 {
    grid-template-columns: repeat(18, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--xl-9 > :nth-child(9n+1):nth-last-child(1) {
    grid-column-start: 9;
  }
  .drmgrid--center.drmgrid-cols--xl-9 > :nth-child(9n+1):nth-last-child(2) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--xl-9 > :nth-child(9n+1):nth-last-child(3) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--xl-9 > :nth-child(9n+1):nth-last-child(4) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--xl-9 > :nth-child(9n+1):nth-last-child(5) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--xl-9 > :nth-child(9n+1):nth-last-child(6) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--xl-9 > :nth-child(9n+1):nth-last-child(7) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--xl-9 > :nth-child(9n+1):nth-last-child(8) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--xl-9 > :nth-child(9n+1):nth-last-child(9) {
    grid-column-start: 1;
  }
  .drmgrid-cols--xl-10 {
    grid-template-columns: repeat(20, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--xl-10 > :nth-child(10n+1):nth-last-child(1) {
    grid-column-start: 10;
  }
  .drmgrid--center.drmgrid-cols--xl-10 > :nth-child(10n+1):nth-last-child(2) {
    grid-column-start: 9;
  }
  .drmgrid--center.drmgrid-cols--xl-10 > :nth-child(10n+1):nth-last-child(3) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--xl-10 > :nth-child(10n+1):nth-last-child(4) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--xl-10 > :nth-child(10n+1):nth-last-child(5) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--xl-10 > :nth-child(10n+1):nth-last-child(6) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--xl-10 > :nth-child(10n+1):nth-last-child(7) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--xl-10 > :nth-child(10n+1):nth-last-child(8) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--xl-10 > :nth-child(10n+1):nth-last-child(9) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--xl-10 > :nth-child(10n+1):nth-last-child(10) {
    grid-column-start: 1;
  }
  .drmgrid-cols--xl-11 {
    grid-template-columns: repeat(22, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--xl-11 > :nth-child(11n+1):nth-last-child(1) {
    grid-column-start: 11;
  }
  .drmgrid--center.drmgrid-cols--xl-11 > :nth-child(11n+1):nth-last-child(2) {
    grid-column-start: 10;
  }
  .drmgrid--center.drmgrid-cols--xl-11 > :nth-child(11n+1):nth-last-child(3) {
    grid-column-start: 9;
  }
  .drmgrid--center.drmgrid-cols--xl-11 > :nth-child(11n+1):nth-last-child(4) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--xl-11 > :nth-child(11n+1):nth-last-child(5) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--xl-11 > :nth-child(11n+1):nth-last-child(6) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--xl-11 > :nth-child(11n+1):nth-last-child(7) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--xl-11 > :nth-child(11n+1):nth-last-child(8) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--xl-11 > :nth-child(11n+1):nth-last-child(9) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--xl-11 > :nth-child(11n+1):nth-last-child(10) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--xl-11 > :nth-child(11n+1):nth-last-child(11) {
    grid-column-start: 1;
  }
  .drmgrid-cols--xl-12 {
    grid-template-columns: repeat(24, minmax(1px, 1fr));
  }
  .drmgrid--center.drmgrid-cols--xl-12 > :nth-child(12n+1):nth-last-child(1) {
    grid-column-start: 12;
  }
  .drmgrid--center.drmgrid-cols--xl-12 > :nth-child(12n+1):nth-last-child(2) {
    grid-column-start: 11;
  }
  .drmgrid--center.drmgrid-cols--xl-12 > :nth-child(12n+1):nth-last-child(3) {
    grid-column-start: 10;
  }
  .drmgrid--center.drmgrid-cols--xl-12 > :nth-child(12n+1):nth-last-child(4) {
    grid-column-start: 9;
  }
  .drmgrid--center.drmgrid-cols--xl-12 > :nth-child(12n+1):nth-last-child(5) {
    grid-column-start: 8;
  }
  .drmgrid--center.drmgrid-cols--xl-12 > :nth-child(12n+1):nth-last-child(6) {
    grid-column-start: 7;
  }
  .drmgrid--center.drmgrid-cols--xl-12 > :nth-child(12n+1):nth-last-child(7) {
    grid-column-start: 6;
  }
  .drmgrid--center.drmgrid-cols--xl-12 > :nth-child(12n+1):nth-last-child(8) {
    grid-column-start: 5;
  }
  .drmgrid--center.drmgrid-cols--xl-12 > :nth-child(12n+1):nth-last-child(9) {
    grid-column-start: 4;
  }
  .drmgrid--center.drmgrid-cols--xl-12 > :nth-child(12n+1):nth-last-child(10) {
    grid-column-start: 3;
  }
  .drmgrid--center.drmgrid-cols--xl-12 > :nth-child(12n+1):nth-last-child(11) {
    grid-column-start: 2;
  }
  .drmgrid--center.drmgrid-cols--xl-12 > :nth-child(12n+1):nth-last-child(12) {
    grid-column-start: 1;
  }
  .drmgrid-cols--xl-small {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-narrow));
  }
  .drmgrid-cols--xl-medium {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-medium));
  }
  .drmgrid-cols--xl-large {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-wide));
  }
  .drmgrid-cols--xl-small-plus {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-narrow), 1fr));
  }
  .drmgrid-cols--xl-medium-plus {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-medium), 1fr));
  }
  .drmgrid-cols--xl-large-plus {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-wide), 1fr));
  }
  .drmgrid--center.drmgrid-cols--xl-small > * {
    flex: 0 0 var(--drm-simplegrid-cell-narrow);
  }
  .drmgrid--center.drmgrid-cols--xl-small-plus > * {
    flex: 1 0 var(--drm-simplegrid-cell-narrow);
  }
  .drmgrid--center.drmgrid-cols--xl-medium > * {
    flex: 0 0 var(--drm-simplegrid-cell-medium);
  }
  .drmgrid--center.drmgrid-cols--xl-medium-plus > * {
    flex: 1 0 var(--drm-simplegrid-cell-medium);
  }
  .drmgrid--center.drmgrid-cols--xl-large > * {
    flex: 0 0 var(--drm-simplegrid-cell-wide);
  }
  .drmgrid--center.drmgrid-cols--xl-large-plus > * {
    flex: 1 0 var(--drm-simplegrid-cell-wide);
  }
  .drmgrid-rows--xl-auto {
    grid-auto-rows: auto;
  }
  .drmgrid-rows--xl-small {
    grid-auto-rows: var(--drm-simplegrid-cell-narrow);
  }
  .drmgrid-rows--xl-medium {
    grid-auto-rows: var(--drm-simplegrid-cell-medium);
  }
  .drmgrid-rows--xl-large {
    grid-auto-rows: var(--drm-simplegrid-cell-wide);
  }
  .drmgrid-rows--xl-small-plus {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-narrow), auto);
  }
  .drmgrid-rows--xl-medium-plus {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-medium), auto);
  }
  .drmgrid-rows--xl-large-plus {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-wide), auto);
  }
  .drmgrid-gap--xl-none {
    gap: var(--drm-simplegrid-gap-none);
  }
  .drmgrid-gap--xl-tiny {
    gap: var(--drm-simplegrid-gap-tiny);
  }
  .drmgrid-gap--xl-small {
    gap: var(--drm-simplegrid-gap-small);
  }
  .drmgrid-gap--xl-medium {
    gap: var(--drm-simplegrid-gap-medium);
  }
  .drmgrid-gap--xl-large {
    gap: var(--drm-simplegrid-gap-large);
  }
  .drmgrid-gap--xl-huge {
    gap: var(--drm-simplegrid-gap-huge);
  }
  .drmgrid-padding--xl-none {
    padding: var(--drm-simplegrid-padding-none);
  }
  .drmgrid-padding--xl-tiny {
    padding: var(--drm-simplegrid-padding-tiny);
  }
  .drmgrid-padding--xl-small {
    padding: var(--drm-simplegrid-padding-small);
  }
  .drmgrid-padding--xl-medium {
    padding: var(--drm-simplegrid-padding-medium);
  }
  .drmgrid-padding--xl-large {
    padding: var(--drm-simplegrid-padding-large);
  }
  .drmgrid-padding--xl-huge {
    padding: var(--drm-simplegrid-padding-huge);
  }
  .drmgrid-textalign--xl-inherit {
    text-align: inherit;
  }
  .drmgrid-textalign--xl-left {
    text-align: left;
  }
  .drmgrid-textalign--xl-center {
    text-align: center;
  }
  .drmgrid-textalign--xl-right {
    text-align: right;
  }
}
.drmgrid > * {
  overflow: hidden;
}
.drmgrid-remove-margins > * {
  margin: 0 !important;
}

.block-editor-block-list__block[data-type="drm/simplegrid"] {
  border: 2px dashed rgba(100, 100, 100, 0.5);
  padding: 30px;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid:before {
  position: absolute;
  top: -30px;
  background-color: rgba(100, 100, 100, 0.5);
  color: #fff;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 2px 5px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.1s ease-out;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid--left:before {
  content: "Left";
  left: -30px;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid--center:before {
  content: "Center";
  left: 50%;
  transform: translateX(-50%);
}
.block-editor-block-list__block[data-type="drm/simplegrid"].is-selected > .drmgrid:before, .block-editor-block-list__block[data-type="drm/simplegrid"].has-child-selected > .drmgrid:before {
  opacity: 1;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] .block-list-appender.block-list-appender {
  max-width: 100%;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid {
  display: block;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid > .block-editor-inner-blocks,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid > .block-editor-inner-blocks {
  padding-bottom: 50px;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  width: 100%;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid > .block-editor-inner-blocks > .block-editor-block-list__layout > *:not(.block-list-appender),
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid > .block-editor-inner-blocks > .block-editor-block-list__layout > *:not(.block-list-appender) {
  margin: 0;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-minheight--small > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-minheight--small > .block-editor-inner-blocks > .block-editor-block-list__layout {
  min-height: var(--drm-simplegrid-min-height-small);
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-minheight--medium > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-minheight--medium > .block-editor-inner-blocks > .block-editor-block-list__layout {
  min-height: var(--drm-simplegrid-min-height-medium);
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-minheight--large > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-minheight--large > .block-editor-inner-blocks > .block-editor-block-list__layout {
  min-height: var(--drm-simplegrid-min-height-large);
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-minheight--100 > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-minheight--100 > .block-editor-inner-blocks > .block-editor-block-list__layout {
  min-height: 100%;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-minheight--100vh > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-minheight--100vh > .block-editor-inner-blocks > .block-editor-block-list__layout {
  min-height: 100vh;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-justifyitems--start > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-justifyitems--start > .block-editor-inner-blocks > .block-editor-block-list__layout {
  justify-items: start;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-justifyitems--center > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-justifyitems--center > .block-editor-inner-blocks > .block-editor-block-list__layout {
  justify-items: center;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-justifyitems--end > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-justifyitems--end > .block-editor-inner-blocks > .block-editor-block-list__layout {
  justify-items: end;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-justifyitems--stretch > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-justifyitems--stretch > .block-editor-inner-blocks > .block-editor-block-list__layout {
  justify-items: stretch;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-alignitems--start > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-alignitems--start > .block-editor-inner-blocks > .block-editor-block-list__layout {
  align-items: start;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-alignitems--center > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-alignitems--center > .block-editor-inner-blocks > .block-editor-block-list__layout {
  align-items: center;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-alignitems--end > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-alignitems--end > .block-editor-inner-blocks > .block-editor-block-list__layout {
  align-items: end;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-alignitems--stretch > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-alignitems--stretch > .block-editor-inner-blocks > .block-editor-block-list__layout {
  align-items: stretch;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-justifycontent--start > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-justifycontent--start > .block-editor-inner-blocks > .block-editor-block-list__layout {
  justify-content: start;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-justifycontent--center > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-justifycontent--center > .block-editor-inner-blocks > .block-editor-block-list__layout {
  justify-content: center;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-justifycontent--end > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-justifycontent--end > .block-editor-inner-blocks > .block-editor-block-list__layout {
  justify-content: end;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-justifycontent--stretch > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-justifycontent--stretch > .block-editor-inner-blocks > .block-editor-block-list__layout {
  justify-content: stretch;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-justifycontent--space-around > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-justifycontent--space-around > .block-editor-inner-blocks > .block-editor-block-list__layout {
  justify-content: space-around;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-justifycontent--space-between > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-justifycontent--space-between > .block-editor-inner-blocks > .block-editor-block-list__layout {
  justify-content: space-between;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-justifycontent--space-evenly > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-justifycontent--space-evenly > .block-editor-inner-blocks > .block-editor-block-list__layout {
  justify-content: space-evenly;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-aligncontent--start > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-aligncontent--start > .block-editor-inner-blocks > .block-editor-block-list__layout {
  align-content: start;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-aligncontent--center > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-aligncontent--center > .block-editor-inner-blocks > .block-editor-block-list__layout {
  align-content: center;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-aligncontent--end > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-aligncontent--end > .block-editor-inner-blocks > .block-editor-block-list__layout {
  align-content: end;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-aligncontent--stretch > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-aligncontent--stretch > .block-editor-inner-blocks > .block-editor-block-list__layout {
  align-content: stretch;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-aligncontent--space-around > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-aligncontent--space-around > .block-editor-inner-blocks > .block-editor-block-list__layout {
  align-content: space-around;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-aligncontent--space-between > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-aligncontent--space-between > .block-editor-inner-blocks > .block-editor-block-list__layout {
  align-content: space-between;
}
.block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-aligncontent--space-evenly > .block-editor-inner-blocks > .block-editor-block-list__layout,
.block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-aligncontent--space-evenly > .block-editor-inner-blocks > .block-editor-block-list__layout {
  align-content: space-evenly;
}
@media (min-width: 1px) {
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--1 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--1 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(1, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--2 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--2 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--3 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--3 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(3, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--4 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--4 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(4, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--5 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--5 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(5, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--6 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--6 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(6, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--7 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--7 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(7, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--8 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--8 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(8, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--9 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--9 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(9, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--10 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--10 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(10, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--11 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--11 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(11, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--12 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--12 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(12, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--small > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--small > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-narrow));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--medium > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--medium > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-medium));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--large > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--large > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-wide));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--small-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--small-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-narrow), 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--medium-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--medium-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-medium), 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--large-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--large-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-wide), 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--auto > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--auto > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: auto;
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--small > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--small > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: var(--drm-simplegrid-cell-narrow);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--medium > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--medium > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: var(--drm-simplegrid-cell-medium);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--large > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--large > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: var(--drm-simplegrid-cell-wide);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--small-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--small-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-narrow), auto);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--medium-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--medium-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-medium), auto);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--large-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--large-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-wide), auto);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--none > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--none > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-none);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--tiny > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--tiny > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-tiny);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--small > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--small > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-small);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--medium > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--medium > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-medium);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--large > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--large > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-large);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--huge > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--huge > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-huge);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--none > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--none > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-none);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--tiny > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--tiny > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-tiny);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--small > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--small > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-small);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--medium > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--medium > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-medium);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--large > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--large > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-large);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--huge > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--huge > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-huge);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-textalign--inherit > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-textalign--inherit > .block-editor-inner-blocks > .block-editor-block-list__layout {
    text-align: inherit;
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-textalign--left > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-textalign--left > .block-editor-inner-blocks > .block-editor-block-list__layout {
    text-align: left;
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-textalign--center > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-textalign--center > .block-editor-inner-blocks > .block-editor-block-list__layout {
    text-align: center;
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-textalign--right > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-textalign--right > .block-editor-inner-blocks > .block-editor-block-list__layout {
    text-align: right;
  }
}
@media (min-width: 576px) {
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--sm-1 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--sm-1 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(1, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--sm-2 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--sm-2 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--sm-3 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--sm-3 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(3, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--sm-4 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--sm-4 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(4, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--sm-5 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--sm-5 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(5, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--sm-6 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--sm-6 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(6, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--sm-7 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--sm-7 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(7, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--sm-8 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--sm-8 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(8, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--sm-9 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--sm-9 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(9, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--sm-10 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--sm-10 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(10, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--sm-11 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--sm-11 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(11, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--sm-12 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--sm-12 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(12, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--sm-small > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--sm-small > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-narrow));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--sm-medium > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--sm-medium > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-medium));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--sm-large > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--sm-large > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-wide));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--sm-small-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--sm-small-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-narrow), 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--sm-medium-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--sm-medium-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-medium), 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--sm-large-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--sm-large-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-wide), 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--sm-auto > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--sm-auto > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: auto;
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--sm-small > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--sm-small > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: var(--drm-simplegrid-cell-narrow);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--sm-medium > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--sm-medium > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: var(--drm-simplegrid-cell-medium);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--sm-large > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--sm-large > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: var(--drm-simplegrid-cell-wide);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--sm-small-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--sm-small-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-narrow), auto);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--sm-medium-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--sm-medium-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-medium), auto);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--sm-large-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--sm-large-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-wide), auto);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--sm-none > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--sm-none > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-none);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--sm-tiny > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--sm-tiny > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-tiny);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--sm-small > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--sm-small > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-small);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--sm-medium > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--sm-medium > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-medium);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--sm-large > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--sm-large > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-large);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--sm-huge > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--sm-huge > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-huge);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--sm-none > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--sm-none > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-none);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--sm-tiny > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--sm-tiny > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-tiny);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--sm-small > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--sm-small > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-small);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--sm-medium > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--sm-medium > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-medium);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--sm-large > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--sm-large > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-large);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--sm-huge > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--sm-huge > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-huge);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-textalign--sm-inherit > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-textalign--sm-inherit > .block-editor-inner-blocks > .block-editor-block-list__layout {
    text-align: inherit;
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-textalign--sm-left > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-textalign--sm-left > .block-editor-inner-blocks > .block-editor-block-list__layout {
    text-align: left;
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-textalign--sm-center > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-textalign--sm-center > .block-editor-inner-blocks > .block-editor-block-list__layout {
    text-align: center;
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-textalign--sm-right > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-textalign--sm-right > .block-editor-inner-blocks > .block-editor-block-list__layout {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--md-1 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--md-1 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(1, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--md-2 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--md-2 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--md-3 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--md-3 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(3, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--md-4 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--md-4 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(4, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--md-5 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--md-5 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(5, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--md-6 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--md-6 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(6, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--md-7 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--md-7 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(7, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--md-8 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--md-8 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(8, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--md-9 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--md-9 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(9, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--md-10 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--md-10 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(10, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--md-11 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--md-11 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(11, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--md-12 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--md-12 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(12, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--md-small > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--md-small > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-narrow));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--md-medium > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--md-medium > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-medium));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--md-large > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--md-large > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-wide));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--md-small-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--md-small-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-narrow), 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--md-medium-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--md-medium-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-medium), 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--md-large-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--md-large-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-wide), 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--md-auto > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--md-auto > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: auto;
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--md-small > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--md-small > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: var(--drm-simplegrid-cell-narrow);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--md-medium > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--md-medium > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: var(--drm-simplegrid-cell-medium);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--md-large > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--md-large > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: var(--drm-simplegrid-cell-wide);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--md-small-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--md-small-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-narrow), auto);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--md-medium-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--md-medium-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-medium), auto);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--md-large-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--md-large-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-wide), auto);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--md-none > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--md-none > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-none);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--md-tiny > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--md-tiny > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-tiny);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--md-small > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--md-small > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-small);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--md-medium > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--md-medium > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-medium);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--md-large > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--md-large > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-large);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--md-huge > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--md-huge > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-huge);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--md-none > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--md-none > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-none);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--md-tiny > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--md-tiny > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-tiny);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--md-small > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--md-small > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-small);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--md-medium > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--md-medium > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-medium);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--md-large > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--md-large > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-large);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--md-huge > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--md-huge > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-huge);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-textalign--md-inherit > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-textalign--md-inherit > .block-editor-inner-blocks > .block-editor-block-list__layout {
    text-align: inherit;
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-textalign--md-left > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-textalign--md-left > .block-editor-inner-blocks > .block-editor-block-list__layout {
    text-align: left;
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-textalign--md-center > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-textalign--md-center > .block-editor-inner-blocks > .block-editor-block-list__layout {
    text-align: center;
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-textalign--md-right > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-textalign--md-right > .block-editor-inner-blocks > .block-editor-block-list__layout {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--lg-1 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--lg-1 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(1, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--lg-2 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--lg-2 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--lg-3 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--lg-3 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(3, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--lg-4 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--lg-4 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(4, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--lg-5 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--lg-5 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(5, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--lg-6 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--lg-6 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(6, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--lg-7 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--lg-7 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(7, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--lg-8 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--lg-8 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(8, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--lg-9 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--lg-9 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(9, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--lg-10 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--lg-10 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(10, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--lg-11 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--lg-11 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(11, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--lg-12 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--lg-12 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(12, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--lg-small > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--lg-small > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-narrow));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--lg-medium > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--lg-medium > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-medium));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--lg-large > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--lg-large > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-wide));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--lg-small-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--lg-small-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-narrow), 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--lg-medium-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--lg-medium-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-medium), 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--lg-large-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--lg-large-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-wide), 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--lg-auto > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--lg-auto > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: auto;
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--lg-small > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--lg-small > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: var(--drm-simplegrid-cell-narrow);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--lg-medium > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--lg-medium > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: var(--drm-simplegrid-cell-medium);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--lg-large > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--lg-large > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: var(--drm-simplegrid-cell-wide);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--lg-small-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--lg-small-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-narrow), auto);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--lg-medium-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--lg-medium-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-medium), auto);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--lg-large-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--lg-large-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-wide), auto);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--lg-none > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--lg-none > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-none);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--lg-tiny > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--lg-tiny > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-tiny);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--lg-small > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--lg-small > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-small);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--lg-medium > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--lg-medium > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-medium);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--lg-large > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--lg-large > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-large);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--lg-huge > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--lg-huge > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-huge);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--lg-none > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--lg-none > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-none);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--lg-tiny > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--lg-tiny > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-tiny);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--lg-small > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--lg-small > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-small);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--lg-medium > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--lg-medium > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-medium);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--lg-large > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--lg-large > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-large);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--lg-huge > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--lg-huge > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-huge);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-textalign--lg-inherit > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-textalign--lg-inherit > .block-editor-inner-blocks > .block-editor-block-list__layout {
    text-align: inherit;
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-textalign--lg-left > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-textalign--lg-left > .block-editor-inner-blocks > .block-editor-block-list__layout {
    text-align: left;
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-textalign--lg-center > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-textalign--lg-center > .block-editor-inner-blocks > .block-editor-block-list__layout {
    text-align: center;
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-textalign--lg-right > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-textalign--lg-right > .block-editor-inner-blocks > .block-editor-block-list__layout {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--xl-1 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--xl-1 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(1, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--xl-2 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--xl-2 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--xl-3 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--xl-3 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(3, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--xl-4 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--xl-4 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(4, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--xl-5 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--xl-5 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(5, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--xl-6 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--xl-6 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(6, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--xl-7 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--xl-7 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(7, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--xl-8 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--xl-8 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(8, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--xl-9 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--xl-9 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(9, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--xl-10 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--xl-10 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(10, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--xl-11 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--xl-11 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(11, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--xl-12 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--xl-12 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(12, minmax(1px, 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--xl-small > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--xl-small > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-narrow));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--xl-medium > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--xl-medium > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-medium));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--xl-large > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--xl-large > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, var(--drm-simplegrid-cell-wide));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--xl-small-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--xl-small-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-narrow), 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--xl-medium-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--xl-medium-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-medium), 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-cols--xl-large-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-cols--xl-large-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(auto-fit, minmax(var(--drm-simplegrid-cell-wide), 1fr));
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--xl-auto > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--xl-auto > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: auto;
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--xl-small > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--xl-small > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: var(--drm-simplegrid-cell-narrow);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--xl-medium > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--xl-medium > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: var(--drm-simplegrid-cell-medium);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--xl-large > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--xl-large > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: var(--drm-simplegrid-cell-wide);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--xl-small-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--xl-small-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-narrow), auto);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--xl-medium-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--xl-medium-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-medium), auto);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-rows--xl-large-plus > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-rows--xl-large-plus > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-auto-rows: minmax(var(--drm-simplegrid-cell-wide), auto);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--xl-none > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--xl-none > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-none);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--xl-tiny > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--xl-tiny > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-tiny);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--xl-small > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--xl-small > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-small);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--xl-medium > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--xl-medium > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-medium);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--xl-large > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--xl-large > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-large);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-gap--xl-huge > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-gap--xl-huge > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: var(--drm-simplegrid-gap-huge);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--xl-none > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--xl-none > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-none);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--xl-tiny > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--xl-tiny > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-tiny);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--xl-small > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--xl-small > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-small);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--xl-medium > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--xl-medium > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-medium);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--xl-large > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--xl-large > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-large);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-padding--xl-huge > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-padding--xl-huge > .block-editor-inner-blocks > .block-editor-block-list__layout {
    padding: var(--drm-simplegrid-padding-huge);
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-textalign--xl-inherit > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-textalign--xl-inherit > .block-editor-inner-blocks > .block-editor-block-list__layout {
    text-align: inherit;
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-textalign--xl-left > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-textalign--xl-left > .block-editor-inner-blocks > .block-editor-block-list__layout {
    text-align: left;
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-textalign--xl-center > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-textalign--xl-center > .block-editor-inner-blocks > .block-editor-block-list__layout {
    text-align: center;
  }
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .drmgrid-textalign--xl-right > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .block-editor-block-list__block[data-type="drm/simplegrid"] > .wp-block > .drmgrid-textalign--xl-right > .block-editor-inner-blocks > .block-editor-block-list__layout {
    text-align: right;
  }
}