[class^="plugin-width"] {float: left;margin: 0;}
[class*="dnd-plugins-col-"] {padding-left: initial; padding-right: initial;}
.dnd-plugins-row {padding-left: initial; padding-right: initial; --bs-gutter-x: 0rem;}
@media only screen and (min-width: 981px)
{
    .plugin-width-lg-100-00 {
         width: 100.00%;
     }
}
@media (min-width: 481px) and (max-width: 980px)
{
    .plugin-width-md-100-00 {
         width: 100.00%;
     }
}
@media only screen and (max-width: 480px)
{
    .plugin-width-xs-100-00 {
         width: 100.00%;
     }
}
/* center content vertically */
.dnd-plugins-row > div[class*="dnd-plugins-col-"] {
    /* min-height: 300px; */
    display: flex;
    flex-direction: column;
}
.dnd-plugins-row > div[class*="dnd-plugins-col-"] .dnd-plugins-row {
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.dnd-plugins-row > div[class*="dnd-plugins-col-"] [data-melis-plugin-tag-id] {
    width: 100%;
}