[class*=ce-type-grid] {
    margin-bottom: 0;
}

[class*=ce-type-grid-fullwidth] ,
.content > .ce-type-grid-slickcarousel {
    margin-bottom: var(--ce-spacer);
}

.content > .ce-type-grid-slickcarousel + [class*=ce-type-grid-fullwidth] ,
[class*=ce-type-grid-fullwidth] + [class*=ce-type-grid-fullwidth] {
    margin-top: calc(var(--ce-spacer) * -1);
}

[class*=ce-type-grid].ce-layout-box>.ce-layout-box-outer>.ce-layout-box-inner>.ce-element:last-child {
    margin-bottom: 0;
}

.ce-grid-equal-height-children>[class^=col] {
    display: grid;
}

.ce-grid-equal-height-children>[class^=col]>[class*=ce-layout] {
    display: grid;
    grid-template-columns: auto;
}

.ce-grid-equal-height-children>[class^=col]>[class*=ce-layout]>[class*=ce-layout] {
    display: grid;
    grid-template-columns: auto;
}

.ce-grid-equal-height-children>[class^=col]>[class*=ce-layout]>[class*=ce-layout] [class*=ce-layout] {
    width: 100%;
}

.ce-grid-equal-height-children>[class^=col]>[class*=ce-layout] .ce-header {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}