/* Make main content area wider on specific pages */
.wide-page .bd-main .bd-content,
.wide-page .bd-main .bd-content .bd-article-container,
.wide-page .bd-main .bd-content .bd-article {
  max-width: 100% !important;
}

/* Optional: widen even more while keeping margins reasonable */
.wide-page .bd-container {
  max-width: 100% !important;
}

/* Let specific content break out of the theme’s max-width column */
.full-width {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
