/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

 .wp-block-rebel-aligned-column {
  display: flex !important;
}

.wp-block-rebel-aligned-column.is-style-align-end {
  justify-content: flex-end !important;
}

.wp-block-rebel-aligned-column.is-style-align-start {
  justify-content: flex-start !important;
}

.wp-block-rebel-aligned-column.is-style-align-center {
  justify-content: center !important;
}
