.wp-block-mh-cta-button {
  display: flex;
}

.wp-block-mh-cta-button.alignleft {
  justify-content: flex-start;
}

.wp-block-mh-cta-button.aligncenter {
  justify-content: center;
}

.wp-block-mh-cta-button.alignright {
  justify-content: flex-end;
}

.mh-cta-button-block-editor {
  padding: 8px 0;
}
