.brafton-block__list__custom-content, .brafton-block__list__custom-content-share {
  padding: 0 1rem;
}
@media only screen and (max-width: 768px) {
  .brafton-block__list__custom-content, .brafton-block__list__custom-content-share {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 10px);
            flex: 0 1 calc(50% - 10px);
  }
}
@media only screen and (max-width: 360px) {
  .brafton-block__list__custom-content, .brafton-block__list__custom-content-share {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.brafton-block__list__custom-content > .block-editor-inner-blocks, .brafton-block__list__custom-content-share > .block-editor-inner-blocks {
  width: 100%;
}
.brafton-block__list__custom-content.center, .brafton-block__list__custom-content-share.center {
  text-align: center;
  margin: auto;
}
.brafton-block__list__custom-content.center > .block-editor-inner-blocks > .block-editor-block-list__layout, .brafton-block__list__custom-content-share.center > .block-editor-inner-blocks > .block-editor-block-list__layout {
  text-align: center;
  margin: auto;
}
.brafton-block__list__custom-content.right, .brafton-block__list__custom-content-share.right {
  text-align: right;
}
.brafton-block__list__custom-content.right > .block-editor-inner-blocks > .block-editor-block-list__layout, .brafton-block__list__custom-content-share.right > .block-editor-inner-blocks > .block-editor-block-list__layout {
  text-align: right;
}