.layout-blocks-preview{
    width: 100%;
    background: #FBFBFB;
    border: 2px dashed #CECECE;
    padding: 10px;
}
.layout-preview{
    min-height: 120px;
    background: #FBFBFB;
    border: 2px dashed #CECECE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.layout-preview:not(.grid-layout-preview){
    width: 100%;
}

.layout-apply .dragbox{
    cursor: initial;
}

.layout-preview.grid-layout-preview{
    float: left;
}

.g-0 > *:not(:first-child) .layout-preview{
    border-left: none;
}

.layout-preview .nb-title{
    font-size: 14px;
    line-height: 19px;
    color: #919191;
}

/*.dd-layout:not(:last-child){*/
/*    margin-bottom: 30px;*/
/*}*/