.button-block .content-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.button-block.alignleft .content-wrapper {
  justify-content: flex-start;
}
.button-block.aligncenter .content-wrapper {
  justify-content: center;
}
.button-block.alignright .content-wrapper {
  justify-content: flex-end;
}

/******************
 * BACKEND STYLES *
******************/
.editor-visual-editor .wp-block-acf-button {
  min-height: 50px;
}