/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-mecanoid-servicegallery {
  background-color: white;
  border: 1px solid black;
  min-height: 200px;
  overflow-x: auto;
}
.wp-block-mecanoid-servicegallery > div > div {
  padding: 10px;
}
