.block-editor .editor-styles-wrapper .wp-block-post-title,
.block-editor .editor-styles-wrapper .wp-block-heading {
	color: var(--wp--preset--color--primary);
} 
.block-editor .editor-styles-wrapper .wp-block-button .wp-block-button__link {
  border-radius: 0px;
}
.block-editor .editor-styles-wrapper .wp-block-cover.lala-cover-align-top {
  padding-top: 0 !important;
  align-items: flex-start !important;
  /*margin-block-end: -75px !important;*/
}
.block-editor .editor-styles-wrapper .wp-block-cover.lala-cover-align-bottom {
  padding-bottom: 0 !important;
  align-items: flex-end !important;
  /*margin-block-end: -75px !important;*/
}
.block-editor .editor-styles-wrapper .wp-block-column .wp-block-heading,
.block-editor .editor-styles-wrapper .wp-block-column p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.block-editor .editor-styles-wrapper .wp-block-group.has-small-font-size ul,
.block-editor .editor-styles-wrapper .wp-block-group.has-small-font-size ol,
.block-editor .editor-styles-wrapper .wp-block-group.has-small-font-size p {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: var(--wp--preset--color--primary);
}

.block-editor .editor-styles-wrapper .wp-block-group.has-small-font-size ul,
.block-editor .editor-styles-wrapper .wp-block-group.has-small-font-size ol {
  text-align: left;
}

.block-editor .editor-styles-wrapper .wp-block-group.has-small-font-size .wp-block-buttons {
  justify-content: center;
}