.block-editor__container .button-icon-elem {
  display: flex;
  flex-direction: column;
}
.block-editor__container .music-crew-buttons .wp-element-button:after {
  position: absolute;
  right: 20px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  border-right: 0;
  border-top: 0;
}
.block-editor__container .wp-block-button.icon-after .wp-element-button:after {
  content: "";
  display: inline-block;
  background-image: var(--button-icon);
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  background-repeat: no-repeat;
}
.block-editor__container .wp-block-button.icon-before .wp-element-button:before {
  content: "";
  display: inline-block;
  background-image: var(--button-icon);
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-repeat: no-repeat;
}