/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-mecanoid-icons {
  background-color: grey;
  border: 1px solid black;
  min-height: 50px;
  width: 100%;
  margin: 0;
  padding: 10px;
  color: white;
  display: block;
}

.wp-block-mecanoid-icons > div > div {
  display: flex;
}
