/**
 * @file
 * Visual styles for nodes.
 */

.node--unpublished {
  background-color: #fff4f4;
}
.node__submitted {
  padding: 1em 0;
}
