/* File: automatic-gutenberg.css - Version: 2.7.0.2 - Generated: 2023-10-17 18:42:14 */
.flex--col {
  display: flex;
  flex-direction: column;
}
.flex--row {
  display: flex;
  flex-direction: row;
}
.flex--col-reverse {
  display: flex;
  flex-direction: column-reverse;
}
.flex--row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 1280px) {
  .flex--col-xl {
    display: flex;
    flex-direction: column;
  }
  .flex--row-xl {
    display: flex;
    flex-direction: row;
  }
  .flex--col-reverse-xl {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex--row-reverse-xl {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (max-width: 992px) {
  .flex--col-l {
    display: flex;
    flex-direction: column;
  }
  .flex--row-l {
    display: flex;
    flex-direction: row;
  }
  .flex--col-reverse-l {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex--row-reverse-l {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .flex--col-m {
    display: flex;
    flex-direction: column;
  }
  .flex--row-m {
    display: flex;
    flex-direction: row;
  }
  .flex--col-reverse-m {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex--row-reverse-m {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (max-width: 480px) {
  .flex--col-s {
    display: flex;
    flex-direction: column;
  }
  .flex--row-s {
    display: flex;
    flex-direction: row;
  }
  .flex--col-reverse-s {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex--row-reverse-s {
    display: flex;
    flex-direction: row-reverse;
  }
}
.justify-content--start {
  display: flex;
  justify-content: flex-start;
}
.justify-content--end {
  display: flex;
  justify-content: flex-end;
}
.justify-content--center {
  display: flex;
  justify-content: center;
}
.justify-content--between {
  display: flex;
  justify-content: space-between;
}
.justify-content--around {
  display: flex;
  justify-content: space-around;
}
.justify-content--stretch {
  display: flex;
  justify-content: stretch;
}
.align-content--start {
  display: flex;
  align-content: flex-start;
}
.align-content--end {
  display: flex;
  align-content: flex-end;
}
.align-content--center {
  display: flex;
  align-content: center;
}
.align-content--baseline {
  display: flex;
  align-content: baseline;
}
.align-content--stretch {
  display: flex;
  align-content: stretch;
}
.justify-items--start {
  display: flex;
  justify-items: flex-start;
}
.justify-items--center {
  display: flex;
  justify-items: center;
}
.justify-items--end {
  display: flex;
  justify-items: flex-end;
}
.justify-items--stretch {
  display: flex;
  justify-items: stretch;
}
.align-items--start {
  display: flex;
  align-items: flex-start;
}
.align-items--end {
  display: flex;
  align-items: flex-end;
}
.align-items--center {
  display: flex;
  align-items: center;
}
.align-items--baseline {
  display: flex;
  align-items: baseline;
}
.align-items--stretch {
  display: flex;
  align-items: stretch;
}
.self--start {
  align-self: flex-start;
}
.self--end {
  align-self: flex-end;
}
.self--stretch {
  align-self: stretch;
}
.self--center {
  align-self: center;
}
.stretch {
  display: flex;
  align-content: stretch;
  align-items: stretch;
  justify-content: stretch;
  justify-items: stretch;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--grow > * {
  flex-grow: 1;
}
.editor-styles-wrapper {
  width: 100% !important;
}
