/**
 * @file Theming nodes in full view mode.
 **/

.full {
  /* CSS Here */
}

.node__date-published {
  margin-bottom: var(--spacing-xxlarge);
  font-size: var(--font-size-small-b);
}

.node__related {
  background: var(--zevi-node-related-background);
}
