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

.wp-block-mecanoid-iconssolo > div > div {
  display: -ms-grid;
  -ms-grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
