/**
 * @file
 * CSS override for when article field_enable_news has never been set.
 */

.node--type-article.full > .node__content.full-width > .node__meta,
.node--type-article.full > .node__content.full-width > .node__main {
  flex: 1 0 calc(66.66667% - 2rem) !important;
}