/* Expand article layout and container to full width */
.node--type-article,
.node--type-feed,
.page-node-type-article .layout-content,
.page-node-type-feed .layout-content {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

/* Ensure body text stays readable up to 1200px */
.node--type-article .field--name-body,
.node--type-feed .field--name-body {
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto;
}