/**
 * @file
 * Theme styles for the content_moderation module.
 */
.entity-moderation-form {
  margin: 2em 0;
  padding-left: 1em;
  border: 1px dashed #bbb;
  background: #fff;
}
