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

.full {
  /* CSS Here */
}

.node__date-published {
  margin-bottom: var(--spacing-2xl);
  font-size: var(--font-size-sm);
}

.node__related {
  background: var(--theme-dark-related-content-background);
}
