.cell.aside {
    display: none;
}

@media screen and (min-width: 400px) {
  .innerCell {
  	min-width: 375px;
}
}

@media screen and (min-width: 800px) {
  .innerCell {
  	min-width: 600px;
}
}

/* START Custom Changes to increase center column width - BLL - 08.13.24 */
.vp-article :where(.vp-article__content,
.contentLayout2,.columnLayout.fixed-width .innerCell,
.vp-article__integration) {
    display: block;
}
.vp-article .article-header {
    margin: 0;
}
.article__content .columnLayout:is(.two-right-sidebar,.two-left-sidebar,.three-equal) {
    grid-template-columns: repeat(1, 1fr);
}
.vp-breadcrumbs {
  margin: 0;
}
.vp-breadcrumbs .breadcrumbs-wrapper {
  white-space: normal;
}
/* END Custom Changes to increase center column width - BLL - 08.13.24 */
