.x-ck-layout {
  display: flex;
  margin: 15px -15px; }
  .x-ck-layout.align-center {
    align-items: center; }

.x-ck-layout__col {
  flex-grow: 1;
  padding: 0 15px; }
  .x-ck-layout__col img {
    display: block;
    max-width: fit-content;
    max-width: -moz-fit-content; }

.cke_editable img {
  max-width: fit-content;
  height: auto; }
.cke_editable .x-ck-layout {
  margin: 15px 0; }
  .cke_editable .x-ck-layout.align-center {
    align-items: normal; }
.cke_editable .x-ck-layout__col {
  border: 1px solid #ddd;
  padding: 15px; }
.cke_editable .align-right {
  margin-left: 15px;
  margin-bottom: 15px; }
/*# sourceMappingURL=https://phoenixmedia-ua.com/themes/personal/css/ckeditor.css.map */