<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dialog-off-canvas-main-canvas &gt; *:not(.lgd-header, .main),
.lgd-header__inner &gt; *:not(.lgd-region--header),
.lgd-region__inner--header &gt; *:not(.block-system-branding-block),
.sidebar,
.lgd-prev-next,
.newsroom__sidebar,
.block-localgov-guides-contents,
.block-views-blocklocalgov-step-by-step-navigation-steps-for-overview,
.block-views-blocklocalgov-step-by-step-navigation-steps {
  display: none;
}

.lgd-header__inner {
  justify-content: start;
}

img {
  /* stylelint-disable */
  /*
    Disabling because cm is not an allowed value in Drupal's stylelint, but
    we need it here for the print.css.
   */
  max-width: 10cm; /* half the width of A4 */
  /* stylelint-enable */
}

.accordion--initialised .accordion-pane__content {
  display: block;
}
</pre></body></html>