.space-overview__hero__header__content__intro--intro { display: none; }
.code-macro__language span { display: none; }
.code-macro__language { min-height: 45px; }
.code-macro { margin-bottom:0.5em; }
.code-macro__title { height:0; padding-left:1em; padding-top:0.5em; }
:root {
    --content-width: 90%;
}
.vp-article :where(.vp-article__content,.contentLayout2,.columnLayout.fixed-width .innerCell)>.table-wrap {
    max-inline-size: 90%;
}
.header__navigation--heading {
    margin-top: 9px;
}
@media (max-width: 710px) {
  :root {
    --content-width: 100%;
  }
  .vp-article :where(.vp-article__content,.contentLayout2,.columnLayout.fixed-width .innerCell)>.table-wrap {
    max-inline-size: 100%;
  }
}