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

.wp-block-mecanoid-file {
  margin: 0 10px;
  color: black;
  border-bottom: 1px solid #6a6a6a;
}

.wp-block-mecanoid-file.private {
  border-bottom: 1px solid red;
  background-color: rgba(194, 128, 66, 0.2);
}
