/**
  * @file
  * Styles specifically for nodes.
  **/

.node--unpublished {
  background-color: var(--light-grey);
}

.node--unpublished::before {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  content: "UNPUBLISHED";
  font-size: 2rem;
  font-weight: bold;
  color: var(--laurier-red);
}

.header-field {
  line-break: loose;
  word-break: break-word;
}
