.ae-disabled {
    display: none;
    transition: all 0.3s ease;
}

.ae-block-insert {
    content: 'Insert here';
    width: 100%;  
    height: 100%;
    background: red;
    right: 0;
    top: 0;
}

[data-gjs-type="wrapper"] {
    outline: none !important;
    outline-offset: 0 !important;
}

#ae-no-components-drag-area {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
    background: #c3ccce;
}

#ae-no-components-drag-area:not(.ae-disabled) {
    background: #aab2b3;
}

#ae-no-components-drag-area::after {

}

[data-ae-type="ae-drop-area"] {
    height: calc(4px * 10);
    background: #d2dbdc;
}

[data-ae-type="ae-drop-area-td"] [data-ae-type="ae-drop-area"] {
    width: calc(4px * 3);
    height: 10px;
}