/* Outer integration only. The migrated /new microsite lives in Shadow DOM. */
.ctuk-public-shell[data-ctuk-page="pathways"]{
  background:#0b1220!important;
  overflow:visible!important;
}
.ctuk-public-shell[data-ctuk-page="pathways"] .ctuk-public-content{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
.ctuk-public-shell[data-ctuk-page="pathways"] .ctuk-pathways-page,
.ctuk-public-shell[data-ctuk-page="pathways"] .ctuk-pathways-shadow-host{
  display:block;
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  background:#0b1220;
}
body#page-local-cometoukapi-public-pathways #page-content,
body#page-local-cometoukapi-public-pathways #region-main-box,
body#page-local-cometoukapi-public-pathways #region-main,
body.ctuk-public-ajax-mode .ctuk-public-shell[data-ctuk-page="pathways"]{
  width:100%!important;
  max-width:none!important;
}
/* Never let generic public-page card/section rules reach the shadow host. */
.ctuk-public-shell[data-ctuk-page="pathways"] .ctuk-pathways-page *{
  box-sizing:border-box;
}
