/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
/* Make our Columns truly full-bleed in the editor */
.editor-styles-wrapper .wp-block-axcelersblocks-columns.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  /* optional: remove editor global padding if your theme adds it */
  padding-left: 0;
  padding-right: 0;
}

/* Wide width falls back to theme’s wide size var, with a sane fallback */
.editor-styles-wrapper .wp-block-axcelersblocks-columns.alignwide {
  max-width: var(--wp--style--global--wide-size, 1340px);
  margin-left: auto;
  margin-right: auto;
}
