@charset "UTF-8";
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* stylelint-disable color-no-hex */
  /* stylelint-enable color-no-hex */
  /* stylelint-disable string-quotes, order/properties-alphabetical-order */
  /* stylelint-disable indentation */
  /* stylelint-disable color-no-hex */
  /* ==========================================================================
     GENERIC / #BOX-SIZING
     ========================================================================== */
  /**
   * Set the global `box-sizing` state to `border-box`.
   *
   * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
   * http://paulirish.com/2012/box-sizing-border-box-ftw
   */
}
.edit-post-visual-editor html, .block-editor-block-styles html, .block-editor-inserter__menu-help-panel html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.edit-post-visual-editor *, .edit-post-visual-editor *:before, .edit-post-visual-editor *:after, .block-editor-block-styles *, .block-editor-block-styles *:before, .block-editor-block-styles *:after, .block-editor-inserter__menu-help-panel *, .block-editor-inserter__menu-help-panel *:before, .block-editor-inserter__menu-help-panel *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     ELEMENTS / #LINKS
     ========================================================================== */
  /**
   * Our basic `<a>` elements only need very minimal styling.
   * It uses the @mixin nhsuk-link-style-default within tools/links.
   * Anything more opinionated (e.g. buttons, calls-to-action, etc.) will need a
   * class defining in the Components layer.
   *
   * 1. Outputs full link URL for print.
   * 2. Point unit used for print.
   */
}
.edit-post-visual-editor a, .block-editor-block-styles a, .block-editor-inserter__menu-help-panel a {
  color: #005eb8;
}
.edit-post-visual-editor a:visited, .block-editor-block-styles a:visited, .block-editor-inserter__menu-help-panel a:visited {
  color: #330072;
}
.edit-post-visual-editor a:hover, .block-editor-block-styles a:hover, .block-editor-inserter__menu-help-panel a:hover {
  color: #7c2855;
  text-decoration: none;
}
.edit-post-visual-editor a:focus, .block-editor-block-styles a:focus, .block-editor-inserter__menu-help-panel a:focus {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}
.edit-post-visual-editor a:focus:hover, .block-editor-block-styles a:focus:hover, .block-editor-inserter__menu-help-panel a:focus:hover {
  text-decoration: none;
}
.edit-post-visual-editor a:focus:visited, .block-editor-block-styles a:focus:visited, .block-editor-inserter__menu-help-panel a:focus:visited {
  color: #212b32;
}
.edit-post-visual-editor a:focus .nhsuk-icon, .block-editor-block-styles a:focus .nhsuk-icon, .block-editor-inserter__menu-help-panel a:focus .nhsuk-icon {
  fill: #212b32;
}
.edit-post-visual-editor a:active, .block-editor-block-styles a:active, .block-editor-inserter__menu-help-panel a:active {
  color: #002f5c;
}
@media print {
  .edit-post-visual-editor a:after, .block-editor-block-styles a:after, .block-editor-inserter__menu-help-panel a:after {
    color: #212b32;
    content: " (Link: " attr(href) ")"; /* [1] */
    font-size: 14pt; /* [2] */
  }
}
.edit-post-visual-editor .nhsuk-link--no-visited-state:link, .block-editor-block-styles .nhsuk-link--no-visited-state:link, .block-editor-inserter__menu-help-panel .nhsuk-link--no-visited-state:link {
  color: #005eb8;
}
.edit-post-visual-editor .nhsuk-link--no-visited-state:visited, .block-editor-block-styles .nhsuk-link--no-visited-state:visited, .block-editor-inserter__menu-help-panel .nhsuk-link--no-visited-state:visited {
  color: #005eb8;
}
.edit-post-visual-editor .nhsuk-link--no-visited-state:hover, .block-editor-block-styles .nhsuk-link--no-visited-state:hover, .block-editor-inserter__menu-help-panel .nhsuk-link--no-visited-state:hover {
  color: #7c2855;
}
.edit-post-visual-editor .nhsuk-link--no-visited-state:active, .block-editor-block-styles .nhsuk-link--no-visited-state:active, .block-editor-inserter__menu-help-panel .nhsuk-link--no-visited-state:active {
  color: #002f5c;
}
.edit-post-visual-editor .nhsuk-link--no-visited-state:focus, .block-editor-block-styles .nhsuk-link--no-visited-state:focus, .block-editor-inserter__menu-help-panel .nhsuk-link--no-visited-state:focus {
  color: #212b32;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     OBJECTS / #GRID
     ========================================================================== */
}
.edit-post-visual-editor .nhsuk-grid-row:after, .block-editor-block-styles .nhsuk-grid-row:after, .block-editor-inserter__menu-help-panel .nhsuk-grid-row:after {
  clear: both;
  content: "";
  display: block;
}
.edit-post-visual-editor .nhsuk-grid-row, .block-editor-block-styles .nhsuk-grid-row, .block-editor-inserter__menu-help-panel .nhsuk-grid-row {
  margin-left: -16px;
  margin-right: -16px;
}
.edit-post-visual-editor .nhsuk-grid-column-one-quarter, .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onequarter"], .block-editor-block-styles .nhsuk-grid-column-one-quarter, .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onequarter"], .block-editor-inserter__menu-help-panel .nhsuk-grid-column-one-quarter, .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onequarter"] {
  box-sizing: border-box;
  padding: 0 16px;
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-grid-column-one-quarter, .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onequarter"], .block-editor-block-styles .nhsuk-grid-column-one-quarter, .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onequarter"], .block-editor-inserter__menu-help-panel .nhsuk-grid-column-one-quarter, .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onequarter"] {
    float: left;
    width: 25%;
  }
}
.edit-post-visual-editor .nhsuk-grid-column-one-third, .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onethird"], .block-editor-block-styles .nhsuk-grid-column-one-third, .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onethird"], .block-editor-inserter__menu-help-panel .nhsuk-grid-column-one-third, .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onethird"] {
  box-sizing: border-box;
  padding: 0 16px;
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-grid-column-one-third, .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onethird"], .block-editor-block-styles .nhsuk-grid-column-one-third, .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onethird"], .block-editor-inserter__menu-help-panel .nhsuk-grid-column-one-third, .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onethird"] {
    float: left;
    width: 33.3333%;
  }
}
.edit-post-visual-editor .nhsuk-grid-column-one-half, .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onehalf"], .block-editor-block-styles .nhsuk-grid-column-one-half, .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onehalf"], .block-editor-inserter__menu-help-panel .nhsuk-grid-column-one-half, .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onehalf"] {
  box-sizing: border-box;
  padding: 0 16px;
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-grid-column-one-half, .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onehalf"], .block-editor-block-styles .nhsuk-grid-column-one-half, .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onehalf"], .block-editor-inserter__menu-help-panel .nhsuk-grid-column-one-half, .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onehalf"] {
    float: left;
    width: 50%;
  }
}
.edit-post-visual-editor .nhsuk-grid-column-two-thirds, .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"], .block-editor-block-styles .nhsuk-grid-column-two-thirds, .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"], .block-editor-inserter__menu-help-panel .nhsuk-grid-column-two-thirds, .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"] {
  box-sizing: border-box;
  padding: 0 16px;
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-grid-column-two-thirds, .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"], .block-editor-block-styles .nhsuk-grid-column-two-thirds, .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"], .block-editor-inserter__menu-help-panel .nhsuk-grid-column-two-thirds, .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"] {
    float: left;
    width: 66.6666%;
  }
}
.edit-post-visual-editor .nhsuk-grid-column-three-quarters, .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/threequarters"], .block-editor-block-styles .nhsuk-grid-column-three-quarters, .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/threequarters"], .block-editor-inserter__menu-help-panel .nhsuk-grid-column-three-quarters, .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/threequarters"] {
  box-sizing: border-box;
  padding: 0 16px;
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-grid-column-three-quarters, .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/threequarters"], .block-editor-block-styles .nhsuk-grid-column-three-quarters, .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/threequarters"], .block-editor-inserter__menu-help-panel .nhsuk-grid-column-three-quarters, .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/threequarters"] {
    float: left;
    width: 75%;
  }
}
.edit-post-visual-editor .nhsuk-grid-column-full, .block-editor-block-styles .nhsuk-grid-column-full, .block-editor-inserter__menu-help-panel .nhsuk-grid-column-full {
  box-sizing: border-box;
  padding: 0 16px;
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-grid-column-full, .block-editor-block-styles .nhsuk-grid-column-full, .block-editor-inserter__menu-help-panel .nhsuk-grid-column-full {
    float: left;
    width: 100%;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     OBJECTS / #MAIN-WRAPPER
     ========================================================================== */
  /**
   * Page wrapper for the grid system
   *
   * Usage:
   * <div class="nhsuk-width-container">
   *   <div class="nhsuk-main-wrapper">
   *    <!-- Wrapper for the main content of your page which applies padding
   *         to the top / bottom -->
   *   </div>
   * </div>
   *
   * Original code taken from GDS (Government Digital Service)
   * https://github.com/alphagov/govuk-frontend
   *
   * 1. In IE11 the `main` element can be used, but is not recognized  –
   *    meaning it's not defined in IE's default style sheet,
   *    so it uses CSS initial value, which is inline.
   */
}
.edit-post-visual-editor .nhsuk-main-wrapper, .block-editor-block-styles .nhsuk-main-wrapper, .block-editor-inserter__menu-help-panel .nhsuk-main-wrapper {
  padding-top: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-main-wrapper, .block-editor-block-styles .nhsuk-main-wrapper, .block-editor-inserter__menu-help-panel .nhsuk-main-wrapper {
    padding-top: 48px;
  }
}
.edit-post-visual-editor .nhsuk-main-wrapper, .block-editor-block-styles .nhsuk-main-wrapper, .block-editor-inserter__menu-help-panel .nhsuk-main-wrapper {
  padding-bottom: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-main-wrapper, .block-editor-block-styles .nhsuk-main-wrapper, .block-editor-inserter__menu-help-panel .nhsuk-main-wrapper {
    padding-bottom: 48px;
  }
}
.edit-post-visual-editor .nhsuk-main-wrapper > *:first-child, .block-editor-block-styles .nhsuk-main-wrapper > *:first-child, .block-editor-inserter__menu-help-panel .nhsuk-main-wrapper > *:first-child {
  margin-top: 0;
}
.edit-post-visual-editor .nhsuk-main-wrapper > *:last-child, .block-editor-block-styles .nhsuk-main-wrapper > *:last-child, .block-editor-inserter__menu-help-panel .nhsuk-main-wrapper > *:last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor .nhsuk-main-wrapper, .block-editor-block-styles .nhsuk-main-wrapper, .block-editor-inserter__menu-help-panel .nhsuk-main-wrapper {
  display: block; /* [1] */
}
.edit-post-visual-editor .nhsuk-main-wrapper--l, .block-editor-block-styles .nhsuk-main-wrapper--l, .block-editor-inserter__menu-help-panel .nhsuk-main-wrapper--l {
  padding-top: 48px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-main-wrapper--l, .block-editor-block-styles .nhsuk-main-wrapper--l, .block-editor-inserter__menu-help-panel .nhsuk-main-wrapper--l {
    padding-top: 56px;
  }
}
.edit-post-visual-editor .nhsuk-main-wrapper--s, .block-editor-block-styles .nhsuk-main-wrapper--s, .block-editor-inserter__menu-help-panel .nhsuk-main-wrapper--s {
  padding-bottom: 24px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-main-wrapper--s, .block-editor-block-styles .nhsuk-main-wrapper--s, .block-editor-inserter__menu-help-panel .nhsuk-main-wrapper--s {
    padding-bottom: 32px;
  }
}
.edit-post-visual-editor .nhsuk-main-wrapper--s, .block-editor-block-styles .nhsuk-main-wrapper--s, .block-editor-inserter__menu-help-panel .nhsuk-main-wrapper--s {
  padding-top: 24px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-main-wrapper--s, .block-editor-block-styles .nhsuk-main-wrapper--s, .block-editor-inserter__menu-help-panel .nhsuk-main-wrapper--s {
    padding-top: 32px;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     OBJECTS / #WIDTH-CONTAINER
     ========================================================================== */
  /**
   * Page width for the grid system
   *
   * Original code taken from GDS (Government Digital Service)
   * https://github.com/alphagov/govuk-frontend
   *
   * 1. On mobile, add half width gutters
   * 2. Limit the width of the container to the page width
   * 3. From desktop, add full width gutters
   * 4. As soon as the viewport is greater than the width of the page plus the
   *    gutters, just centre the content instead of adding gutters.
   * 5. Full width container, spanning the entire width of the viewport
   */
}
.edit-post-visual-editor .nhsuk-width-container, .block-editor-block-styles .nhsuk-width-container, .block-editor-inserter__menu-help-panel .nhsuk-width-container {
  margin: 0 16px; /* [1] */
  max-width: 960px; /* [2] */
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-width-container, .block-editor-block-styles .nhsuk-width-container, .block-editor-inserter__menu-help-panel .nhsuk-width-container {
    margin: 0 32px; /* [3] */
  }
}
.edit-post-visual-editor .nhsuk-width-container, .block-editor-block-styles .nhsuk-width-container, .block-editor-inserter__menu-help-panel .nhsuk-width-container {
  /* [4] */
}
@media (min-width: 1024px) {
  .edit-post-visual-editor .nhsuk-width-container, .block-editor-block-styles .nhsuk-width-container, .block-editor-inserter__menu-help-panel .nhsuk-width-container {
    margin: 0 auto;
  }
}
.edit-post-visual-editor .nhsuk-width-container-fluid, .block-editor-block-styles .nhsuk-width-container-fluid, .block-editor-inserter__menu-help-panel .nhsuk-width-container-fluid {
  margin: 0 16px;
  max-width: 100%; /* [5] */
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-width-container-fluid, .block-editor-block-styles .nhsuk-width-container-fluid, .block-editor-inserter__menu-help-panel .nhsuk-width-container-fluid {
    margin: 0 32px; /* [3] */
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     STYLES / #ICONS
     ========================================================================== */
}
.edit-post-visual-editor .nhsuk-icon, .block-editor-block-styles .nhsuk-icon, .block-editor-inserter__menu-help-panel .nhsuk-icon {
  height: 34px;
  width: 34px;
}
.edit-post-visual-editor .nhsuk-icon__search, .block-editor-block-styles .nhsuk-icon__search, .block-editor-inserter__menu-help-panel .nhsuk-icon__search {
  fill: #005eb8;
}
.edit-post-visual-editor .nhsuk-icon__chevron-left, .block-editor-block-styles .nhsuk-icon__chevron-left, .block-editor-inserter__menu-help-panel .nhsuk-icon__chevron-left {
  fill: #005eb8;
}
.edit-post-visual-editor .nhsuk-icon__chevron-right, .block-editor-block-styles .nhsuk-icon__chevron-right, .block-editor-inserter__menu-help-panel .nhsuk-icon__chevron-right {
  fill: #005eb8;
}
.edit-post-visual-editor .nhsuk-icon__close, .block-editor-block-styles .nhsuk-icon__close, .block-editor-inserter__menu-help-panel .nhsuk-icon__close {
  fill: #005eb8;
}
.edit-post-visual-editor .nhsuk-icon__cross, .block-editor-block-styles .nhsuk-icon__cross, .block-editor-inserter__menu-help-panel .nhsuk-icon__cross {
  fill: #d5281b;
}
.edit-post-visual-editor .nhsuk-icon__tick, .block-editor-block-styles .nhsuk-icon__tick, .block-editor-inserter__menu-help-panel .nhsuk-icon__tick {
  stroke: #007f3b;
}
.edit-post-visual-editor .nhsuk-icon__arrow-right, .block-editor-block-styles .nhsuk-icon__arrow-right, .block-editor-inserter__menu-help-panel .nhsuk-icon__arrow-right {
  fill: #005eb8;
}
.edit-post-visual-editor .nhsuk-icon__arrow-left, .block-editor-block-styles .nhsuk-icon__arrow-left, .block-editor-inserter__menu-help-panel .nhsuk-icon__arrow-left {
  fill: #005eb8;
}
.edit-post-visual-editor .nhsuk-icon__arrow-right-circle, .block-editor-block-styles .nhsuk-icon__arrow-right-circle, .block-editor-inserter__menu-help-panel .nhsuk-icon__arrow-right-circle {
  fill: #007f3b;
}
.edit-post-visual-editor .nhsuk-icon__chevron-down, .block-editor-block-styles .nhsuk-icon__chevron-down, .block-editor-inserter__menu-help-panel .nhsuk-icon__chevron-down {
  fill: #ffffff;
  height: 24px;
  position: absolute;
  right: 4px;
  transform: rotate(90deg);
  width: 24px;
}
.edit-post-visual-editor .nhsuk-icon__chevron-up, .block-editor-block-styles .nhsuk-icon__chevron-up, .block-editor-inserter__menu-help-panel .nhsuk-icon__chevron-up {
  fill: #005eb8;
}
.edit-post-visual-editor .nhsuk-icon__chevron-up path, .block-editor-block-styles .nhsuk-icon__chevron-up path, .block-editor-inserter__menu-help-panel .nhsuk-icon__chevron-up path {
  fill: #ffffff;
}
.edit-post-visual-editor .nhsuk-icon__emdash path, .block-editor-block-styles .nhsuk-icon__emdash path, .block-editor-inserter__menu-help-panel .nhsuk-icon__emdash path {
  fill: #aeb7bd;
}
.edit-post-visual-editor .nhsuk-icon__plus, .block-editor-block-styles .nhsuk-icon__plus, .block-editor-inserter__menu-help-panel .nhsuk-icon__plus {
  fill: #005eb8;
}
.edit-post-visual-editor .nhsuk-icon__minus, .block-editor-block-styles .nhsuk-icon__minus, .block-editor-inserter__menu-help-panel .nhsuk-icon__minus {
  fill: #005eb8;
}
.edit-post-visual-editor .nhsuk-icon--size-25, .block-editor-block-styles .nhsuk-icon--size-25, .block-editor-inserter__menu-help-panel .nhsuk-icon--size-25 {
  height: 42.5px;
  width: 42.5px;
}
.edit-post-visual-editor .nhsuk-icon--size-50, .block-editor-block-styles .nhsuk-icon--size-50, .block-editor-inserter__menu-help-panel .nhsuk-icon--size-50 {
  height: 51px;
  width: 51px;
}
.edit-post-visual-editor .nhsuk-icon--size-75, .block-editor-block-styles .nhsuk-icon--size-75, .block-editor-inserter__menu-help-panel .nhsuk-icon--size-75 {
  height: 59.5px;
  width: 59.5px;
}
.edit-post-visual-editor .nhsuk-icon--size-100, .block-editor-block-styles .nhsuk-icon--size-100, .block-editor-inserter__menu-help-panel .nhsuk-icon--size-100 {
  height: 68px;
  width: 68px;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     STYLES / #LISTS
     ========================================================================== */
  /**
   * 1. 'Random number' used to align ul and ol left with content.
   * 2. 'Random number' used to give sufficient spacing between text and icon.
   * 3. 'Random number' used to align icon and text.
   */
}
.edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol, .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul, .edit-post-visual-editor .nhsuk-list, .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol, .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul, .block-editor-block-styles .nhsuk-list, .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .nhsuk-list {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol, .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul, .edit-post-visual-editor .nhsuk-list, .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol, .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul, .block-editor-block-styles .nhsuk-list, .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .nhsuk-list {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol, .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul, .edit-post-visual-editor .nhsuk-list, .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol, .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul, .block-editor-block-styles .nhsuk-list, .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .nhsuk-list {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol, .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul, .edit-post-visual-editor .nhsuk-list, .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol, .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul, .block-editor-block-styles .nhsuk-list, .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .nhsuk-list {
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol, .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul, .edit-post-visual-editor .nhsuk-list, .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol, .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul, .block-editor-block-styles .nhsuk-list, .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .nhsuk-list {
    margin-bottom: 24px;
  }
}
.edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol, .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul, .edit-post-visual-editor .nhsuk-list, .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol, .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul, .block-editor-block-styles .nhsuk-list, .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .nhsuk-list {
  list-style-type: none;
  margin-top: 0;
  padding-left: 0;
}
.edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-block-styles ol ol, .block-editor-block-styles .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ol, .edit-post-visual-editor ol .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-block-styles ol ol, .block-editor-block-styles .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ol, .edit-post-visual-editor ol .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-block-styles ol .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol ol, .block-editor-block-styles .edit-post-visual-editor ol .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ol, .edit-post-visual-editor ul ol, .edit-post-visual-editor ul .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor ul ol, .edit-post-visual-editor ul .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ol, .edit-post-visual-editor .block-editor-block-styles ul ol, .edit-post-visual-editor .block-editor-block-styles ul ol, .edit-post-visual-editor .block-editor-block-styles ul .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul ol, .block-editor-block-styles .edit-post-visual-editor ul ol, .block-editor-block-styles .edit-post-visual-editor ul ol, .block-editor-block-styles .edit-post-visual-editor ul .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ol, .edit-post-visual-editor ol ul, .edit-post-visual-editor .block-editor-block-styles ol ul, .block-editor-block-styles .edit-post-visual-editor ol ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ul, .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-block-styles ul ul, .block-editor-block-styles .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ul, .edit-post-visual-editor ol .block-editor-block-styles ul, .edit-post-visual-editor .block-editor-block-styles ol .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor ol .block-editor-block-styles ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .block-editor-block-styles ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor ol ul, .block-editor-block-styles .edit-post-visual-editor ol ul, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol ul, .edit-post-visual-editor ul .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-block-styles ul ul, .block-editor-block-styles .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ul, .edit-post-visual-editor ol .block-editor-inserter__menu-help-panel ul, .edit-post-visual-editor .block-editor-block-styles ol .block-editor-inserter__menu-help-panel ul, .block-editor-block-styles .edit-post-visual-editor ol .block-editor-inserter__menu-help-panel ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ul, .edit-post-visual-editor ul .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-block-styles ul .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul ul, .block-editor-block-styles .edit-post-visual-editor ul .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ul, .edit-post-visual-editor .nhsuk-list ol, .edit-post-visual-editor .nhsuk-list .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor .nhsuk-list ol, .edit-post-visual-editor .nhsuk-list .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list ol, .edit-post-visual-editor .nhsuk-list ul, .edit-post-visual-editor .nhsuk-list .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor .nhsuk-list ul, .edit-post-visual-editor .nhsuk-list .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list ul, .edit-post-visual-editor ol .nhsuk-list, .edit-post-visual-editor .block-editor-block-styles ol .nhsuk-list, .block-editor-block-styles .edit-post-visual-editor ol .nhsuk-list, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .nhsuk-list, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .nhsuk-list, .edit-post-visual-editor ul .nhsuk-list, .edit-post-visual-editor .block-editor-block-styles ul .nhsuk-list, .block-editor-block-styles .edit-post-visual-editor ul .nhsuk-list, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul .nhsuk-list, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul .nhsuk-list, .edit-post-visual-editor .nhsuk-list .nhsuk-list, .block-editor-block-styles .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-block-styles ol ol, .block-editor-block-styles ol .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles ol ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ol, .block-editor-block-styles .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-block-styles ol ol, .block-editor-block-styles ol ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ol, .block-editor-block-styles .edit-post-visual-editor ol .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-block-styles ol .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol ol, .block-editor-block-styles ol .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ol, .block-editor-block-styles .edit-post-visual-editor ul ol, .block-editor-block-styles .edit-post-visual-editor ul ol, .block-editor-block-styles .edit-post-visual-editor ul .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul ol, .edit-post-visual-editor .block-editor-block-styles ul ol, .edit-post-visual-editor .block-editor-block-styles ul ol, .edit-post-visual-editor .block-editor-block-styles ul .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul ol, .block-editor-block-styles ul .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles ul ol, .block-editor-block-styles ul ol, .block-editor-block-styles ul .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ol, .block-editor-block-styles .edit-post-visual-editor ol .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles ol .edit-post-visual-editor ul, .block-editor-block-styles ol .edit-post-visual-editor ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .edit-post-visual-editor ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles ol ul, .edit-post-visual-editor .block-editor-block-styles ol ul, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol ul, .block-editor-block-styles .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-block-styles ul ul, .block-editor-block-styles ul .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles ul ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ul, .block-editor-block-styles .edit-post-visual-editor ol ul, .edit-post-visual-editor .block-editor-block-styles ol ul, .block-editor-block-styles ol ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ul, .block-editor-block-styles .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-block-styles ul ul, .block-editor-block-styles ul ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ul, .block-editor-block-styles .edit-post-visual-editor ol .block-editor-inserter__menu-help-panel ul, .edit-post-visual-editor .block-editor-block-styles ol .block-editor-inserter__menu-help-panel ul, .block-editor-block-styles ol .block-editor-inserter__menu-help-panel ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ul, .block-editor-block-styles .edit-post-visual-editor ul .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-block-styles ul .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul ul, .block-editor-block-styles ul .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ul, .block-editor-block-styles .nhsuk-list .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles .nhsuk-list ol, .block-editor-block-styles .nhsuk-list ol, .block-editor-block-styles .nhsuk-list .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list ol, .block-editor-block-styles .nhsuk-list .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles .nhsuk-list ul, .block-editor-block-styles .nhsuk-list ul, .block-editor-block-styles .nhsuk-list .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list ul, .block-editor-block-styles .edit-post-visual-editor ol .nhsuk-list, .edit-post-visual-editor .block-editor-block-styles ol .nhsuk-list, .block-editor-block-styles ol .nhsuk-list, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .nhsuk-list, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .nhsuk-list, .block-editor-block-styles .edit-post-visual-editor ul .nhsuk-list, .edit-post-visual-editor .block-editor-block-styles ul .nhsuk-list, .block-editor-block-styles ul .nhsuk-list, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul .nhsuk-list, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul .nhsuk-list, .block-editor-block-styles .nhsuk-list .nhsuk-list, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel ol .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel ol .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ol, .block-editor-inserter__menu-help-panel ul .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ol, .block-editor-inserter__menu-help-panel ul .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ol, .block-editor-inserter__menu-help-panel ul ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .edit-post-visual-editor ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .edit-post-visual-editor ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .edit-post-visual-editor ul, .block-editor-inserter__menu-help-panel ol .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ul, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel ul .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .block-editor-block-styles ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .block-editor-block-styles ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .block-editor-block-styles ul, .block-editor-inserter__menu-help-panel ol .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ul, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel ul .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .nhsuk-list .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list ol, .block-editor-inserter__menu-help-panel .nhsuk-list .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list ol, .block-editor-inserter__menu-help-panel .nhsuk-list ol, .block-editor-inserter__menu-help-panel .nhsuk-list .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list ul, .block-editor-inserter__menu-help-panel .nhsuk-list .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list ul, .block-editor-inserter__menu-help-panel .nhsuk-list ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .nhsuk-list, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .nhsuk-list, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .nhsuk-list, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .nhsuk-list, .block-editor-inserter__menu-help-panel ol .nhsuk-list, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul .nhsuk-list, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul .nhsuk-list, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul .nhsuk-list, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul .nhsuk-list, .block-editor-inserter__menu-help-panel ul .nhsuk-list, .block-editor-inserter__menu-help-panel .nhsuk-list .nhsuk-list {
  margin-top: 8px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-block-styles ol ol, .block-editor-block-styles .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ol, .edit-post-visual-editor ol .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-block-styles ol ol, .block-editor-block-styles .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ol, .edit-post-visual-editor ol .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-block-styles ol .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol ol, .block-editor-block-styles .edit-post-visual-editor ol .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ol, .edit-post-visual-editor ul ol, .edit-post-visual-editor ul .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor ul ol, .edit-post-visual-editor ul .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ol, .edit-post-visual-editor .block-editor-block-styles ul ol, .edit-post-visual-editor .block-editor-block-styles ul ol, .edit-post-visual-editor .block-editor-block-styles ul .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul ol, .block-editor-block-styles .edit-post-visual-editor ul ol, .block-editor-block-styles .edit-post-visual-editor ul ol, .block-editor-block-styles .edit-post-visual-editor ul .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ol, .edit-post-visual-editor ol ul, .edit-post-visual-editor .block-editor-block-styles ol ul, .block-editor-block-styles .edit-post-visual-editor ol ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ul, .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-block-styles ul ul, .block-editor-block-styles .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ul, .edit-post-visual-editor ol .block-editor-block-styles ul, .edit-post-visual-editor .block-editor-block-styles ol .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor ol .block-editor-block-styles ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .block-editor-block-styles ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor ol ul, .block-editor-block-styles .edit-post-visual-editor ol ul, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol ul, .edit-post-visual-editor ul .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-block-styles ul ul, .block-editor-block-styles .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ul, .edit-post-visual-editor ol .block-editor-inserter__menu-help-panel ul, .edit-post-visual-editor .block-editor-block-styles ol .block-editor-inserter__menu-help-panel ul, .block-editor-block-styles .edit-post-visual-editor ol .block-editor-inserter__menu-help-panel ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ul, .edit-post-visual-editor ul .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-block-styles ul .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul ul, .block-editor-block-styles .edit-post-visual-editor ul .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ul, .edit-post-visual-editor .nhsuk-list ol, .edit-post-visual-editor .nhsuk-list .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor .nhsuk-list ol, .edit-post-visual-editor .nhsuk-list .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list ol, .edit-post-visual-editor .nhsuk-list ul, .edit-post-visual-editor .nhsuk-list .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor .nhsuk-list ul, .edit-post-visual-editor .nhsuk-list .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list ul, .edit-post-visual-editor ol .nhsuk-list, .edit-post-visual-editor .block-editor-block-styles ol .nhsuk-list, .block-editor-block-styles .edit-post-visual-editor ol .nhsuk-list, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .nhsuk-list, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .nhsuk-list, .edit-post-visual-editor ul .nhsuk-list, .edit-post-visual-editor .block-editor-block-styles ul .nhsuk-list, .block-editor-block-styles .edit-post-visual-editor ul .nhsuk-list, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul .nhsuk-list, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul .nhsuk-list, .edit-post-visual-editor .nhsuk-list .nhsuk-list, .block-editor-block-styles .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-block-styles ol ol, .block-editor-block-styles ol .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles ol ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ol, .block-editor-block-styles .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-block-styles ol ol, .block-editor-block-styles ol ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ol, .block-editor-block-styles .edit-post-visual-editor ol .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-block-styles ol .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol ol, .block-editor-block-styles ol .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ol, .block-editor-block-styles .edit-post-visual-editor ul ol, .block-editor-block-styles .edit-post-visual-editor ul ol, .block-editor-block-styles .edit-post-visual-editor ul .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul ol, .edit-post-visual-editor .block-editor-block-styles ul ol, .edit-post-visual-editor .block-editor-block-styles ul ol, .edit-post-visual-editor .block-editor-block-styles ul .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul ol, .block-editor-block-styles ul .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles ul ol, .block-editor-block-styles ul ol, .block-editor-block-styles ul .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ol, .block-editor-block-styles .edit-post-visual-editor ol .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles ol .edit-post-visual-editor ul, .block-editor-block-styles ol .edit-post-visual-editor ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .edit-post-visual-editor ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles ol ul, .edit-post-visual-editor .block-editor-block-styles ol ul, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol ul, .block-editor-block-styles .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-block-styles ul ul, .block-editor-block-styles ul .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles ul ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ul, .block-editor-block-styles .edit-post-visual-editor ol ul, .edit-post-visual-editor .block-editor-block-styles ol ul, .block-editor-block-styles ol ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ul, .block-editor-block-styles .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-block-styles ul ul, .block-editor-block-styles ul ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ul, .block-editor-block-styles .edit-post-visual-editor ol .block-editor-inserter__menu-help-panel ul, .edit-post-visual-editor .block-editor-block-styles ol .block-editor-inserter__menu-help-panel ul, .block-editor-block-styles ol .block-editor-inserter__menu-help-panel ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ul, .block-editor-block-styles .edit-post-visual-editor ul .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-block-styles ul .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul ul, .block-editor-block-styles ul .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ul, .block-editor-block-styles .nhsuk-list .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles .nhsuk-list ol, .block-editor-block-styles .nhsuk-list ol, .block-editor-block-styles .nhsuk-list .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list ol, .block-editor-block-styles .nhsuk-list .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles .nhsuk-list ul, .block-editor-block-styles .nhsuk-list ul, .block-editor-block-styles .nhsuk-list .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list ul, .block-editor-block-styles .edit-post-visual-editor ol .nhsuk-list, .edit-post-visual-editor .block-editor-block-styles ol .nhsuk-list, .block-editor-block-styles ol .nhsuk-list, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .nhsuk-list, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .nhsuk-list, .block-editor-block-styles .edit-post-visual-editor ul .nhsuk-list, .edit-post-visual-editor .block-editor-block-styles ul .nhsuk-list, .block-editor-block-styles ul .nhsuk-list, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul .nhsuk-list, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul .nhsuk-list, .block-editor-block-styles .nhsuk-list .nhsuk-list, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel ol .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel ol .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ol, .block-editor-inserter__menu-help-panel ul .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ol, .block-editor-inserter__menu-help-panel ul .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ol, .block-editor-inserter__menu-help-panel ul ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .edit-post-visual-editor ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .edit-post-visual-editor ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .edit-post-visual-editor ul, .block-editor-inserter__menu-help-panel ol .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ul, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel ul .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .block-editor-block-styles ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .block-editor-block-styles ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .block-editor-block-styles ul, .block-editor-inserter__menu-help-panel ol .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ul, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel ul .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .nhsuk-list .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list ol, .block-editor-inserter__menu-help-panel .nhsuk-list .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list ol, .block-editor-inserter__menu-help-panel .nhsuk-list ol, .block-editor-inserter__menu-help-panel .nhsuk-list .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list ul, .block-editor-inserter__menu-help-panel .nhsuk-list .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list ul, .block-editor-inserter__menu-help-panel .nhsuk-list ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .nhsuk-list, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .nhsuk-list, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .nhsuk-list, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .nhsuk-list, .block-editor-inserter__menu-help-panel ol .nhsuk-list, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul .nhsuk-list, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul .nhsuk-list, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul .nhsuk-list, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul .nhsuk-list, .block-editor-inserter__menu-help-panel ul .nhsuk-list, .block-editor-inserter__menu-help-panel .nhsuk-list .nhsuk-list {
    margin-top: 8px;
  }
}
.edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-block-styles ol ol, .block-editor-block-styles .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ol, .edit-post-visual-editor ol .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-block-styles ol ol, .block-editor-block-styles .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ol, .edit-post-visual-editor ol .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-block-styles ol .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol ol, .block-editor-block-styles .edit-post-visual-editor ol .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ol, .edit-post-visual-editor ul ol, .edit-post-visual-editor ul .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor ul ol, .edit-post-visual-editor ul .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ol, .edit-post-visual-editor .block-editor-block-styles ul ol, .edit-post-visual-editor .block-editor-block-styles ul ol, .edit-post-visual-editor .block-editor-block-styles ul .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul ol, .block-editor-block-styles .edit-post-visual-editor ul ol, .block-editor-block-styles .edit-post-visual-editor ul ol, .block-editor-block-styles .edit-post-visual-editor ul .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ol, .edit-post-visual-editor ol ul, .edit-post-visual-editor .block-editor-block-styles ol ul, .block-editor-block-styles .edit-post-visual-editor ol ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ul, .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-block-styles ul ul, .block-editor-block-styles .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ul, .edit-post-visual-editor ol .block-editor-block-styles ul, .edit-post-visual-editor .block-editor-block-styles ol .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor ol .block-editor-block-styles ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .block-editor-block-styles ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor ol ul, .block-editor-block-styles .edit-post-visual-editor ol ul, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol ul, .edit-post-visual-editor ul .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-block-styles ul ul, .block-editor-block-styles .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ul, .edit-post-visual-editor ol .block-editor-inserter__menu-help-panel ul, .edit-post-visual-editor .block-editor-block-styles ol .block-editor-inserter__menu-help-panel ul, .block-editor-block-styles .edit-post-visual-editor ol .block-editor-inserter__menu-help-panel ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ul, .edit-post-visual-editor ul .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-block-styles ul .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul ul, .block-editor-block-styles .edit-post-visual-editor ul .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ul, .edit-post-visual-editor .nhsuk-list ol, .edit-post-visual-editor .nhsuk-list .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor .nhsuk-list ol, .edit-post-visual-editor .nhsuk-list .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list ol, .edit-post-visual-editor .nhsuk-list ul, .edit-post-visual-editor .nhsuk-list .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor .nhsuk-list ul, .edit-post-visual-editor .nhsuk-list .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list ul, .edit-post-visual-editor ol .nhsuk-list, .edit-post-visual-editor .block-editor-block-styles ol .nhsuk-list, .block-editor-block-styles .edit-post-visual-editor ol .nhsuk-list, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .nhsuk-list, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .nhsuk-list, .edit-post-visual-editor ul .nhsuk-list, .edit-post-visual-editor .block-editor-block-styles ul .nhsuk-list, .block-editor-block-styles .edit-post-visual-editor ul .nhsuk-list, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul .nhsuk-list, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul .nhsuk-list, .edit-post-visual-editor .nhsuk-list .nhsuk-list, .block-editor-block-styles .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-block-styles ol ol, .block-editor-block-styles ol .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles ol ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ol, .block-editor-block-styles .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-block-styles ol ol, .block-editor-block-styles ol ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ol, .block-editor-block-styles .edit-post-visual-editor ol .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-block-styles ol .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol ol, .block-editor-block-styles ol .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ol, .block-editor-block-styles .edit-post-visual-editor ul ol, .block-editor-block-styles .edit-post-visual-editor ul ol, .block-editor-block-styles .edit-post-visual-editor ul .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul ol, .edit-post-visual-editor .block-editor-block-styles ul ol, .edit-post-visual-editor .block-editor-block-styles ul ol, .edit-post-visual-editor .block-editor-block-styles ul .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul ol, .block-editor-block-styles ul .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles ul ol, .block-editor-block-styles ul ol, .block-editor-block-styles ul .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ol, .block-editor-block-styles .edit-post-visual-editor ol .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles ol .edit-post-visual-editor ul, .block-editor-block-styles ol .edit-post-visual-editor ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .edit-post-visual-editor ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles ol ul, .edit-post-visual-editor .block-editor-block-styles ol ul, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol ul, .block-editor-block-styles .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-block-styles ul ul, .block-editor-block-styles ul .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles ul ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ul, .block-editor-block-styles .edit-post-visual-editor ol ul, .edit-post-visual-editor .block-editor-block-styles ol ul, .block-editor-block-styles ol ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ul, .block-editor-block-styles .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-block-styles ul ul, .block-editor-block-styles ul ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ul, .block-editor-block-styles .edit-post-visual-editor ol .block-editor-inserter__menu-help-panel ul, .edit-post-visual-editor .block-editor-block-styles ol .block-editor-inserter__menu-help-panel ul, .block-editor-block-styles ol .block-editor-inserter__menu-help-panel ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ul, .block-editor-block-styles .edit-post-visual-editor ul .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-block-styles ul .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul ul, .block-editor-block-styles ul .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ul, .block-editor-block-styles .nhsuk-list .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles .nhsuk-list ol, .block-editor-block-styles .nhsuk-list ol, .block-editor-block-styles .nhsuk-list .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list ol, .block-editor-block-styles .nhsuk-list .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles .nhsuk-list ul, .block-editor-block-styles .nhsuk-list ul, .block-editor-block-styles .nhsuk-list .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list ul, .block-editor-block-styles .edit-post-visual-editor ol .nhsuk-list, .edit-post-visual-editor .block-editor-block-styles ol .nhsuk-list, .block-editor-block-styles ol .nhsuk-list, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .nhsuk-list, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .nhsuk-list, .block-editor-block-styles .edit-post-visual-editor ul .nhsuk-list, .edit-post-visual-editor .block-editor-block-styles ul .nhsuk-list, .block-editor-block-styles ul .nhsuk-list, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul .nhsuk-list, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul .nhsuk-list, .block-editor-block-styles .nhsuk-list .nhsuk-list, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel ol .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel ol .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel ol ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ol, .block-editor-inserter__menu-help-panel ul .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ol, .block-editor-inserter__menu-help-panel ul .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ol, .block-editor-inserter__menu-help-panel ul ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .edit-post-visual-editor ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .edit-post-visual-editor ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .edit-post-visual-editor ul, .block-editor-inserter__menu-help-panel ol .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ul, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel ul .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .block-editor-block-styles ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .block-editor-block-styles ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .block-editor-block-styles ul, .block-editor-inserter__menu-help-panel ol .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ul, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel ul .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel ol ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel ul ul, .block-editor-inserter__menu-help-panel .nhsuk-list .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list ol, .block-editor-inserter__menu-help-panel .nhsuk-list .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list ol, .block-editor-inserter__menu-help-panel .nhsuk-list ol, .block-editor-inserter__menu-help-panel .nhsuk-list .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list ul, .block-editor-inserter__menu-help-panel .nhsuk-list .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list ul, .block-editor-inserter__menu-help-panel .nhsuk-list ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol .nhsuk-list, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol .nhsuk-list, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol .nhsuk-list, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol .nhsuk-list, .block-editor-inserter__menu-help-panel ol .nhsuk-list, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul .nhsuk-list, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul .nhsuk-list, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul .nhsuk-list, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul .nhsuk-list, .block-editor-inserter__menu-help-panel ul .nhsuk-list, .block-editor-inserter__menu-help-panel .nhsuk-list .nhsuk-list {
  margin-bottom: 0;
}
.edit-post-visual-editor ol > li, .edit-post-visual-editor .block-editor-block-styles ol > li, .block-editor-block-styles .edit-post-visual-editor ol > li, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol > li, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol > li, .edit-post-visual-editor ul > li, .edit-post-visual-editor .block-editor-block-styles ul > li, .block-editor-block-styles .edit-post-visual-editor ul > li, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul > li, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul > li, .edit-post-visual-editor .nhsuk-list > li, .block-editor-block-styles ol > li, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol > li, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol > li, .block-editor-block-styles ul > li, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul > li, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul > li, .block-editor-block-styles .nhsuk-list > li, .block-editor-inserter__menu-help-panel ol > li, .block-editor-inserter__menu-help-panel ul > li, .block-editor-inserter__menu-help-panel .nhsuk-list > li {
  margin-bottom: 8px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor ol > li, .edit-post-visual-editor .block-editor-block-styles ol > li, .block-editor-block-styles .edit-post-visual-editor ol > li, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol > li, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol > li, .edit-post-visual-editor ul > li, .edit-post-visual-editor .block-editor-block-styles ul > li, .block-editor-block-styles .edit-post-visual-editor ul > li, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul > li, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul > li, .edit-post-visual-editor .nhsuk-list > li, .block-editor-block-styles ol > li, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol > li, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol > li, .block-editor-block-styles ul > li, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul > li, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul > li, .block-editor-block-styles .nhsuk-list > li, .block-editor-inserter__menu-help-panel ol > li, .block-editor-inserter__menu-help-panel ul > li, .block-editor-inserter__menu-help-panel .nhsuk-list > li {
    margin-bottom: 8px;
  }
}
.edit-post-visual-editor ol > li:last-child, .edit-post-visual-editor ul > li:last-child, .edit-post-visual-editor .nhsuk-list > li:last-child, .block-editor-block-styles ol > li:last-child, .block-editor-block-styles ul > li:last-child, .block-editor-block-styles .nhsuk-list > li:last-child, .block-editor-inserter__menu-help-panel ol > li:last-child, .block-editor-inserter__menu-help-panel ul > li:last-child, .block-editor-inserter__menu-help-panel .nhsuk-list > li:last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-block-styles ul, .block-editor-block-styles .edit-post-visual-editor ul, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul, .edit-post-visual-editor .nhsuk-list--bullet, .block-editor-block-styles ul, .block-editor-block-styles .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .block-editor-block-styles ul, .block-editor-block-styles .nhsuk-list--bullet, .block-editor-inserter__menu-help-panel ul, .block-editor-inserter__menu-help-panel .nhsuk-list--bullet {
  list-style-type: disc;
  padding-left: 20px; /* [1] */
}
.edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-block-styles ol, .block-editor-block-styles .edit-post-visual-editor ol, .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol, .edit-post-visual-editor .nhsuk-list--number, .block-editor-block-styles ol, .block-editor-block-styles .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .block-editor-block-styles ol, .block-editor-block-styles .nhsuk-list--number, .block-editor-inserter__menu-help-panel ol, .block-editor-inserter__menu-help-panel .nhsuk-list--number {
  list-style-type: decimal;
  padding-left: 20px; /* [1] */
}
.edit-post-visual-editor .nhsuk-list--tick,
.edit-post-visual-editor .nhsuk-list--cross, .block-editor-block-styles .nhsuk-list--tick,
.block-editor-block-styles .nhsuk-list--cross, .block-editor-inserter__menu-help-panel .nhsuk-list--tick,
.block-editor-inserter__menu-help-panel .nhsuk-list--cross {
  list-style: none;
  margin-top: 0;
  padding-left: 40px; /* [2] */
  position: relative;
}
.edit-post-visual-editor .nhsuk-list--tick svg,
.edit-post-visual-editor .nhsuk-list--cross svg, .block-editor-block-styles .nhsuk-list--tick svg,
.block-editor-block-styles .nhsuk-list--cross svg, .block-editor-inserter__menu-help-panel .nhsuk-list--tick svg,
.block-editor-inserter__menu-help-panel .nhsuk-list--cross svg {
  left: -4px; /* [3] */
  margin-top: -5px; /* [3] */
  position: absolute;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     STYLES / #TYPOGRAPHY
     ========================================================================== */
  /* Headings */
}
.edit-post-visual-editor h1,
.edit-post-visual-editor .nhsuk-heading-xl, .edit-post-visual-editor .block-editor-block-styles h1, .block-editor-block-styles .edit-post-visual-editor h1, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h1, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h1, .block-editor-block-styles h1,
.block-editor-block-styles .nhsuk-heading-xl, .block-editor-block-styles .block-editor-inserter__menu-help-panel h1, .block-editor-inserter__menu-help-panel .block-editor-block-styles h1, .block-editor-inserter__menu-help-panel h1,
.block-editor-inserter__menu-help-panel .nhsuk-heading-xl {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor h1,
  .edit-post-visual-editor .nhsuk-heading-xl, .edit-post-visual-editor .block-editor-block-styles h1, .block-editor-block-styles .edit-post-visual-editor h1, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h1, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h1, .block-editor-block-styles h1,
  .block-editor-block-styles .nhsuk-heading-xl, .block-editor-block-styles .block-editor-inserter__menu-help-panel h1, .block-editor-inserter__menu-help-panel .block-editor-block-styles h1, .block-editor-inserter__menu-help-panel h1,
  .block-editor-inserter__menu-help-panel .nhsuk-heading-xl {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.16667;
  }
}
@media print {
  .edit-post-visual-editor h1,
  .edit-post-visual-editor .nhsuk-heading-xl, .edit-post-visual-editor .block-editor-block-styles h1, .block-editor-block-styles .edit-post-visual-editor h1, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h1, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h1, .block-editor-block-styles h1,
  .block-editor-block-styles .nhsuk-heading-xl, .block-editor-block-styles .block-editor-inserter__menu-help-panel h1, .block-editor-inserter__menu-help-panel .block-editor-block-styles h1, .block-editor-inserter__menu-help-panel h1,
  .block-editor-inserter__menu-help-panel .nhsuk-heading-xl {
    font-size: 32pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor h1,
.edit-post-visual-editor .nhsuk-heading-xl, .edit-post-visual-editor .block-editor-block-styles h1, .block-editor-block-styles .edit-post-visual-editor h1, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h1, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h1, .block-editor-block-styles h1,
.block-editor-block-styles .nhsuk-heading-xl, .block-editor-block-styles .block-editor-inserter__menu-help-panel h1, .block-editor-inserter__menu-help-panel .block-editor-block-styles h1, .block-editor-inserter__menu-help-panel h1,
.block-editor-inserter__menu-help-panel .nhsuk-heading-xl {
  display: block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor h1,
  .edit-post-visual-editor .nhsuk-heading-xl, .edit-post-visual-editor .block-editor-block-styles h1, .block-editor-block-styles .edit-post-visual-editor h1, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h1, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h1, .block-editor-block-styles h1,
  .block-editor-block-styles .nhsuk-heading-xl, .block-editor-block-styles .block-editor-inserter__menu-help-panel h1, .block-editor-inserter__menu-help-panel .block-editor-block-styles h1, .block-editor-inserter__menu-help-panel h1,
  .block-editor-inserter__menu-help-panel .nhsuk-heading-xl {
    margin-bottom: 48px;
  }
}
.edit-post-visual-editor h2,
.edit-post-visual-editor .nhsuk-heading-l, .edit-post-visual-editor .block-editor-block-styles h2, .block-editor-block-styles .edit-post-visual-editor h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h2, .block-editor-block-styles h2,
.block-editor-block-styles .nhsuk-heading-l, .block-editor-block-styles .block-editor-inserter__menu-help-panel h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles h2, .block-editor-inserter__menu-help-panel h2,
.block-editor-inserter__menu-help-panel .nhsuk-heading-l {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor h2,
  .edit-post-visual-editor .nhsuk-heading-l, .edit-post-visual-editor .block-editor-block-styles h2, .block-editor-block-styles .edit-post-visual-editor h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h2, .block-editor-block-styles h2,
  .block-editor-block-styles .nhsuk-heading-l, .block-editor-block-styles .block-editor-inserter__menu-help-panel h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles h2, .block-editor-inserter__menu-help-panel h2,
  .block-editor-inserter__menu-help-panel .nhsuk-heading-l {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}
@media print {
  .edit-post-visual-editor h2,
  .edit-post-visual-editor .nhsuk-heading-l, .edit-post-visual-editor .block-editor-block-styles h2, .block-editor-block-styles .edit-post-visual-editor h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h2, .block-editor-block-styles h2,
  .block-editor-block-styles .nhsuk-heading-l, .block-editor-block-styles .block-editor-inserter__menu-help-panel h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles h2, .block-editor-inserter__menu-help-panel h2,
  .block-editor-inserter__menu-help-panel .nhsuk-heading-l {
    font-size: 24pt;
    line-height: 1.05;
  }
}
.edit-post-visual-editor h2,
.edit-post-visual-editor .nhsuk-heading-l, .edit-post-visual-editor .block-editor-block-styles h2, .block-editor-block-styles .edit-post-visual-editor h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h2, .block-editor-block-styles h2,
.block-editor-block-styles .nhsuk-heading-l, .block-editor-block-styles .block-editor-inserter__menu-help-panel h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles h2, .block-editor-inserter__menu-help-panel h2,
.block-editor-inserter__menu-help-panel .nhsuk-heading-l {
  display: block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor h2,
  .edit-post-visual-editor .nhsuk-heading-l, .edit-post-visual-editor .block-editor-block-styles h2, .block-editor-block-styles .edit-post-visual-editor h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h2, .block-editor-block-styles h2,
  .block-editor-block-styles .nhsuk-heading-l, .block-editor-block-styles .block-editor-inserter__menu-help-panel h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles h2, .block-editor-inserter__menu-help-panel h2,
  .block-editor-inserter__menu-help-panel .nhsuk-heading-l {
    margin-bottom: 24px;
  }
}
.edit-post-visual-editor h3,
.edit-post-visual-editor .nhsuk-heading-m,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2, .edit-post-visual-editor .block-editor-block-styles h3, .block-editor-block-styles .edit-post-visual-editor h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h3, .block-editor-block-styles h3,
.block-editor-block-styles .nhsuk-heading-m,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles h3, .block-editor-inserter__menu-help-panel h3,
.block-editor-inserter__menu-help-panel .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor h3,
  .edit-post-visual-editor .nhsuk-heading-m,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2, .edit-post-visual-editor .block-editor-block-styles h3, .block-editor-block-styles .edit-post-visual-editor h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h3, .block-editor-block-styles h3,
  .block-editor-block-styles .nhsuk-heading-m,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles h3, .block-editor-inserter__menu-help-panel h3,
  .block-editor-inserter__menu-help-panel .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
@media print {
  .edit-post-visual-editor h3,
  .edit-post-visual-editor .nhsuk-heading-m,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2, .edit-post-visual-editor .block-editor-block-styles h3, .block-editor-block-styles .edit-post-visual-editor h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h3, .block-editor-block-styles h3,
  .block-editor-block-styles .nhsuk-heading-m,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles h3, .block-editor-inserter__menu-help-panel h3,
  .block-editor-inserter__menu-help-panel .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2 {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor h3,
.edit-post-visual-editor .nhsuk-heading-m,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2, .edit-post-visual-editor .block-editor-block-styles h3, .block-editor-block-styles .edit-post-visual-editor h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h3, .block-editor-block-styles h3,
.block-editor-block-styles .nhsuk-heading-m,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles h3, .block-editor-inserter__menu-help-panel h3,
.block-editor-inserter__menu-help-panel .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2 {
  display: block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor h3,
  .edit-post-visual-editor .nhsuk-heading-m,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2, .edit-post-visual-editor .block-editor-block-styles h3, .block-editor-block-styles .edit-post-visual-editor h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h3, .block-editor-block-styles h3,
  .block-editor-block-styles .nhsuk-heading-m,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles h3, .block-editor-inserter__menu-help-panel h3,
  .block-editor-inserter__menu-help-panel .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2 {
    margin-bottom: 24px;
  }
}
.edit-post-visual-editor h4,
.edit-post-visual-editor .nhsuk-heading-s, .edit-post-visual-editor .block-editor-block-styles h4, .block-editor-block-styles .edit-post-visual-editor h4, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h4, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h4, .block-editor-block-styles h4,
.block-editor-block-styles .nhsuk-heading-s, .block-editor-block-styles .block-editor-inserter__menu-help-panel h4, .block-editor-inserter__menu-help-panel .block-editor-block-styles h4, .block-editor-inserter__menu-help-panel h4,
.block-editor-inserter__menu-help-panel .nhsuk-heading-s {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55556;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor h4,
  .edit-post-visual-editor .nhsuk-heading-s, .edit-post-visual-editor .block-editor-block-styles h4, .block-editor-block-styles .edit-post-visual-editor h4, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h4, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h4, .block-editor-block-styles h4,
  .block-editor-block-styles .nhsuk-heading-s, .block-editor-block-styles .block-editor-inserter__menu-help-panel h4, .block-editor-inserter__menu-help-panel .block-editor-block-styles h4, .block-editor-inserter__menu-help-panel h4,
  .block-editor-inserter__menu-help-panel .nhsuk-heading-s {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.45455;
  }
}
@media print {
  .edit-post-visual-editor h4,
  .edit-post-visual-editor .nhsuk-heading-s, .edit-post-visual-editor .block-editor-block-styles h4, .block-editor-block-styles .edit-post-visual-editor h4, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h4, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h4, .block-editor-block-styles h4,
  .block-editor-block-styles .nhsuk-heading-s, .block-editor-block-styles .block-editor-inserter__menu-help-panel h4, .block-editor-inserter__menu-help-panel .block-editor-block-styles h4, .block-editor-inserter__menu-help-panel h4,
  .block-editor-inserter__menu-help-panel .nhsuk-heading-s {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor h4,
.edit-post-visual-editor .nhsuk-heading-s, .edit-post-visual-editor .block-editor-block-styles h4, .block-editor-block-styles .edit-post-visual-editor h4, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h4, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h4, .block-editor-block-styles h4,
.block-editor-block-styles .nhsuk-heading-s, .block-editor-block-styles .block-editor-inserter__menu-help-panel h4, .block-editor-inserter__menu-help-panel .block-editor-block-styles h4, .block-editor-inserter__menu-help-panel h4,
.block-editor-inserter__menu-help-panel .nhsuk-heading-s {
  display: block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor h4,
  .edit-post-visual-editor .nhsuk-heading-s, .edit-post-visual-editor .block-editor-block-styles h4, .block-editor-block-styles .edit-post-visual-editor h4, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h4, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h4, .block-editor-block-styles h4,
  .block-editor-block-styles .nhsuk-heading-s, .block-editor-block-styles .block-editor-inserter__menu-help-panel h4, .block-editor-inserter__menu-help-panel .block-editor-block-styles h4, .block-editor-inserter__menu-help-panel h4,
  .block-editor-inserter__menu-help-panel .nhsuk-heading-s {
    margin-bottom: 24px;
  }
}
.edit-post-visual-editor h5,
.edit-post-visual-editor .nhsuk-heading-xs, .edit-post-visual-editor .block-editor-block-styles h5, .block-editor-block-styles .edit-post-visual-editor h5, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h5, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h5, .block-editor-block-styles h5,
.block-editor-block-styles .nhsuk-heading-xs, .block-editor-block-styles .block-editor-inserter__menu-help-panel h5, .block-editor-inserter__menu-help-panel .block-editor-block-styles h5, .block-editor-inserter__menu-help-panel h5,
.block-editor-inserter__menu-help-panel .nhsuk-heading-xs {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor h5,
  .edit-post-visual-editor .nhsuk-heading-xs, .edit-post-visual-editor .block-editor-block-styles h5, .block-editor-block-styles .edit-post-visual-editor h5, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h5, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h5, .block-editor-block-styles h5,
  .block-editor-block-styles .nhsuk-heading-xs, .block-editor-block-styles .block-editor-inserter__menu-help-panel h5, .block-editor-inserter__menu-help-panel .block-editor-block-styles h5, .block-editor-inserter__menu-help-panel h5,
  .block-editor-inserter__menu-help-panel .nhsuk-heading-xs {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor h5,
  .edit-post-visual-editor .nhsuk-heading-xs, .edit-post-visual-editor .block-editor-block-styles h5, .block-editor-block-styles .edit-post-visual-editor h5, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h5, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h5, .block-editor-block-styles h5,
  .block-editor-block-styles .nhsuk-heading-xs, .block-editor-block-styles .block-editor-inserter__menu-help-panel h5, .block-editor-inserter__menu-help-panel .block-editor-block-styles h5, .block-editor-inserter__menu-help-panel h5,
  .block-editor-inserter__menu-help-panel .nhsuk-heading-xs {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor h5,
.edit-post-visual-editor .nhsuk-heading-xs, .edit-post-visual-editor .block-editor-block-styles h5, .block-editor-block-styles .edit-post-visual-editor h5, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h5, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h5, .block-editor-block-styles h5,
.block-editor-block-styles .nhsuk-heading-xs, .block-editor-block-styles .block-editor-inserter__menu-help-panel h5, .block-editor-inserter__menu-help-panel .block-editor-block-styles h5, .block-editor-inserter__menu-help-panel h5,
.block-editor-inserter__menu-help-panel .nhsuk-heading-xs {
  display: block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor h5,
  .edit-post-visual-editor .nhsuk-heading-xs, .edit-post-visual-editor .block-editor-block-styles h5, .block-editor-block-styles .edit-post-visual-editor h5, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h5, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h5, .block-editor-block-styles h5,
  .block-editor-block-styles .nhsuk-heading-xs, .block-editor-block-styles .block-editor-inserter__menu-help-panel h5, .block-editor-inserter__menu-help-panel .block-editor-block-styles h5, .block-editor-inserter__menu-help-panel h5,
  .block-editor-inserter__menu-help-panel .nhsuk-heading-xs {
    margin-bottom: 24px;
  }
}
.edit-post-visual-editor h6,
.edit-post-visual-editor .nhsuk-heading-xxs, .edit-post-visual-editor .block-editor-block-styles h6, .block-editor-block-styles .edit-post-visual-editor h6, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h6, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h6, .block-editor-block-styles h6,
.block-editor-block-styles .nhsuk-heading-xxs, .block-editor-block-styles .block-editor-inserter__menu-help-panel h6, .block-editor-inserter__menu-help-panel .block-editor-block-styles h6, .block-editor-inserter__menu-help-panel h6,
.block-editor-inserter__menu-help-panel .nhsuk-heading-xxs {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor h6,
  .edit-post-visual-editor .nhsuk-heading-xxs, .edit-post-visual-editor .block-editor-block-styles h6, .block-editor-block-styles .edit-post-visual-editor h6, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h6, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h6, .block-editor-block-styles h6,
  .block-editor-block-styles .nhsuk-heading-xxs, .block-editor-block-styles .block-editor-inserter__menu-help-panel h6, .block-editor-inserter__menu-help-panel .block-editor-block-styles h6, .block-editor-inserter__menu-help-panel h6,
  .block-editor-inserter__menu-help-panel .nhsuk-heading-xxs {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor h6,
  .edit-post-visual-editor .nhsuk-heading-xxs, .edit-post-visual-editor .block-editor-block-styles h6, .block-editor-block-styles .edit-post-visual-editor h6, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h6, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h6, .block-editor-block-styles h6,
  .block-editor-block-styles .nhsuk-heading-xxs, .block-editor-block-styles .block-editor-inserter__menu-help-panel h6, .block-editor-inserter__menu-help-panel .block-editor-block-styles h6, .block-editor-inserter__menu-help-panel h6,
  .block-editor-inserter__menu-help-panel .nhsuk-heading-xxs {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor h6,
.edit-post-visual-editor .nhsuk-heading-xxs, .edit-post-visual-editor .block-editor-block-styles h6, .block-editor-block-styles .edit-post-visual-editor h6, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h6, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h6, .block-editor-block-styles h6,
.block-editor-block-styles .nhsuk-heading-xxs, .block-editor-block-styles .block-editor-inserter__menu-help-panel h6, .block-editor-inserter__menu-help-panel .block-editor-block-styles h6, .block-editor-inserter__menu-help-panel h6,
.block-editor-inserter__menu-help-panel .nhsuk-heading-xxs {
  display: block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor h6,
  .edit-post-visual-editor .nhsuk-heading-xxs, .edit-post-visual-editor .block-editor-block-styles h6, .block-editor-block-styles .edit-post-visual-editor h6, .edit-post-visual-editor .block-editor-inserter__menu-help-panel h6, .block-editor-inserter__menu-help-panel .edit-post-visual-editor h6, .block-editor-block-styles h6,
  .block-editor-block-styles .nhsuk-heading-xxs, .block-editor-block-styles .block-editor-inserter__menu-help-panel h6, .block-editor-inserter__menu-help-panel .block-editor-block-styles h6, .block-editor-inserter__menu-help-panel h6,
  .block-editor-inserter__menu-help-panel .nhsuk-heading-xxs {
    margin-bottom: 24px;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Captions to be used inside headings */
}
.edit-post-visual-editor .nhsuk-caption-xl, .block-editor-block-styles .nhsuk-caption-xl, .block-editor-inserter__menu-help-panel .nhsuk-caption-xl {
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-caption-xl, .block-editor-block-styles .nhsuk-caption-xl, .block-editor-inserter__menu-help-panel .nhsuk-caption-xl {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-caption-xl, .block-editor-block-styles .nhsuk-caption-xl, .block-editor-inserter__menu-help-panel .nhsuk-caption-xl {
    font-size: 24pt;
    line-height: 1.05;
  }
}
.edit-post-visual-editor .nhsuk-caption-xl, .block-editor-block-styles .nhsuk-caption-xl, .block-editor-inserter__menu-help-panel .nhsuk-caption-xl {
  color: #4c6272;
  display: block;
  margin-bottom: 4px;
}
.edit-post-visual-editor .nhsuk-caption-l, .block-editor-block-styles .nhsuk-caption-l, .block-editor-inserter__menu-help-panel .nhsuk-caption-l {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-caption-l, .block-editor-block-styles .nhsuk-caption-l, .block-editor-inserter__menu-help-panel .nhsuk-caption-l {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-caption-l, .block-editor-block-styles .nhsuk-caption-l, .block-editor-inserter__menu-help-panel .nhsuk-caption-l {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-caption-l, .block-editor-block-styles .nhsuk-caption-l, .block-editor-inserter__menu-help-panel .nhsuk-caption-l {
  color: #4c6272;
  display: block;
  margin-bottom: 4px;
}
.edit-post-visual-editor .nhsuk-caption-m, .block-editor-block-styles .nhsuk-caption-m, .block-editor-inserter__menu-help-panel .nhsuk-caption-m {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-caption-m, .block-editor-block-styles .nhsuk-caption-m, .block-editor-inserter__menu-help-panel .nhsuk-caption-m {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-caption-m, .block-editor-block-styles .nhsuk-caption-m, .block-editor-inserter__menu-help-panel .nhsuk-caption-m {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-caption-m, .block-editor-block-styles .nhsuk-caption-m, .block-editor-inserter__menu-help-panel .nhsuk-caption-m {
  color: #4c6272;
  display: block;
}
.edit-post-visual-editor .nhsuk-caption--bottom, .block-editor-block-styles .nhsuk-caption--bottom, .block-editor-inserter__menu-help-panel .nhsuk-caption--bottom {
  margin-bottom: 0;
  margin-top: 4px;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Body (paragraphs) */
}
.edit-post-visual-editor .nhsuk-body-l, .block-editor-block-styles .nhsuk-body-l, .block-editor-inserter__menu-help-panel .nhsuk-body-l {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-body-l, .block-editor-block-styles .nhsuk-body-l, .block-editor-inserter__menu-help-panel .nhsuk-body-l {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-body-l, .block-editor-block-styles .nhsuk-body-l, .block-editor-inserter__menu-help-panel .nhsuk-body-l {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-body-l, .block-editor-block-styles .nhsuk-body-l, .block-editor-inserter__menu-help-panel .nhsuk-body-l {
  display: block;
  margin-top: 0;
  margin-bottom: 24px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-body-l, .block-editor-block-styles .nhsuk-body-l, .block-editor-inserter__menu-help-panel .nhsuk-body-l {
    margin-bottom: 32px;
  }
}
.edit-post-visual-editor address, .edit-post-visual-editor .block-editor-block-styles address, .block-editor-block-styles .edit-post-visual-editor address, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address, .edit-post-visual-editor p,
.edit-post-visual-editor .nhsuk-body-m, .edit-post-visual-editor .block-editor-block-styles p, .block-editor-block-styles .edit-post-visual-editor p, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p, .block-editor-block-styles address, .block-editor-block-styles .block-editor-inserter__menu-help-panel address, .block-editor-inserter__menu-help-panel .block-editor-block-styles address, .block-editor-block-styles p,
.block-editor-block-styles .nhsuk-body-m, .block-editor-block-styles .block-editor-inserter__menu-help-panel p, .block-editor-inserter__menu-help-panel .block-editor-block-styles p, .block-editor-inserter__menu-help-panel address, .block-editor-inserter__menu-help-panel p,
.block-editor-inserter__menu-help-panel .nhsuk-body-m {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor address, .edit-post-visual-editor .block-editor-block-styles address, .block-editor-block-styles .edit-post-visual-editor address, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address, .edit-post-visual-editor p,
  .edit-post-visual-editor .nhsuk-body-m, .edit-post-visual-editor .block-editor-block-styles p, .block-editor-block-styles .edit-post-visual-editor p, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p, .block-editor-block-styles address, .block-editor-block-styles .block-editor-inserter__menu-help-panel address, .block-editor-inserter__menu-help-panel .block-editor-block-styles address, .block-editor-block-styles p,
  .block-editor-block-styles .nhsuk-body-m, .block-editor-block-styles .block-editor-inserter__menu-help-panel p, .block-editor-inserter__menu-help-panel .block-editor-block-styles p, .block-editor-inserter__menu-help-panel address, .block-editor-inserter__menu-help-panel p,
  .block-editor-inserter__menu-help-panel .nhsuk-body-m {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor address, .edit-post-visual-editor .block-editor-block-styles address, .block-editor-block-styles .edit-post-visual-editor address, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address, .edit-post-visual-editor p,
  .edit-post-visual-editor .nhsuk-body-m, .edit-post-visual-editor .block-editor-block-styles p, .block-editor-block-styles .edit-post-visual-editor p, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p, .block-editor-block-styles address, .block-editor-block-styles .block-editor-inserter__menu-help-panel address, .block-editor-inserter__menu-help-panel .block-editor-block-styles address, .block-editor-block-styles p,
  .block-editor-block-styles .nhsuk-body-m, .block-editor-block-styles .block-editor-inserter__menu-help-panel p, .block-editor-inserter__menu-help-panel .block-editor-block-styles p, .block-editor-inserter__menu-help-panel address, .block-editor-inserter__menu-help-panel p,
  .block-editor-inserter__menu-help-panel .nhsuk-body-m {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor address, .edit-post-visual-editor .block-editor-block-styles address, .block-editor-block-styles .edit-post-visual-editor address, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address, .edit-post-visual-editor p,
.edit-post-visual-editor .nhsuk-body-m, .edit-post-visual-editor .block-editor-block-styles p, .block-editor-block-styles .edit-post-visual-editor p, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p, .block-editor-block-styles address, .block-editor-block-styles .block-editor-inserter__menu-help-panel address, .block-editor-inserter__menu-help-panel .block-editor-block-styles address, .block-editor-block-styles p,
.block-editor-block-styles .nhsuk-body-m, .block-editor-block-styles .block-editor-inserter__menu-help-panel p, .block-editor-inserter__menu-help-panel .block-editor-block-styles p, .block-editor-inserter__menu-help-panel address, .block-editor-inserter__menu-help-panel p,
.block-editor-inserter__menu-help-panel .nhsuk-body-m {
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor address, .edit-post-visual-editor .block-editor-block-styles address, .block-editor-block-styles .edit-post-visual-editor address, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address, .edit-post-visual-editor p,
  .edit-post-visual-editor .nhsuk-body-m, .edit-post-visual-editor .block-editor-block-styles p, .block-editor-block-styles .edit-post-visual-editor p, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p, .block-editor-block-styles address, .block-editor-block-styles .block-editor-inserter__menu-help-panel address, .block-editor-inserter__menu-help-panel .block-editor-block-styles address, .block-editor-block-styles p,
  .block-editor-block-styles .nhsuk-body-m, .block-editor-block-styles .block-editor-inserter__menu-help-panel p, .block-editor-inserter__menu-help-panel .block-editor-block-styles p, .block-editor-inserter__menu-help-panel address, .block-editor-inserter__menu-help-panel p,
  .block-editor-inserter__menu-help-panel .nhsuk-body-m {
    margin-bottom: 24px;
  }
}
.edit-post-visual-editor p,
.edit-post-visual-editor .nhsuk-body-m, .block-editor-block-styles p,
.block-editor-block-styles .nhsuk-body-m, .block-editor-inserter__menu-help-panel p,
.block-editor-inserter__menu-help-panel .nhsuk-body-m {
  color: inherit;
}
.edit-post-visual-editor .nhsuk-body-s, .block-editor-block-styles .nhsuk-body-s, .block-editor-inserter__menu-help-panel .nhsuk-body-s {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-body-s, .block-editor-block-styles .nhsuk-body-s, .block-editor-inserter__menu-help-panel .nhsuk-body-s {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-body-s, .block-editor-block-styles .nhsuk-body-s, .block-editor-inserter__menu-help-panel .nhsuk-body-s {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.edit-post-visual-editor .nhsuk-body-s, .block-editor-block-styles .nhsuk-body-s, .block-editor-inserter__menu-help-panel .nhsuk-body-s {
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-body-s, .block-editor-block-styles .nhsuk-body-s, .block-editor-inserter__menu-help-panel .nhsuk-body-s {
    margin-bottom: 24px;
  }
}
.edit-post-visual-editor address, .block-editor-block-styles address, .block-editor-inserter__menu-help-panel address {
  font-style: normal;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /**
   * Lede text
   *
   * 1. Apply lede text styling to p and ul within the lede element
   * 2. Reduces the spacing between the page heading and the lede text
   */
}
.edit-post-visual-editor .nhsuk-lede-text, .block-editor-block-styles .nhsuk-lede-text, .block-editor-inserter__menu-help-panel .nhsuk-lede-text {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-lede-text, .block-editor-block-styles .nhsuk-lede-text, .block-editor-inserter__menu-help-panel .nhsuk-lede-text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-lede-text, .block-editor-block-styles .nhsuk-lede-text, .block-editor-inserter__menu-help-panel .nhsuk-lede-text {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-lede-text, .block-editor-block-styles .nhsuk-lede-text, .block-editor-inserter__menu-help-panel .nhsuk-lede-text {
  margin-bottom: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-lede-text, .block-editor-block-styles .nhsuk-lede-text, .block-editor-inserter__menu-help-panel .nhsuk-lede-text {
    margin-bottom: 48px;
  }
}
.edit-post-visual-editor .nhsuk-lede-text, .block-editor-block-styles .nhsuk-lede-text, .block-editor-inserter__menu-help-panel .nhsuk-lede-text {
  /* [1] */
}
.edit-post-visual-editor .nhsuk-lede-text p,
.edit-post-visual-editor .nhsuk-lede-text ul, .block-editor-block-styles .nhsuk-lede-text p,
.block-editor-block-styles .nhsuk-lede-text ul, .block-editor-inserter__menu-help-panel .nhsuk-lede-text p,
.block-editor-inserter__menu-help-panel .nhsuk-lede-text ul {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-lede-text p,
  .edit-post-visual-editor .nhsuk-lede-text ul, .block-editor-block-styles .nhsuk-lede-text p,
  .block-editor-block-styles .nhsuk-lede-text ul, .block-editor-inserter__menu-help-panel .nhsuk-lede-text p,
  .block-editor-inserter__menu-help-panel .nhsuk-lede-text ul {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-lede-text p,
  .edit-post-visual-editor .nhsuk-lede-text ul, .block-editor-block-styles .nhsuk-lede-text p,
  .block-editor-block-styles .nhsuk-lede-text ul, .block-editor-inserter__menu-help-panel .nhsuk-lede-text p,
  .block-editor-inserter__menu-help-panel .nhsuk-lede-text ul {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-lede-text--small, .block-editor-block-styles .nhsuk-lede-text--small, .block-editor-inserter__menu-help-panel .nhsuk-lede-text--small {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-lede-text--small, .block-editor-block-styles .nhsuk-lede-text--small, .block-editor-inserter__menu-help-panel .nhsuk-lede-text--small {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-lede-text--small, .block-editor-block-styles .nhsuk-lede-text--small, .block-editor-inserter__menu-help-panel .nhsuk-lede-text--small {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-lede-text--small, .block-editor-block-styles .nhsuk-lede-text--small, .block-editor-inserter__menu-help-panel .nhsuk-lede-text--small {
  margin-bottom: 24px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-lede-text--small, .block-editor-block-styles .nhsuk-lede-text--small, .block-editor-inserter__menu-help-panel .nhsuk-lede-text--small {
    margin-bottom: 32px;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* [2] */
}
.edit-post-visual-editor h1 + .nhsuk-lede-text,
.edit-post-visual-editor h1 + .nhsuk-lede-text--small, .block-editor-block-styles h1 + .nhsuk-lede-text,
.block-editor-block-styles h1 + .nhsuk-lede-text--small, .block-editor-inserter__menu-help-panel h1 + .nhsuk-lede-text,
.block-editor-inserter__menu-help-panel h1 + .nhsuk-lede-text--small {
  margin-top: -8px;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /**
   * Contextual adjustments
   *
   * Add top padding to headings that appear directly after paragraphs.
   *
   * 1. Removes the padding-top because of the lede-text's increased margin-bottom
   *
   * Original code taken from GDS (Government Digital Service)
   * https://github.com/alphagov/nhsuk-frontend
   */
}
.edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + h2,
.edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l, .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l, .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l, .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l {
  padding-top: 4px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + h2,
  .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l, .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l, .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l, .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2, .block-editor-inserter__menu-help-panel .nhsuk-body-l + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-l + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .nhsuk-body-l + .nhsuk-heading-l {
    padding-top: 8px;
  }
}
.edit-post-visual-editor p + h2,
.edit-post-visual-editor .nhsuk-body-m + h2, .edit-post-visual-editor .block-editor-block-styles p + h2, .block-editor-block-styles .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2, .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-block-styles address + h2, .block-editor-block-styles .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
.edit-post-visual-editor p + .nhsuk-heading-l,
.edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
.edit-post-visual-editor address + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-l, .edit-post-visual-editor .block-editor-block-styles p + h2, .block-editor-block-styles .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2, .edit-post-visual-editor .block-editor-block-styles p + h2, .block-editor-block-styles .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2, .edit-post-visual-editor .block-editor-block-styles address + h2, .block-editor-block-styles .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-block-styles address + h2, .block-editor-block-styles .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
.edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-l, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h2, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h2, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-l,
.edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
.edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-block-styles ul + h2,
.block-editor-block-styles .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
.edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-block-styles ol + h2,
.block-editor-block-styles .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
.edit-post-visual-editor ul + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-l,
.edit-post-visual-editor ol + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles ul + h2,
.block-editor-block-styles .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-block-styles ul + h2,
.block-editor-block-styles .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-block-styles ol + h2,
.block-editor-block-styles .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-block-styles ol + h2,
.block-editor-block-styles .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-l, .block-editor-block-styles .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-block-styles p + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2, .block-editor-block-styles .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-block-styles p + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2, .block-editor-block-styles .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-block-styles address + h2, .block-editor-block-styles .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-block-styles address + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
.block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-l, .block-editor-block-styles .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-block-styles p + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2, .block-editor-block-styles p + h2,
.block-editor-block-styles .nhsuk-body-m + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2, .block-editor-block-styles .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-block-styles address + h2, .block-editor-block-styles address + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
.block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-block-styles p + .nhsuk-heading-l,
.block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-l,
.block-editor-block-styles address + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-l, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-block-styles ul + h2,
.block-editor-block-styles .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-block-styles ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
.block-editor-block-styles .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-block-styles ol + h2,
.block-editor-block-styles .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-block-styles ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-block-styles ul + h2,
.block-editor-block-styles ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
.block-editor-block-styles .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-block-styles ol + h2,
.block-editor-block-styles ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
.block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-l,
.block-editor-block-styles ul + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-l,
.block-editor-block-styles ol + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-l, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2, .block-editor-inserter__menu-help-panel p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-body-m + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-l,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-l,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-l,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l {
  padding-top: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .nhsuk-body-m + h2, .edit-post-visual-editor .block-editor-block-styles p + h2, .block-editor-block-styles .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2, .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-block-styles address + h2, .block-editor-block-styles .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
  .edit-post-visual-editor p + .nhsuk-heading-l,
  .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
  .edit-post-visual-editor address + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-l, .edit-post-visual-editor .block-editor-block-styles p + h2, .block-editor-block-styles .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2, .edit-post-visual-editor .block-editor-block-styles p + h2, .block-editor-block-styles .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2, .edit-post-visual-editor .block-editor-block-styles address + h2, .block-editor-block-styles .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-block-styles address + h2, .block-editor-block-styles .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
  .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-l, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h2, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h2, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-l,
  .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
  .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-block-styles ul + h2,
  .block-editor-block-styles .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-block-styles ol + h2,
  .block-editor-block-styles .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
  .edit-post-visual-editor ul + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-l,
  .edit-post-visual-editor ol + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles ul + h2,
  .block-editor-block-styles .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-block-styles ul + h2,
  .block-editor-block-styles .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-block-styles ol + h2,
  .block-editor-block-styles .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-block-styles ol + h2,
  .block-editor-block-styles .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-l, .block-editor-block-styles .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-block-styles p + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2, .block-editor-block-styles .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-block-styles p + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2, .block-editor-block-styles .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-block-styles address + h2, .block-editor-block-styles .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-block-styles address + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
  .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-l, .block-editor-block-styles .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-block-styles p + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2, .block-editor-block-styles p + h2,
  .block-editor-block-styles .nhsuk-body-m + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2, .block-editor-block-styles .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-block-styles address + h2, .block-editor-block-styles address + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
  .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-block-styles p + .nhsuk-heading-l,
  .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-l,
  .block-editor-block-styles address + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-l, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-block-styles ul + h2,
  .block-editor-block-styles .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-block-styles ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
  .block-editor-block-styles .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-block-styles ol + h2,
  .block-editor-block-styles .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-block-styles ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-block-styles ul + h2,
  .block-editor-block-styles ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
  .block-editor-block-styles .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-block-styles ol + h2,
  .block-editor-block-styles ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
  .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-l,
  .block-editor-block-styles ul + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-l,
  .block-editor-block-styles ol + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-l, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2, .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2, .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel p + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel address + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-l,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-l,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-l,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l,
  .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-l {
    padding-top: 24px;
  }
}
.edit-post-visual-editor p + h3,
.edit-post-visual-editor .nhsuk-body-m + h3, .edit-post-visual-editor .block-editor-block-styles p + h3, .block-editor-block-styles .edit-post-visual-editor p + h3,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h3,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h3, .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-block-styles address + h3, .block-editor-block-styles .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h3,
.edit-post-visual-editor p + .nhsuk-heading-m,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
.edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles p + h2,
.block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor address + .nhsuk-heading-m,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
.edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles address + h2,
.block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-block-styles p + h3, .block-editor-block-styles .edit-post-visual-editor p + h3,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h3,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h3, .edit-post-visual-editor .block-editor-block-styles p + h3, .block-editor-block-styles .edit-post-visual-editor p + h3,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h3,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h3, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h3,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h3, .edit-post-visual-editor .block-editor-block-styles address + h3, .block-editor-block-styles .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-block-styles address + h3, .block-editor-block-styles .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h3, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h3,
.edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles p + h2,
.block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles p + h2,
.block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles address + h2,
.block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor address + h2,
.edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles address + h2,
.block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h3, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h3, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h3,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h3,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h3, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles p + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles address + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
.edit-post-visual-editor .nhsuk-body-s + h3,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h3,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h3,
.edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h3,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h3,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h3,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h3,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h3,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h3,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h3,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-list + h3,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h3,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h3,
.edit-post-visual-editor ul + h3,
.edit-post-visual-editor .block-editor-block-styles ul + h3,
.block-editor-block-styles .edit-post-visual-editor ul + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h3,
.edit-post-visual-editor ol + h3,
.edit-post-visual-editor .block-editor-block-styles ol + h3,
.block-editor-block-styles .edit-post-visual-editor ol + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h3,
.edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor ul + .nhsuk-heading-m,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ul + h2,
.block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
.edit-post-visual-editor ol + .nhsuk-heading-m,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ol + h2,
.block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h3,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h3,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h3,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h3,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h3,
.edit-post-visual-editor .block-editor-block-styles ul + h3,
.block-editor-block-styles .edit-post-visual-editor ul + h3,
.edit-post-visual-editor .block-editor-block-styles ul + h3,
.block-editor-block-styles .edit-post-visual-editor ul + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h3,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h3,
.edit-post-visual-editor .block-editor-block-styles ol + h3,
.block-editor-block-styles .edit-post-visual-editor ol + h3,
.edit-post-visual-editor .block-editor-block-styles ol + h3,
.block-editor-block-styles .edit-post-visual-editor ol + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h3,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h3,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ul + h2,
.block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ul + h2,
.block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ol + h2,
.block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ol + h2,
.block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h3,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h3,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h3,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h3,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h3,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h3,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ul + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ol + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
.edit-post-visual-editor p + h4,
.edit-post-visual-editor .nhsuk-body-m + h4,
.edit-post-visual-editor .block-editor-block-styles p + h4,
.block-editor-block-styles .edit-post-visual-editor p + h4,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h4,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h4,
.edit-post-visual-editor address + h4,
.edit-post-visual-editor .block-editor-block-styles address + h4,
.block-editor-block-styles .edit-post-visual-editor address + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h4,
.edit-post-visual-editor p + .nhsuk-heading-s,
.edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
.edit-post-visual-editor address + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles p + h4,
.block-editor-block-styles .edit-post-visual-editor p + h4,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h4,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h4,
.edit-post-visual-editor .block-editor-block-styles p + h4,
.block-editor-block-styles .edit-post-visual-editor p + h4,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h4,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h4,
.edit-post-visual-editor .block-editor-block-styles address + h4,
.block-editor-block-styles .edit-post-visual-editor address + h4,
.edit-post-visual-editor .block-editor-block-styles address + h4,
.block-editor-block-styles .edit-post-visual-editor address + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h4,
.edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-s,
.edit-post-visual-editor .nhsuk-body-s + h4,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h4,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h4,
.edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h4,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h4,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h4,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h4,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
.edit-post-visual-editor .nhsuk-list + h4,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h4,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h4,
.edit-post-visual-editor ul + h4,
.edit-post-visual-editor .block-editor-block-styles ul + h4,
.block-editor-block-styles .edit-post-visual-editor ul + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h4,
.edit-post-visual-editor ol + h4,
.edit-post-visual-editor .block-editor-block-styles ol + h4,
.block-editor-block-styles .edit-post-visual-editor ol + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h4,
.edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
.edit-post-visual-editor ul + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-s,
.edit-post-visual-editor ol + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h4,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h4,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h4,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h4,
.edit-post-visual-editor .block-editor-block-styles ul + h4,
.block-editor-block-styles .edit-post-visual-editor ul + h4,
.edit-post-visual-editor .block-editor-block-styles ul + h4,
.block-editor-block-styles .edit-post-visual-editor ul + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h4,
.edit-post-visual-editor .block-editor-block-styles ol + h4,
.block-editor-block-styles .edit-post-visual-editor ol + h4,
.edit-post-visual-editor .block-editor-block-styles ol + h4,
.block-editor-block-styles .edit-post-visual-editor ol + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h4,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-s, .block-editor-block-styles .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-block-styles p + h3,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h3,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h3, .block-editor-block-styles .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-block-styles p + h3,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h3,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h3,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h3, .block-editor-block-styles .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-block-styles address + h3, .block-editor-block-styles .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-block-styles address + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h3,
.block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles p + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles p + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor address + h2,
.edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles address + h2,
.block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor address + h2,
.edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2, .block-editor-block-styles .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-block-styles p + h3,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h3,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h3, .block-editor-block-styles p + h3,
.block-editor-block-styles .nhsuk-body-m + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h3, .block-editor-block-styles .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-block-styles address + h3, .block-editor-block-styles address + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h3,
.block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles p + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles p + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
.block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor address + h2,
.edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles address + h2,
.block-editor-block-styles address + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h3,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h3,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h3, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h3,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles p + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor address + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h3,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h3,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h3,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h3,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h3,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h3,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h3,
.block-editor-block-styles .nhsuk-body-s + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h3,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h3,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h3,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h3,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h3,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h3,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h3,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h3,
.block-editor-block-styles .edit-post-visual-editor ul + h3,
.edit-post-visual-editor .block-editor-block-styles ul + h3,
.block-editor-block-styles .edit-post-visual-editor ul + h3,
.edit-post-visual-editor .block-editor-block-styles ul + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h3,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h3,
.block-editor-block-styles .edit-post-visual-editor ol + h3,
.edit-post-visual-editor .block-editor-block-styles ol + h3,
.block-editor-block-styles .edit-post-visual-editor ol + h3,
.edit-post-visual-editor .block-editor-block-styles ol + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h3,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h3,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ul + h2,
.block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
.block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ol + h2,
.block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h3,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h3,
.block-editor-block-styles .nhsuk-list + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h3,
.block-editor-block-styles .edit-post-visual-editor ul + h3,
.edit-post-visual-editor .block-editor-block-styles ul + h3,
.block-editor-block-styles ul + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h3,
.block-editor-block-styles .edit-post-visual-editor ol + h3,
.edit-post-visual-editor .block-editor-block-styles ol + h3,
.block-editor-block-styles ol + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h3,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ul + h2,
.block-editor-block-styles ul + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
.block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ol + h2,
.block-editor-block-styles ol + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h3,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h3,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h3,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h3,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h3,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h3,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
.block-editor-block-styles .edit-post-visual-editor p + h4,
.edit-post-visual-editor .block-editor-block-styles p + h4,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h4,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h4,
.block-editor-block-styles .edit-post-visual-editor p + h4,
.edit-post-visual-editor .block-editor-block-styles p + h4,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h4,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h4,
.block-editor-block-styles .edit-post-visual-editor address + h4,
.edit-post-visual-editor .block-editor-block-styles address + h4,
.block-editor-block-styles .edit-post-visual-editor address + h4,
.edit-post-visual-editor .block-editor-block-styles address + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h4,
.block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor p + h4,
.edit-post-visual-editor .block-editor-block-styles p + h4,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h4,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h4,
.block-editor-block-styles p + h4,
.block-editor-block-styles .nhsuk-body-m + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h4,
.block-editor-block-styles .edit-post-visual-editor address + h4,
.edit-post-visual-editor .block-editor-block-styles address + h4,
.block-editor-block-styles address + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + h4,
.block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-block-styles p + .nhsuk-heading-s,
.block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-s,
.block-editor-block-styles address + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h4,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h4,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h4,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h4,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h4,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h4,
.block-editor-block-styles .nhsuk-body-s + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h4,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h4,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h4,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h4,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h4,
.block-editor-block-styles .edit-post-visual-editor ul + h4,
.edit-post-visual-editor .block-editor-block-styles ul + h4,
.block-editor-block-styles .edit-post-visual-editor ul + h4,
.edit-post-visual-editor .block-editor-block-styles ul + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h4,
.block-editor-block-styles .edit-post-visual-editor ol + h4,
.edit-post-visual-editor .block-editor-block-styles ol + h4,
.block-editor-block-styles .edit-post-visual-editor ol + h4,
.edit-post-visual-editor .block-editor-block-styles ol + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h4,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h4,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h4,
.block-editor-block-styles .nhsuk-list + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h4,
.block-editor-block-styles .edit-post-visual-editor ul + h4,
.edit-post-visual-editor .block-editor-block-styles ul + h4,
.block-editor-block-styles ul + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h4,
.block-editor-block-styles .edit-post-visual-editor ol + h4,
.edit-post-visual-editor .block-editor-block-styles ol + h4,
.block-editor-block-styles ol + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h4,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
.block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-s,
.block-editor-block-styles ul + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-s,
.block-editor-block-styles ol + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-s, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h3,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h3, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h3,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h3, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3, .block-editor-inserter__menu-help-panel p + h3,
.block-editor-inserter__menu-help-panel .nhsuk-body-m + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel address + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
.block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h3,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h3,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
.block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h3,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h3,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h3,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h3,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h3,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h3,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
.block-editor-inserter__menu-help-panel .nhsuk-list + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h3,
.block-editor-inserter__menu-help-panel ul + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h3,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h3,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h3,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h3,
.block-editor-inserter__menu-help-panel ol + h3,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
.block-editor-inserter__menu-help-panel p + h4,
.block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + h4,
.block-editor-inserter__menu-help-panel address + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
.block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h4,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h4,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-s,
.block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
.block-editor-inserter__menu-help-panel .nhsuk-list + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h4,
.block-editor-inserter__menu-help-panel ul + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h4,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h4,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h4,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h4,
.block-editor-inserter__menu-help-panel ol + h4,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-s,
.edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-s,
.block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
.block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s {
  padding-top: 4px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor p + h3,
  .edit-post-visual-editor .nhsuk-body-m + h3, .edit-post-visual-editor .block-editor-block-styles p + h3, .block-editor-block-styles .edit-post-visual-editor p + h3,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h3,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h3, .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-block-styles address + h3, .block-editor-block-styles .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h3,
  .edit-post-visual-editor p + .nhsuk-heading-m,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles p + h2,
  .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor address + .nhsuk-heading-m,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
  .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles address + h2,
  .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-block-styles p + h3, .block-editor-block-styles .edit-post-visual-editor p + h3,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h3,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h3, .edit-post-visual-editor .block-editor-block-styles p + h3, .block-editor-block-styles .edit-post-visual-editor p + h3,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h3,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h3, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h3,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h3, .edit-post-visual-editor .block-editor-block-styles address + h3, .block-editor-block-styles .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-block-styles address + h3, .block-editor-block-styles .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h3, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h3,
  .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles p + h2,
  .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles p + h2,
  .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles address + h2,
  .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor address + h2,
  .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles address + h2,
  .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h3, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h3, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h3,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h3,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h3, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles p + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles address + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
  .edit-post-visual-editor .nhsuk-body-s + h3,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h3,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h3,
  .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h3,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h3,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h3,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h3,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h3,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h3,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h3,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-list + h3,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h3,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h3,
  .edit-post-visual-editor ul + h3,
  .edit-post-visual-editor .block-editor-block-styles ul + h3,
  .block-editor-block-styles .edit-post-visual-editor ul + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h3,
  .edit-post-visual-editor ol + h3,
  .edit-post-visual-editor .block-editor-block-styles ol + h3,
  .block-editor-block-styles .edit-post-visual-editor ol + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h3,
  .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor ul + .nhsuk-heading-m,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ul + h2,
  .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor ol + .nhsuk-heading-m,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ol + h2,
  .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h3,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h3,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h3,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h3,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h3,
  .edit-post-visual-editor .block-editor-block-styles ul + h3,
  .block-editor-block-styles .edit-post-visual-editor ul + h3,
  .edit-post-visual-editor .block-editor-block-styles ul + h3,
  .block-editor-block-styles .edit-post-visual-editor ul + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h3,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h3,
  .edit-post-visual-editor .block-editor-block-styles ol + h3,
  .block-editor-block-styles .edit-post-visual-editor ol + h3,
  .edit-post-visual-editor .block-editor-block-styles ol + h3,
  .block-editor-block-styles .edit-post-visual-editor ol + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h3,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h3,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ul + h2,
  .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ul + h2,
  .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ol + h2,
  .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ol + h2,
  .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h3,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h3,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h3,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h3,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h3,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h3,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor p + h4,
  .edit-post-visual-editor .nhsuk-body-m + h4,
  .edit-post-visual-editor .block-editor-block-styles p + h4,
  .block-editor-block-styles .edit-post-visual-editor p + h4,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h4,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h4,
  .edit-post-visual-editor address + h4,
  .edit-post-visual-editor .block-editor-block-styles address + h4,
  .block-editor-block-styles .edit-post-visual-editor address + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h4,
  .edit-post-visual-editor p + .nhsuk-heading-s,
  .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
  .edit-post-visual-editor address + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles p + h4,
  .block-editor-block-styles .edit-post-visual-editor p + h4,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h4,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h4,
  .edit-post-visual-editor .block-editor-block-styles p + h4,
  .block-editor-block-styles .edit-post-visual-editor p + h4,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h4,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h4,
  .edit-post-visual-editor .block-editor-block-styles address + h4,
  .block-editor-block-styles .edit-post-visual-editor address + h4,
  .edit-post-visual-editor .block-editor-block-styles address + h4,
  .block-editor-block-styles .edit-post-visual-editor address + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h4,
  .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-s,
  .edit-post-visual-editor .nhsuk-body-s + h4,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h4,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h4,
  .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h4,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h4,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h4,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h4,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
  .edit-post-visual-editor .nhsuk-list + h4,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h4,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h4,
  .edit-post-visual-editor ul + h4,
  .edit-post-visual-editor .block-editor-block-styles ul + h4,
  .block-editor-block-styles .edit-post-visual-editor ul + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h4,
  .edit-post-visual-editor ol + h4,
  .edit-post-visual-editor .block-editor-block-styles ol + h4,
  .block-editor-block-styles .edit-post-visual-editor ol + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h4,
  .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
  .edit-post-visual-editor ul + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-s,
  .edit-post-visual-editor ol + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h4,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h4,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h4,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h4,
  .edit-post-visual-editor .block-editor-block-styles ul + h4,
  .block-editor-block-styles .edit-post-visual-editor ul + h4,
  .edit-post-visual-editor .block-editor-block-styles ul + h4,
  .block-editor-block-styles .edit-post-visual-editor ul + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h4,
  .edit-post-visual-editor .block-editor-block-styles ol + h4,
  .block-editor-block-styles .edit-post-visual-editor ol + h4,
  .edit-post-visual-editor .block-editor-block-styles ol + h4,
  .block-editor-block-styles .edit-post-visual-editor ol + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h4,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-s, .block-editor-block-styles .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-block-styles p + h3,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h3,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h3, .block-editor-block-styles .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-block-styles p + h3,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h3,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h3,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h3, .block-editor-block-styles .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-block-styles address + h3, .block-editor-block-styles .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-block-styles address + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h3,
  .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles p + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles p + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor address + h2,
  .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles address + h2,
  .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor address + h2,
  .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2, .block-editor-block-styles .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-block-styles p + h3,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h3,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h3, .block-editor-block-styles p + h3,
  .block-editor-block-styles .nhsuk-body-m + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h3, .block-editor-block-styles .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-block-styles address + h3, .block-editor-block-styles address + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h3,
  .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles p + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles p + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
  .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor address + h2,
  .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles address + h2,
  .block-editor-block-styles address + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h3,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h3,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h3, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h3,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles p + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor address + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h3,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h3,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h3,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h3,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h3,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h3,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h3,
  .block-editor-block-styles .nhsuk-body-s + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h3,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h3,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h3,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h3,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h3,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h3,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h3,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h3,
  .block-editor-block-styles .edit-post-visual-editor ul + h3,
  .edit-post-visual-editor .block-editor-block-styles ul + h3,
  .block-editor-block-styles .edit-post-visual-editor ul + h3,
  .edit-post-visual-editor .block-editor-block-styles ul + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h3,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h3,
  .block-editor-block-styles .edit-post-visual-editor ol + h3,
  .edit-post-visual-editor .block-editor-block-styles ol + h3,
  .block-editor-block-styles .edit-post-visual-editor ol + h3,
  .edit-post-visual-editor .block-editor-block-styles ol + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h3,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h3,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ul + h2,
  .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
  .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ol + h2,
  .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h3,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h3,
  .block-editor-block-styles .nhsuk-list + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h3,
  .block-editor-block-styles .edit-post-visual-editor ul + h3,
  .edit-post-visual-editor .block-editor-block-styles ul + h3,
  .block-editor-block-styles ul + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h3,
  .block-editor-block-styles .edit-post-visual-editor ol + h3,
  .edit-post-visual-editor .block-editor-block-styles ol + h3,
  .block-editor-block-styles ol + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h3,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ul + h2,
  .block-editor-block-styles ul + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
  .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ol + h2,
  .block-editor-block-styles ol + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h3,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h3,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h3,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h3,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h3,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h3,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
  .block-editor-block-styles .edit-post-visual-editor p + h4,
  .edit-post-visual-editor .block-editor-block-styles p + h4,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h4,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h4,
  .block-editor-block-styles .edit-post-visual-editor p + h4,
  .edit-post-visual-editor .block-editor-block-styles p + h4,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h4,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h4,
  .block-editor-block-styles .edit-post-visual-editor address + h4,
  .edit-post-visual-editor .block-editor-block-styles address + h4,
  .block-editor-block-styles .edit-post-visual-editor address + h4,
  .edit-post-visual-editor .block-editor-block-styles address + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h4,
  .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor p + h4,
  .edit-post-visual-editor .block-editor-block-styles p + h4,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h4,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h4,
  .block-editor-block-styles p + h4,
  .block-editor-block-styles .nhsuk-body-m + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h4,
  .block-editor-block-styles .edit-post-visual-editor address + h4,
  .edit-post-visual-editor .block-editor-block-styles address + h4,
  .block-editor-block-styles address + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h4,
  .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-block-styles p + .nhsuk-heading-s,
  .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-s,
  .block-editor-block-styles address + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h4,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h4,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h4,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h4,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h4,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h4,
  .block-editor-block-styles .nhsuk-body-s + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h4,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h4,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h4,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h4,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h4,
  .block-editor-block-styles .edit-post-visual-editor ul + h4,
  .edit-post-visual-editor .block-editor-block-styles ul + h4,
  .block-editor-block-styles .edit-post-visual-editor ul + h4,
  .edit-post-visual-editor .block-editor-block-styles ul + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h4,
  .block-editor-block-styles .edit-post-visual-editor ol + h4,
  .edit-post-visual-editor .block-editor-block-styles ol + h4,
  .block-editor-block-styles .edit-post-visual-editor ol + h4,
  .edit-post-visual-editor .block-editor-block-styles ol + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h4,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h4,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h4,
  .block-editor-block-styles .nhsuk-list + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h4,
  .block-editor-block-styles .edit-post-visual-editor ul + h4,
  .edit-post-visual-editor .block-editor-block-styles ul + h4,
  .block-editor-block-styles ul + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h4,
  .block-editor-block-styles .edit-post-visual-editor ol + h4,
  .edit-post-visual-editor .block-editor-block-styles ol + h4,
  .block-editor-block-styles ol + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h4,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
  .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-s,
  .block-editor-block-styles ul + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-s,
  .block-editor-block-styles ol + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-s, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h3,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h3, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h3,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h3, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2, .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3, .block-editor-inserter__menu-help-panel p + h3,
  .block-editor-inserter__menu-help-panel .nhsuk-body-m + h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h3, .block-editor-inserter__menu-help-panel address + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel p + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content p + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-m + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel address + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel address + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content address + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h3,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h3,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
  .block-editor-inserter__menu-help-panel .nhsuk-body-s + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-body-s + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h3,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h3,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h3,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h3,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h3,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h3,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-block-styles ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
  .block-editor-inserter__menu-help-panel .nhsuk-list + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h3,
  .block-editor-inserter__menu-help-panel ul + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h3,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h3,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h3,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h3,
  .block-editor-inserter__menu-help-panel ol + h3,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-list + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ul + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ul + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h2,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-m,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .block-editor-inserter__menu-help-panel ol + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content ol + h2,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor p + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor address + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles p + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles address + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
  .block-editor-inserter__menu-help-panel p + h4,
  .block-editor-inserter__menu-help-panel .nhsuk-body-m + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + h4,
  .block-editor-inserter__menu-help-panel address + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor p + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-m + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles p + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel p + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .nhsuk-body-m + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor address + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles address + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel address + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
  .block-editor-inserter__menu-help-panel .nhsuk-body-s + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-body-s + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .nhsuk-body-s + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h4,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ul + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor ol + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h4,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ul + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles ol + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-s,
  .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
  .block-editor-inserter__menu-help-panel .nhsuk-list + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + h4,
  .block-editor-inserter__menu-help-panel ul + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + h4,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + h4,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + h4,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + h4,
  .block-editor-inserter__menu-help-panel ol + h4,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-list + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-list + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .nhsuk-list + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ul + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ul + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel ul + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .edit-post-visual-editor ol + .nhsuk-heading-s,
  .edit-post-visual-editor .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel .block-editor-block-styles ol + .nhsuk-heading-s,
  .block-editor-block-styles .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s,
  .block-editor-inserter__menu-help-panel ol + .nhsuk-heading-s {
    padding-top: 8px;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* [1] */
}
.edit-post-visual-editor .nhsuk-lede-text + h2,
.edit-post-visual-editor .nhsuk-lede-text + .nhsuk-heading-l, .block-editor-block-styles .nhsuk-lede-text + h2,
.block-editor-block-styles .nhsuk-lede-text + .nhsuk-heading-l, .block-editor-inserter__menu-help-panel .nhsuk-lede-text + h2,
.block-editor-inserter__menu-help-panel .nhsuk-lede-text + .nhsuk-heading-l {
  padding-top: 0;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Font weight for <strong> and <b> */
}
.edit-post-visual-editor strong,
.edit-post-visual-editor b, .block-editor-block-styles strong,
.block-editor-block-styles b, .block-editor-inserter__menu-help-panel strong,
.block-editor-inserter__menu-help-panel b {
  font-weight: 600;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     UTILITIES / #CLEARFIX
     ========================================================================== */
  /**
   * Automatically clear an elements
   * child elements
   *
   * Usage: class="nhsuk-u-clear"
   * See tools/mixins
   */
}
.edit-post-visual-editor .nhsuk-u-clear:after, .block-editor-block-styles .nhsuk-u-clear:after, .block-editor-inserter__menu-help-panel .nhsuk-u-clear:after {
  clear: both;
  content: "";
  display: block;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     UTILITIES / #GRID
     ========================================================================== */
  /**
   * Force grid widths on all screen sizes
   * By default all grid elements will go to 100% width
   * on screen sizes below tablet, these utilities can force
   * custom widths on all screen sizes
   *
   * Usage: class="nhsuk-u-one-half"
   */
  /* stylelint-disable declaration-no-important */
}
.edit-post-visual-editor .nhsuk-u-one-half, .block-editor-block-styles .nhsuk-u-one-half, .block-editor-inserter__menu-help-panel .nhsuk-u-one-half {
  float: left;
  width: 50% !important;
}
.edit-post-visual-editor .nhsuk-u-one-third, .block-editor-block-styles .nhsuk-u-one-third, .block-editor-inserter__menu-help-panel .nhsuk-u-one-third {
  float: left;
  width: 33.3333333333% !important;
}
.edit-post-visual-editor .nhsuk-u-two-thirds, .block-editor-block-styles .nhsuk-u-two-thirds, .block-editor-inserter__menu-help-panel .nhsuk-u-two-thirds {
  float: left;
  width: 66.6666666667% !important;
}
.edit-post-visual-editor .nhsuk-u-one-quarter, .block-editor-block-styles .nhsuk-u-one-quarter, .block-editor-inserter__menu-help-panel .nhsuk-u-one-quarter {
  float: left;
  width: 25% !important;
}
.edit-post-visual-editor .nhsuk-u-three-quarters, .block-editor-block-styles .nhsuk-u-three-quarters, .block-editor-inserter__menu-help-panel .nhsuk-u-three-quarters {
  float: left;
  width: 75% !important;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /**
   * Force grid widths on screen sizes on tablet
   * and above
   *
   * By default all grid elements will go to 100% width
   * on every screen size, these utilities can force
   * custom widths on screen sizes on tablet
   * and above
   *
   * Usage: class="nhsuk-u-one-half-tablet"
   */
}
.edit-post-visual-editor .nhsuk-u-one-half-tablet, .block-editor-block-styles .nhsuk-u-one-half-tablet, .block-editor-inserter__menu-help-panel .nhsuk-u-one-half-tablet {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-one-half-tablet, .block-editor-block-styles .nhsuk-u-one-half-tablet, .block-editor-inserter__menu-help-panel .nhsuk-u-one-half-tablet {
    float: left;
    width: 50% !important;
  }
}
.edit-post-visual-editor .nhsuk-u-one-third-tablet, .block-editor-block-styles .nhsuk-u-one-third-tablet, .block-editor-inserter__menu-help-panel .nhsuk-u-one-third-tablet {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-one-third-tablet, .block-editor-block-styles .nhsuk-u-one-third-tablet, .block-editor-inserter__menu-help-panel .nhsuk-u-one-third-tablet {
    float: left;
    width: 33.3333333333% !important;
  }
}
.edit-post-visual-editor .nhsuk-u-two-thirds-tablet, .block-editor-block-styles .nhsuk-u-two-thirds-tablet, .block-editor-inserter__menu-help-panel .nhsuk-u-two-thirds-tablet {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-two-thirds-tablet, .block-editor-block-styles .nhsuk-u-two-thirds-tablet, .block-editor-inserter__menu-help-panel .nhsuk-u-two-thirds-tablet {
    float: left;
    width: 66.6666666667% !important;
  }
}
.edit-post-visual-editor .nhsuk-u-one-quarter-tablet, .block-editor-block-styles .nhsuk-u-one-quarter-tablet, .block-editor-inserter__menu-help-panel .nhsuk-u-one-quarter-tablet {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-one-quarter-tablet, .block-editor-block-styles .nhsuk-u-one-quarter-tablet, .block-editor-inserter__menu-help-panel .nhsuk-u-one-quarter-tablet {
    float: left;
    width: 25% !important;
  }
}
.edit-post-visual-editor .nhsuk-u-three-quarters-tablet, .block-editor-block-styles .nhsuk-u-three-quarters-tablet, .block-editor-inserter__menu-help-panel .nhsuk-u-three-quarters-tablet {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-three-quarters-tablet, .block-editor-block-styles .nhsuk-u-three-quarters-tablet, .block-editor-inserter__menu-help-panel .nhsuk-u-three-quarters-tablet {
    float: left;
    width: 75% !important;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     UTILITIES / #LINK-NOWRAP
     ========================================================================== */
  /**
   * Prevent long anchor links from line breaking
   * on smaller screens
   *
   * Usage: class="nhsuk-u-nowrap"
   */
}
@media (max-width: 40.0525em) {
  .edit-post-visual-editor .nhsuk-u-nowrap, .block-editor-block-styles .nhsuk-u-nowrap, .block-editor-inserter__menu-help-panel .nhsuk-u-nowrap {
    white-space: nowrap;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     UTILITIES / #READING-WIDTH
     ========================================================================== */
  /**
   * Reading width mixin, add a maximum width
   * to large pieces of content
   *
   * Usage: class="nhsuk-u-reading-width"
   * See tools/mixins
   */
}
.edit-post-visual-editor .nhsuk-u-reading-width, .block-editor-block-styles .nhsuk-u-reading-width, .block-editor-inserter__menu-help-panel .nhsuk-u-reading-width {
  max-width: 44em;
}
.edit-post-visual-editor .nhsuk-u-margin-0, .block-editor-block-styles .nhsuk-u-margin-0, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-0 {
  margin: 0 !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-0, .block-editor-block-styles .nhsuk-u-margin-0, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-0 {
    margin: 0 !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-top-0, .block-editor-block-styles .nhsuk-u-margin-top-0, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-top-0 {
  margin-top: 0 !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-top-0, .block-editor-block-styles .nhsuk-u-margin-top-0, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-top-0 {
    margin-top: 0 !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-right-0, .block-editor-block-styles .nhsuk-u-margin-right-0, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-right-0 {
  margin-right: 0 !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-right-0, .block-editor-block-styles .nhsuk-u-margin-right-0, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-right-0 {
    margin-right: 0 !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-bottom-0, .block-editor-block-styles .nhsuk-u-margin-bottom-0, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-bottom-0 {
  margin-bottom: 0 !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-bottom-0, .block-editor-block-styles .nhsuk-u-margin-bottom-0, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-bottom-0 {
    margin-bottom: 0 !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-left-0, .block-editor-block-styles .nhsuk-u-margin-left-0, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-left-0 {
  margin-left: 0 !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-left-0, .block-editor-block-styles .nhsuk-u-margin-left-0, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-left-0 {
    margin-left: 0 !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-1, .block-editor-block-styles .nhsuk-u-margin-1, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-1 {
  margin: 4px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-1, .block-editor-block-styles .nhsuk-u-margin-1, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-1 {
    margin: 4px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-top-1, .block-editor-block-styles .nhsuk-u-margin-top-1, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-top-1 {
  margin-top: 4px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-top-1, .block-editor-block-styles .nhsuk-u-margin-top-1, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-top-1 {
    margin-top: 4px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-right-1, .block-editor-block-styles .nhsuk-u-margin-right-1, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-right-1 {
  margin-right: 4px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-right-1, .block-editor-block-styles .nhsuk-u-margin-right-1, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-right-1 {
    margin-right: 4px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-bottom-1, .block-editor-block-styles .nhsuk-u-margin-bottom-1, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-bottom-1 {
  margin-bottom: 4px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-bottom-1, .block-editor-block-styles .nhsuk-u-margin-bottom-1, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-bottom-1 {
    margin-bottom: 4px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-left-1, .block-editor-block-styles .nhsuk-u-margin-left-1, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-left-1 {
  margin-left: 4px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-left-1, .block-editor-block-styles .nhsuk-u-margin-left-1, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-left-1 {
    margin-left: 4px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-2, .block-editor-block-styles .nhsuk-u-margin-2, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-2 {
  margin: 8px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-2, .block-editor-block-styles .nhsuk-u-margin-2, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-2 {
    margin: 8px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-top-2, .block-editor-block-styles .nhsuk-u-margin-top-2, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-top-2 {
  margin-top: 8px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-top-2, .block-editor-block-styles .nhsuk-u-margin-top-2, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-top-2 {
    margin-top: 8px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-right-2, .block-editor-block-styles .nhsuk-u-margin-right-2, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-right-2 {
  margin-right: 8px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-right-2, .block-editor-block-styles .nhsuk-u-margin-right-2, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-right-2 {
    margin-right: 8px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-bottom-2, .block-editor-block-styles .nhsuk-u-margin-bottom-2, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-bottom-2 {
  margin-bottom: 8px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-bottom-2, .block-editor-block-styles .nhsuk-u-margin-bottom-2, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-bottom-2 {
    margin-bottom: 8px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-left-2, .block-editor-block-styles .nhsuk-u-margin-left-2, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-left-2 {
  margin-left: 8px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-left-2, .block-editor-block-styles .nhsuk-u-margin-left-2, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-left-2 {
    margin-left: 8px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-3, .block-editor-block-styles .nhsuk-u-margin-3, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-3 {
  margin: 8px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-3, .block-editor-block-styles .nhsuk-u-margin-3, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-3 {
    margin: 16px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-top-3, .block-editor-block-styles .nhsuk-u-margin-top-3, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-top-3 {
  margin-top: 8px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-top-3, .block-editor-block-styles .nhsuk-u-margin-top-3, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-top-3 {
    margin-top: 16px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-right-3, .block-editor-block-styles .nhsuk-u-margin-right-3, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-right-3 {
  margin-right: 8px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-right-3, .block-editor-block-styles .nhsuk-u-margin-right-3, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-right-3 {
    margin-right: 16px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-bottom-3, .block-editor-block-styles .nhsuk-u-margin-bottom-3, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-bottom-3 {
  margin-bottom: 8px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-bottom-3, .block-editor-block-styles .nhsuk-u-margin-bottom-3, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-bottom-3 {
    margin-bottom: 16px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-left-3, .block-editor-block-styles .nhsuk-u-margin-left-3, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-left-3 {
  margin-left: 8px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-left-3, .block-editor-block-styles .nhsuk-u-margin-left-3, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-left-3 {
    margin-left: 16px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-4, .block-editor-block-styles .nhsuk-u-margin-4, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-4 {
  margin: 16px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-4, .block-editor-block-styles .nhsuk-u-margin-4, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-4 {
    margin: 24px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-top-4, .block-editor-block-styles .nhsuk-u-margin-top-4, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-top-4 {
  margin-top: 16px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-top-4, .block-editor-block-styles .nhsuk-u-margin-top-4, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-top-4 {
    margin-top: 24px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-right-4, .block-editor-block-styles .nhsuk-u-margin-right-4, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-right-4 {
  margin-right: 16px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-right-4, .block-editor-block-styles .nhsuk-u-margin-right-4, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-right-4 {
    margin-right: 24px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-bottom-4, .block-editor-block-styles .nhsuk-u-margin-bottom-4, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-bottom-4 {
  margin-bottom: 16px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-bottom-4, .block-editor-block-styles .nhsuk-u-margin-bottom-4, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-bottom-4 {
    margin-bottom: 24px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-left-4, .block-editor-block-styles .nhsuk-u-margin-left-4, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-left-4 {
  margin-left: 16px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-left-4, .block-editor-block-styles .nhsuk-u-margin-left-4, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-left-4 {
    margin-left: 24px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-5, .block-editor-block-styles .nhsuk-u-margin-5, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-5 {
  margin: 24px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-5, .block-editor-block-styles .nhsuk-u-margin-5, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-5 {
    margin: 32px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-top-5, .block-editor-block-styles .nhsuk-u-margin-top-5, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-top-5 {
  margin-top: 24px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-top-5, .block-editor-block-styles .nhsuk-u-margin-top-5, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-top-5 {
    margin-top: 32px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-right-5, .block-editor-block-styles .nhsuk-u-margin-right-5, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-right-5 {
  margin-right: 24px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-right-5, .block-editor-block-styles .nhsuk-u-margin-right-5, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-right-5 {
    margin-right: 32px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-bottom-5, .block-editor-block-styles .nhsuk-u-margin-bottom-5, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-bottom-5 {
  margin-bottom: 24px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-bottom-5, .block-editor-block-styles .nhsuk-u-margin-bottom-5, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-bottom-5 {
    margin-bottom: 32px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-left-5, .block-editor-block-styles .nhsuk-u-margin-left-5, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-left-5 {
  margin-left: 24px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-left-5, .block-editor-block-styles .nhsuk-u-margin-left-5, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-left-5 {
    margin-left: 32px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-6, .block-editor-block-styles .nhsuk-u-margin-6, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-6 {
  margin: 32px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-6, .block-editor-block-styles .nhsuk-u-margin-6, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-6 {
    margin: 40px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-top-6, .block-editor-block-styles .nhsuk-u-margin-top-6, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-top-6 {
  margin-top: 32px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-top-6, .block-editor-block-styles .nhsuk-u-margin-top-6, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-top-6 {
    margin-top: 40px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-right-6, .block-editor-block-styles .nhsuk-u-margin-right-6, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-right-6 {
  margin-right: 32px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-right-6, .block-editor-block-styles .nhsuk-u-margin-right-6, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-right-6 {
    margin-right: 40px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-bottom-6, .block-editor-block-styles .nhsuk-u-margin-bottom-6, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-bottom-6 {
  margin-bottom: 32px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-bottom-6, .block-editor-block-styles .nhsuk-u-margin-bottom-6, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-bottom-6 {
    margin-bottom: 40px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-left-6, .block-editor-block-styles .nhsuk-u-margin-left-6, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-left-6 {
  margin-left: 32px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-left-6, .block-editor-block-styles .nhsuk-u-margin-left-6, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-left-6 {
    margin-left: 40px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-7, .block-editor-block-styles .nhsuk-u-margin-7, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-7 {
  margin: 40px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-7, .block-editor-block-styles .nhsuk-u-margin-7, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-7 {
    margin: 48px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-top-7, .block-editor-block-styles .nhsuk-u-margin-top-7, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-top-7 {
  margin-top: 40px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-top-7, .block-editor-block-styles .nhsuk-u-margin-top-7, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-top-7 {
    margin-top: 48px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-right-7, .block-editor-block-styles .nhsuk-u-margin-right-7, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-right-7 {
  margin-right: 40px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-right-7, .block-editor-block-styles .nhsuk-u-margin-right-7, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-right-7 {
    margin-right: 48px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-bottom-7, .block-editor-block-styles .nhsuk-u-margin-bottom-7, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-bottom-7 {
  margin-bottom: 40px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-bottom-7, .block-editor-block-styles .nhsuk-u-margin-bottom-7, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-bottom-7 {
    margin-bottom: 48px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-left-7, .block-editor-block-styles .nhsuk-u-margin-left-7, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-left-7 {
  margin-left: 40px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-left-7, .block-editor-block-styles .nhsuk-u-margin-left-7, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-left-7 {
    margin-left: 48px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-8, .block-editor-block-styles .nhsuk-u-margin-8, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-8 {
  margin: 48px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-8, .block-editor-block-styles .nhsuk-u-margin-8, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-8 {
    margin: 56px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-top-8, .block-editor-block-styles .nhsuk-u-margin-top-8, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-top-8 {
  margin-top: 48px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-top-8, .block-editor-block-styles .nhsuk-u-margin-top-8, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-top-8 {
    margin-top: 56px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-right-8, .block-editor-block-styles .nhsuk-u-margin-right-8, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-right-8 {
  margin-right: 48px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-right-8, .block-editor-block-styles .nhsuk-u-margin-right-8, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-right-8 {
    margin-right: 56px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-bottom-8, .block-editor-block-styles .nhsuk-u-margin-bottom-8, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-bottom-8 {
  margin-bottom: 48px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-bottom-8, .block-editor-block-styles .nhsuk-u-margin-bottom-8, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-bottom-8 {
    margin-bottom: 56px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-left-8, .block-editor-block-styles .nhsuk-u-margin-left-8, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-left-8 {
  margin-left: 48px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-left-8, .block-editor-block-styles .nhsuk-u-margin-left-8, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-left-8 {
    margin-left: 56px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-9, .block-editor-block-styles .nhsuk-u-margin-9, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-9 {
  margin: 56px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-9, .block-editor-block-styles .nhsuk-u-margin-9, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-9 {
    margin: 64px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-top-9, .block-editor-block-styles .nhsuk-u-margin-top-9, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-top-9 {
  margin-top: 56px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-top-9, .block-editor-block-styles .nhsuk-u-margin-top-9, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-top-9 {
    margin-top: 64px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-right-9, .block-editor-block-styles .nhsuk-u-margin-right-9, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-right-9 {
  margin-right: 56px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-right-9, .block-editor-block-styles .nhsuk-u-margin-right-9, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-right-9 {
    margin-right: 64px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-bottom-9, .block-editor-block-styles .nhsuk-u-margin-bottom-9, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-bottom-9 {
  margin-bottom: 56px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-bottom-9, .block-editor-block-styles .nhsuk-u-margin-bottom-9, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-bottom-9 {
    margin-bottom: 64px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-margin-left-9, .block-editor-block-styles .nhsuk-u-margin-left-9, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-left-9 {
  margin-left: 56px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-margin-left-9, .block-editor-block-styles .nhsuk-u-margin-left-9, .block-editor-inserter__menu-help-panel .nhsuk-u-margin-left-9 {
    margin-left: 64px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-0, .block-editor-block-styles .nhsuk-u-padding-0, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-0 {
  padding: 0 !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-0, .block-editor-block-styles .nhsuk-u-padding-0, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-0 {
    padding: 0 !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-top-0, .block-editor-block-styles .nhsuk-u-padding-top-0, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-top-0 {
  padding-top: 0 !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-top-0, .block-editor-block-styles .nhsuk-u-padding-top-0, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-top-0 {
    padding-top: 0 !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-right-0, .block-editor-block-styles .nhsuk-u-padding-right-0, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-right-0 {
  padding-right: 0 !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-right-0, .block-editor-block-styles .nhsuk-u-padding-right-0, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-right-0 {
    padding-right: 0 !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-bottom-0, .block-editor-block-styles .nhsuk-u-padding-bottom-0, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-bottom-0 {
  padding-bottom: 0 !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-bottom-0, .block-editor-block-styles .nhsuk-u-padding-bottom-0, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-bottom-0 {
    padding-bottom: 0 !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-left-0, .block-editor-block-styles .nhsuk-u-padding-left-0, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-left-0 {
  padding-left: 0 !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-left-0, .block-editor-block-styles .nhsuk-u-padding-left-0, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-left-0 {
    padding-left: 0 !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-1, .block-editor-block-styles .nhsuk-u-padding-1, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-1 {
  padding: 4px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-1, .block-editor-block-styles .nhsuk-u-padding-1, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-1 {
    padding: 4px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-top-1, .block-editor-block-styles .nhsuk-u-padding-top-1, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-top-1 {
  padding-top: 4px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-top-1, .block-editor-block-styles .nhsuk-u-padding-top-1, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-top-1 {
    padding-top: 4px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-right-1, .block-editor-block-styles .nhsuk-u-padding-right-1, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-right-1 {
  padding-right: 4px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-right-1, .block-editor-block-styles .nhsuk-u-padding-right-1, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-right-1 {
    padding-right: 4px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-bottom-1, .block-editor-block-styles .nhsuk-u-padding-bottom-1, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-bottom-1 {
  padding-bottom: 4px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-bottom-1, .block-editor-block-styles .nhsuk-u-padding-bottom-1, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-bottom-1 {
    padding-bottom: 4px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-left-1, .block-editor-block-styles .nhsuk-u-padding-left-1, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-left-1 {
  padding-left: 4px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-left-1, .block-editor-block-styles .nhsuk-u-padding-left-1, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-left-1 {
    padding-left: 4px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-2, .block-editor-block-styles .nhsuk-u-padding-2, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-2 {
  padding: 8px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-2, .block-editor-block-styles .nhsuk-u-padding-2, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-2 {
    padding: 8px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-top-2, .block-editor-block-styles .nhsuk-u-padding-top-2, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-top-2 {
  padding-top: 8px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-top-2, .block-editor-block-styles .nhsuk-u-padding-top-2, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-top-2 {
    padding-top: 8px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-right-2, .block-editor-block-styles .nhsuk-u-padding-right-2, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-right-2 {
  padding-right: 8px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-right-2, .block-editor-block-styles .nhsuk-u-padding-right-2, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-right-2 {
    padding-right: 8px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-bottom-2, .block-editor-block-styles .nhsuk-u-padding-bottom-2, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-bottom-2 {
  padding-bottom: 8px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-bottom-2, .block-editor-block-styles .nhsuk-u-padding-bottom-2, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-bottom-2 {
    padding-bottom: 8px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-left-2, .block-editor-block-styles .nhsuk-u-padding-left-2, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-left-2 {
  padding-left: 8px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-left-2, .block-editor-block-styles .nhsuk-u-padding-left-2, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-left-2 {
    padding-left: 8px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-3, .block-editor-block-styles .nhsuk-u-padding-3, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-3 {
  padding: 8px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-3, .block-editor-block-styles .nhsuk-u-padding-3, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-3 {
    padding: 16px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-top-3, .block-editor-block-styles .nhsuk-u-padding-top-3, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-top-3 {
  padding-top: 8px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-top-3, .block-editor-block-styles .nhsuk-u-padding-top-3, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-top-3 {
    padding-top: 16px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-right-3, .block-editor-block-styles .nhsuk-u-padding-right-3, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-right-3 {
  padding-right: 8px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-right-3, .block-editor-block-styles .nhsuk-u-padding-right-3, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-right-3 {
    padding-right: 16px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-bottom-3, .block-editor-block-styles .nhsuk-u-padding-bottom-3, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-bottom-3 {
  padding-bottom: 8px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-bottom-3, .block-editor-block-styles .nhsuk-u-padding-bottom-3, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-bottom-3 {
    padding-bottom: 16px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-left-3, .block-editor-block-styles .nhsuk-u-padding-left-3, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-left-3 {
  padding-left: 8px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-left-3, .block-editor-block-styles .nhsuk-u-padding-left-3, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-left-3 {
    padding-left: 16px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-4, .block-editor-block-styles .nhsuk-u-padding-4, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-4 {
  padding: 16px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-4, .block-editor-block-styles .nhsuk-u-padding-4, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-4 {
    padding: 24px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-top-4, .block-editor-block-styles .nhsuk-u-padding-top-4, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-top-4 {
  padding-top: 16px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-top-4, .block-editor-block-styles .nhsuk-u-padding-top-4, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-top-4 {
    padding-top: 24px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-right-4, .block-editor-block-styles .nhsuk-u-padding-right-4, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-right-4 {
  padding-right: 16px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-right-4, .block-editor-block-styles .nhsuk-u-padding-right-4, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-right-4 {
    padding-right: 24px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-bottom-4, .block-editor-block-styles .nhsuk-u-padding-bottom-4, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-bottom-4 {
  padding-bottom: 16px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-bottom-4, .block-editor-block-styles .nhsuk-u-padding-bottom-4, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-bottom-4 {
    padding-bottom: 24px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-left-4, .block-editor-block-styles .nhsuk-u-padding-left-4, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-left-4 {
  padding-left: 16px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-left-4, .block-editor-block-styles .nhsuk-u-padding-left-4, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-left-4 {
    padding-left: 24px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-5, .block-editor-block-styles .nhsuk-u-padding-5, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-5 {
  padding: 24px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-5, .block-editor-block-styles .nhsuk-u-padding-5, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-5 {
    padding: 32px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-top-5, .block-editor-block-styles .nhsuk-u-padding-top-5, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-top-5 {
  padding-top: 24px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-top-5, .block-editor-block-styles .nhsuk-u-padding-top-5, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-top-5 {
    padding-top: 32px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-right-5, .block-editor-block-styles .nhsuk-u-padding-right-5, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-right-5 {
  padding-right: 24px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-right-5, .block-editor-block-styles .nhsuk-u-padding-right-5, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-right-5 {
    padding-right: 32px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-bottom-5, .block-editor-block-styles .nhsuk-u-padding-bottom-5, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-bottom-5 {
  padding-bottom: 24px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-bottom-5, .block-editor-block-styles .nhsuk-u-padding-bottom-5, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-bottom-5 {
    padding-bottom: 32px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-left-5, .block-editor-block-styles .nhsuk-u-padding-left-5, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-left-5 {
  padding-left: 24px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-left-5, .block-editor-block-styles .nhsuk-u-padding-left-5, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-left-5 {
    padding-left: 32px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-6, .block-editor-block-styles .nhsuk-u-padding-6, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-6 {
  padding: 32px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-6, .block-editor-block-styles .nhsuk-u-padding-6, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-6 {
    padding: 40px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-top-6, .block-editor-block-styles .nhsuk-u-padding-top-6, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-top-6 {
  padding-top: 32px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-top-6, .block-editor-block-styles .nhsuk-u-padding-top-6, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-top-6 {
    padding-top: 40px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-right-6, .block-editor-block-styles .nhsuk-u-padding-right-6, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-right-6 {
  padding-right: 32px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-right-6, .block-editor-block-styles .nhsuk-u-padding-right-6, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-right-6 {
    padding-right: 40px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-bottom-6, .block-editor-block-styles .nhsuk-u-padding-bottom-6, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-bottom-6 {
  padding-bottom: 32px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-bottom-6, .block-editor-block-styles .nhsuk-u-padding-bottom-6, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-bottom-6 {
    padding-bottom: 40px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-left-6, .block-editor-block-styles .nhsuk-u-padding-left-6, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-left-6 {
  padding-left: 32px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-left-6, .block-editor-block-styles .nhsuk-u-padding-left-6, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-left-6 {
    padding-left: 40px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-7, .block-editor-block-styles .nhsuk-u-padding-7, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-7 {
  padding: 40px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-7, .block-editor-block-styles .nhsuk-u-padding-7, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-7 {
    padding: 48px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-top-7, .block-editor-block-styles .nhsuk-u-padding-top-7, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-top-7 {
  padding-top: 40px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-top-7, .block-editor-block-styles .nhsuk-u-padding-top-7, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-top-7 {
    padding-top: 48px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-right-7, .block-editor-block-styles .nhsuk-u-padding-right-7, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-right-7 {
  padding-right: 40px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-right-7, .block-editor-block-styles .nhsuk-u-padding-right-7, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-right-7 {
    padding-right: 48px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-bottom-7, .block-editor-block-styles .nhsuk-u-padding-bottom-7, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-bottom-7 {
  padding-bottom: 40px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-bottom-7, .block-editor-block-styles .nhsuk-u-padding-bottom-7, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-bottom-7 {
    padding-bottom: 48px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-left-7, .block-editor-block-styles .nhsuk-u-padding-left-7, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-left-7 {
  padding-left: 40px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-left-7, .block-editor-block-styles .nhsuk-u-padding-left-7, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-left-7 {
    padding-left: 48px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-8, .block-editor-block-styles .nhsuk-u-padding-8, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-8 {
  padding: 48px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-8, .block-editor-block-styles .nhsuk-u-padding-8, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-8 {
    padding: 56px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-top-8, .block-editor-block-styles .nhsuk-u-padding-top-8, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-top-8 {
  padding-top: 48px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-top-8, .block-editor-block-styles .nhsuk-u-padding-top-8, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-top-8 {
    padding-top: 56px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-right-8, .block-editor-block-styles .nhsuk-u-padding-right-8, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-right-8 {
  padding-right: 48px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-right-8, .block-editor-block-styles .nhsuk-u-padding-right-8, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-right-8 {
    padding-right: 56px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-bottom-8, .block-editor-block-styles .nhsuk-u-padding-bottom-8, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-bottom-8 {
  padding-bottom: 48px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-bottom-8, .block-editor-block-styles .nhsuk-u-padding-bottom-8, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-bottom-8 {
    padding-bottom: 56px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-left-8, .block-editor-block-styles .nhsuk-u-padding-left-8, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-left-8 {
  padding-left: 48px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-left-8, .block-editor-block-styles .nhsuk-u-padding-left-8, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-left-8 {
    padding-left: 56px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-9, .block-editor-block-styles .nhsuk-u-padding-9, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-9 {
  padding: 56px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-9, .block-editor-block-styles .nhsuk-u-padding-9, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-9 {
    padding: 64px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-top-9, .block-editor-block-styles .nhsuk-u-padding-top-9, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-top-9 {
  padding-top: 56px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-top-9, .block-editor-block-styles .nhsuk-u-padding-top-9, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-top-9 {
    padding-top: 64px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-right-9, .block-editor-block-styles .nhsuk-u-padding-right-9, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-right-9 {
  padding-right: 56px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-right-9, .block-editor-block-styles .nhsuk-u-padding-right-9, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-right-9 {
    padding-right: 64px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-bottom-9, .block-editor-block-styles .nhsuk-u-padding-bottom-9, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-bottom-9 {
  padding-bottom: 56px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-bottom-9, .block-editor-block-styles .nhsuk-u-padding-bottom-9, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-bottom-9 {
    padding-bottom: 64px !important;
  }
}
.edit-post-visual-editor .nhsuk-u-padding-left-9, .block-editor-block-styles .nhsuk-u-padding-left-9, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-left-9 {
  padding-left: 56px !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-padding-left-9, .block-editor-block-styles .nhsuk-u-padding-left-9, .block-editor-inserter__menu-help-panel .nhsuk-u-padding-left-9 {
    padding-left: 64px !important;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     UTILITIES / #TYPOGRAPHY
     ========================================================================== */
  /**
   * Font size and line height
   *
   * Generate typography override classes for each responsive font map in the
   * typography scale eg .nhsuk-u-font-size-48
   *
   * Original code taken from GDS (Government Digital Service)
   * https://github.com/alphagov/govuk-frontend
   */
}
.edit-post-visual-editor .nhsuk-u-font-size-64, .block-editor-block-styles .nhsuk-u-font-size-64, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-64 {
  font-size: 48px !important;
  font-size: 3rem !important;
  line-height: 1.16667 !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-font-size-64, .block-editor-block-styles .nhsuk-u-font-size-64, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-64 {
    font-size: 64px !important;
    font-size: 4rem !important;
    line-height: 1.125 !important;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-u-font-size-64, .block-editor-block-styles .nhsuk-u-font-size-64, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-64 {
    font-size: 53pt !important;
    line-height: 1.1 !important;
  }
}
.edit-post-visual-editor .nhsuk-u-font-size-48, .block-editor-block-styles .nhsuk-u-font-size-48, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-48 {
  font-size: 32px !important;
  font-size: 2rem !important;
  line-height: 1.25 !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-font-size-48, .block-editor-block-styles .nhsuk-u-font-size-48, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-48 {
    font-size: 48px !important;
    font-size: 3rem !important;
    line-height: 1.16667 !important;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-u-font-size-48, .block-editor-block-styles .nhsuk-u-font-size-48, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-48 {
    font-size: 32pt !important;
    line-height: 1.15 !important;
  }
}
.edit-post-visual-editor .nhsuk-u-font-size-32, .block-editor-block-styles .nhsuk-u-font-size-32, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-32 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
  line-height: 1.33333 !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-font-size-32, .block-editor-block-styles .nhsuk-u-font-size-32, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-32 {
    font-size: 32px !important;
    font-size: 2rem !important;
    line-height: 1.25 !important;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-u-font-size-32, .block-editor-block-styles .nhsuk-u-font-size-32, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-32 {
    font-size: 24pt !important;
    line-height: 1.05 !important;
  }
}
.edit-post-visual-editor .nhsuk-u-font-size-24, .block-editor-block-styles .nhsuk-u-font-size-24, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-24 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  line-height: 1.4 !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-font-size-24, .block-editor-block-styles .nhsuk-u-font-size-24, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-24 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 1.33333 !important;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-u-font-size-24, .block-editor-block-styles .nhsuk-u-font-size-24, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-24 {
    font-size: 18pt !important;
    line-height: 1.15 !important;
  }
}
.edit-post-visual-editor .nhsuk-u-font-size-22, .block-editor-block-styles .nhsuk-u-font-size-22, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-22 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  line-height: 1.55556 !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-font-size-22, .block-editor-block-styles .nhsuk-u-font-size-22, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-22 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    line-height: 1.45455 !important;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-u-font-size-22, .block-editor-block-styles .nhsuk-u-font-size-22, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-22 {
    font-size: 18pt !important;
    line-height: 1.15 !important;
  }
}
.edit-post-visual-editor .nhsuk-u-font-size-19, .block-editor-block-styles .nhsuk-u-font-size-19, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-19 {
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-font-size-19, .block-editor-block-styles .nhsuk-u-font-size-19, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-19 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
    line-height: 1.47368 !important;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-u-font-size-19, .block-editor-block-styles .nhsuk-u-font-size-19, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-19 {
    font-size: 14pt !important;
    line-height: 1.15 !important;
  }
}
.edit-post-visual-editor .nhsuk-u-font-size-16, .block-editor-block-styles .nhsuk-u-font-size-16, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-16 {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  line-height: 1.71429 !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-font-size-16, .block-editor-block-styles .nhsuk-u-font-size-16, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-16 {
    font-size: 16px !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-u-font-size-16, .block-editor-block-styles .nhsuk-u-font-size-16, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-16 {
    font-size: 14pt !important;
    line-height: 1.2 !important;
  }
}
.edit-post-visual-editor .nhsuk-u-font-size-14, .block-editor-block-styles .nhsuk-u-font-size-14, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-14 {
  font-size: 12px !important;
  font-size: 0.75rem !important;
  line-height: 1.66667 !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-font-size-14, .block-editor-block-styles .nhsuk-u-font-size-14, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-14 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    line-height: 1.71429 !important;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-u-font-size-14, .block-editor-block-styles .nhsuk-u-font-size-14, .block-editor-inserter__menu-help-panel .nhsuk-u-font-size-14 {
    font-size: 12pt !important;
    line-height: 1.2 !important;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Weights
     ========================================================================== */
  /**
   * Generate font weight override classes for normal and bold
   * eg .nhsuk-u-font-weight-normal
   */
}
.edit-post-visual-editor .nhsuk-u-font-weight-normal, .block-editor-block-styles .nhsuk-u-font-weight-normal, .block-editor-inserter__menu-help-panel .nhsuk-u-font-weight-normal {
  font-weight: 400 !important;
}
.edit-post-visual-editor .nhsuk-u-font-weight-bold, .block-editor-block-styles .nhsuk-u-font-weight-bold, .block-editor-inserter__menu-help-panel .nhsuk-u-font-weight-bold {
  font-weight: 600 !important;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Colours
     ========================================================================== */
  /**
   * Secondary text colour $nhsuk-secondary-text-color
   * eg <p class="nhsuk-u-secondary-text-color">Published on: 15 March 2018</p>
   */
}
.edit-post-visual-editor .nhsuk-u-secondary-text-color, .block-editor-block-styles .nhsuk-u-secondary-text-color, .block-editor-inserter__menu-help-panel .nhsuk-u-secondary-text-color {
  color: #4c6272 !important; /* stylelint-disable-line declaration-no-important */
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     UTILITIES / #VISUALLY-HIDDEN
     ========================================================================== */
  /**
   * Hide elements visually but keep it in the DOM
   *
   * Usage: class="nhsuk-u-visually-hidden"
   * See tools/mixins
   */
}
.edit-post-visual-editor .nhsuk-u-visually-hidden, .block-editor-block-styles .nhsuk-u-visually-hidden, .block-editor-inserter__menu-help-panel .nhsuk-u-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     UTILITIES / #WIDTH
     ========================================================================== */
  /**
   * Original code taken from GDS (Government Digital Service)
   * https://github.com/alphagov/govuk-frontend
   * Force element widths on all screen sizes
   *
   * Usage: class="nhsuk-u-width-full"
   */
  /* stylelint-disable declaration-no-important */
}
.edit-post-visual-editor .nhsuk-u-width-full, .block-editor-block-styles .nhsuk-u-width-full, .block-editor-inserter__menu-help-panel .nhsuk-u-width-full {
  width: 100% !important;
}
.edit-post-visual-editor .nhsuk-u-width-three-quarters, .block-editor-block-styles .nhsuk-u-width-three-quarters, .block-editor-inserter__menu-help-panel .nhsuk-u-width-three-quarters {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-width-three-quarters, .block-editor-block-styles .nhsuk-u-width-three-quarters, .block-editor-inserter__menu-help-panel .nhsuk-u-width-three-quarters {
    width: 75% !important;
  }
}
.edit-post-visual-editor .nhsuk-u-width-two-thirds, .block-editor-block-styles .nhsuk-u-width-two-thirds, .block-editor-inserter__menu-help-panel .nhsuk-u-width-two-thirds {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-width-two-thirds, .block-editor-block-styles .nhsuk-u-width-two-thirds, .block-editor-inserter__menu-help-panel .nhsuk-u-width-two-thirds {
    width: 66.66% !important;
  }
}
.edit-post-visual-editor .nhsuk-u-width-one-half, .block-editor-block-styles .nhsuk-u-width-one-half, .block-editor-inserter__menu-help-panel .nhsuk-u-width-one-half {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-width-one-half, .block-editor-block-styles .nhsuk-u-width-one-half, .block-editor-inserter__menu-help-panel .nhsuk-u-width-one-half {
    width: 50% !important;
  }
}
.edit-post-visual-editor .nhsuk-u-width-one-third, .block-editor-block-styles .nhsuk-u-width-one-third, .block-editor-inserter__menu-help-panel .nhsuk-u-width-one-third {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-width-one-third, .block-editor-block-styles .nhsuk-u-width-one-third, .block-editor-inserter__menu-help-panel .nhsuk-u-width-one-third {
    width: 33.33% !important;
  }
}
.edit-post-visual-editor .nhsuk-u-width-one-quarter, .block-editor-block-styles .nhsuk-u-width-one-quarter, .block-editor-inserter__menu-help-panel .nhsuk-u-width-one-quarter {
  width: 100% !important;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-u-width-one-quarter, .block-editor-block-styles .nhsuk-u-width-one-quarter, .block-editor-inserter__menu-help-panel .nhsuk-u-width-one-quarter {
    width: 25% !important;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS/ #ACTION-LINK
     ========================================================================== */
  /**
   * 1. Display is inline-block so the top and bottom margins/paddings are
   *    respected.
   * 2. 'Random number' is used to properly have sufficient space between icon
   *    and text.
   * 3. Position is relative so the arrow icon can display absolute.
   * 4. Text decoration none used to override default <a> styling.
   * 5. Box shadow 8px used instead of the default 4px.
   * 6. Text decoration underline used to override default <a> styling.
   */
}
.edit-post-visual-editor .nhsuk-action-link, .block-editor-block-styles .nhsuk-action-link, .block-editor-inserter__menu-help-panel .nhsuk-action-link {
  margin-bottom: 32px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-action-link, .block-editor-block-styles .nhsuk-action-link, .block-editor-inserter__menu-help-panel .nhsuk-action-link {
    margin-bottom: 40px;
  }
}
.edit-post-visual-editor .nhsuk-action-link__link, .block-editor-block-styles .nhsuk-action-link__link, .block-editor-inserter__menu-help-panel .nhsuk-action-link__link {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55556;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-action-link__link, .block-editor-block-styles .nhsuk-action-link__link, .block-editor-inserter__menu-help-panel .nhsuk-action-link__link {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.45455;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-action-link__link, .block-editor-block-styles .nhsuk-action-link__link, .block-editor-inserter__menu-help-panel .nhsuk-action-link__link {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-action-link__link, .block-editor-block-styles .nhsuk-action-link__link, .block-editor-inserter__menu-help-panel .nhsuk-action-link__link {
  display: inline-block; /* [1] */
  font-weight: 600;
  padding-left: 38px; /* [2] */
  position: relative; /* [3] */
  text-decoration: none; /* [4] */
}
.edit-post-visual-editor .nhsuk-action-link__link:hover .nhsuk-action-link__text, .block-editor-block-styles .nhsuk-action-link__link:hover .nhsuk-action-link__text, .block-editor-inserter__menu-help-panel .nhsuk-action-link__link:hover .nhsuk-action-link__text {
  text-decoration: underline; /* [6] */
}
.edit-post-visual-editor .nhsuk-action-link__link:focus, .block-editor-block-styles .nhsuk-action-link__link:focus, .block-editor-inserter__menu-help-panel .nhsuk-action-link__link:focus {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}
.edit-post-visual-editor .nhsuk-action-link__link:focus:hover .nhsuk-action-link__text, .block-editor-block-styles .nhsuk-action-link__link:focus:hover .nhsuk-action-link__text, .block-editor-inserter__menu-help-panel .nhsuk-action-link__link:focus:hover .nhsuk-action-link__text {
  color: #212b32;
  text-decoration: none;
}
@media (max-width: 40.0525em) {
  .edit-post-visual-editor .nhsuk-action-link__link, .block-editor-block-styles .nhsuk-action-link__link, .block-editor-inserter__menu-help-panel .nhsuk-action-link__link {
    padding-left: 26px; /* [2] */
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-action-link__link, .block-editor-block-styles .nhsuk-action-link__link, .block-editor-inserter__menu-help-panel .nhsuk-action-link__link {
    color: #212b32;
  }
  .edit-post-visual-editor .nhsuk-action-link__link:visited, .block-editor-block-styles .nhsuk-action-link__link:visited, .block-editor-inserter__menu-help-panel .nhsuk-action-link__link:visited {
    color: #212b32;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle, .block-editor-block-styles .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle, .block-editor-inserter__menu-help-panel .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle {
    color: #212b32;
    fill: #212b32;
  }
  .edit-post-visual-editor .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle:active, .edit-post-visual-editor .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle:focus, .edit-post-visual-editor .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle:visited, .block-editor-block-styles .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle:active, .block-editor-block-styles .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle:focus, .block-editor-block-styles .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle:visited, .block-editor-inserter__menu-help-panel .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle:active, .block-editor-inserter__menu-help-panel .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle:focus, .block-editor-inserter__menu-help-panel .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle:visited {
    color: #212b32;
  }
}
.edit-post-visual-editor .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle, .block-editor-block-styles .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle, .block-editor-inserter__menu-help-panel .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle {
  fill: #007f3b;
  height: 36px;
  left: -3px;
  position: absolute;
  top: -2px;
  width: 36px;
}
@media (max-width: 40.0525em) {
  .edit-post-visual-editor .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle, .block-editor-block-styles .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle, .block-editor-inserter__menu-help-panel .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle {
    height: 24px;
    left: -2px;
    margin-bottom: 0;
    top: 2px;
    width: 24px;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS/ #BACK-LINK
     ========================================================================== */
  /**
   * 1. Allow space for the arrow.
   * 2. Align the icon with the start of the back link.
   * 3. Align the icon with the middle of the text.
   */
}
.edit-post-visual-editor .nhsuk-back-link, .block-editor-block-styles .nhsuk-back-link, .block-editor-inserter__menu-help-panel .nhsuk-back-link {
  margin-bottom: 16px;
}
.edit-post-visual-editor .nhsuk-back-link__link, .block-editor-block-styles .nhsuk-back-link__link, .block-editor-inserter__menu-help-panel .nhsuk-back-link__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-back-link__link, .block-editor-block-styles .nhsuk-back-link__link, .block-editor-inserter__menu-help-panel .nhsuk-back-link__link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-back-link__link, .block-editor-block-styles .nhsuk-back-link__link, .block-editor-inserter__menu-help-panel .nhsuk-back-link__link {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.edit-post-visual-editor .nhsuk-back-link__link, .block-editor-block-styles .nhsuk-back-link__link, .block-editor-inserter__menu-help-panel .nhsuk-back-link__link {
  color: #005eb8;
}
.edit-post-visual-editor .nhsuk-back-link__link:visited, .block-editor-block-styles .nhsuk-back-link__link:visited, .block-editor-inserter__menu-help-panel .nhsuk-back-link__link:visited {
  color: #330072;
}
.edit-post-visual-editor .nhsuk-back-link__link:hover, .block-editor-block-styles .nhsuk-back-link__link:hover, .block-editor-inserter__menu-help-panel .nhsuk-back-link__link:hover {
  color: #7c2855;
  text-decoration: none;
}
.edit-post-visual-editor .nhsuk-back-link__link:focus, .block-editor-block-styles .nhsuk-back-link__link:focus, .block-editor-inserter__menu-help-panel .nhsuk-back-link__link:focus {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}
.edit-post-visual-editor .nhsuk-back-link__link:focus:hover, .block-editor-block-styles .nhsuk-back-link__link:focus:hover, .block-editor-inserter__menu-help-panel .nhsuk-back-link__link:focus:hover {
  text-decoration: none;
}
.edit-post-visual-editor .nhsuk-back-link__link:focus:visited, .block-editor-block-styles .nhsuk-back-link__link:focus:visited, .block-editor-inserter__menu-help-panel .nhsuk-back-link__link:focus:visited {
  color: #212b32;
}
.edit-post-visual-editor .nhsuk-back-link__link:focus .nhsuk-icon, .block-editor-block-styles .nhsuk-back-link__link:focus .nhsuk-icon, .block-editor-inserter__menu-help-panel .nhsuk-back-link__link:focus .nhsuk-icon {
  fill: #212b32;
}
.edit-post-visual-editor .nhsuk-back-link__link:active, .block-editor-block-styles .nhsuk-back-link__link:active, .block-editor-inserter__menu-help-panel .nhsuk-back-link__link:active {
  color: #002f5c;
}
.edit-post-visual-editor .nhsuk-back-link__link, .block-editor-block-styles .nhsuk-back-link__link, .block-editor-inserter__menu-help-panel .nhsuk-back-link__link {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 16px; /* 1 */
  position: relative;
  text-decoration: none;
}
.edit-post-visual-editor .nhsuk-back-link__link .nhsuk-icon__chevron-left, .block-editor-block-styles .nhsuk-back-link__link .nhsuk-icon__chevron-left, .block-editor-inserter__menu-help-panel .nhsuk-back-link__link .nhsuk-icon__chevron-left {
  height: 24px;
  left: -8px; /* 2 */
  position: absolute;
  top: -1px; /* 3 */
  width: 24px;
}
.edit-post-visual-editor .nhsuk-back-link__link:visited, .block-editor-block-styles .nhsuk-back-link__link:visited, .block-editor-inserter__menu-help-panel .nhsuk-back-link__link:visited {
  color: #005eb8;
}
.edit-post-visual-editor .nhsuk-back-link__link:hover, .block-editor-block-styles .nhsuk-back-link__link:hover, .block-editor-inserter__menu-help-panel .nhsuk-back-link__link:hover {
  color: #7c2855;
  text-decoration: underline;
}
.edit-post-visual-editor .nhsuk-back-link__link:hover .nhsuk-icon__chevron-left, .block-editor-block-styles .nhsuk-back-link__link:hover .nhsuk-icon__chevron-left, .block-editor-inserter__menu-help-panel .nhsuk-back-link__link:hover .nhsuk-icon__chevron-left {
  fill: #7c2855;
}
.edit-post-visual-editor .nhsuk-back-link__link:focus .nhsuk-icon__chevron-left, .block-editor-block-styles .nhsuk-back-link__link:focus .nhsuk-icon__chevron-left, .block-editor-inserter__menu-help-panel .nhsuk-back-link__link:focus .nhsuk-icon__chevron-left {
  fill: #212b32;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
      COMPONENTS / #BREADCRUMB
     ========================================================================== */
  /**
   * 1. Hide the breadcrumb on print stylesheets.
   * 2. Bespoke spacing numbers used as there is no 20px
   *    spacing mapped in settings/spacing.
   * 3. Don't show the full breadcrumb below tablet size.
   * 4. Typography sizing mixin, see core/tools/_typography
   * 5. and core/settings/_typography for size maps.
   * 5. .. but show a back to index page link.
   */
}
@media print {
  .edit-post-visual-editor .nhsuk-breadcrumb, .block-editor-block-styles .nhsuk-breadcrumb, .block-editor-inserter__menu-help-panel .nhsuk-breadcrumb {
    display: none;
  }
}
.edit-post-visual-editor .nhsuk-breadcrumb, .block-editor-block-styles .nhsuk-breadcrumb, .block-editor-inserter__menu-help-panel .nhsuk-breadcrumb {
  /* [1] */
  padding-bottom: 16px;
  padding-top: 20px; /* [2] */
}
.edit-post-visual-editor .nhsuk-breadcrumb + .nhsuk-width-container .nhsuk-main-wrapper, .block-editor-block-styles .nhsuk-breadcrumb + .nhsuk-width-container .nhsuk-main-wrapper, .block-editor-inserter__menu-help-panel .nhsuk-breadcrumb + .nhsuk-width-container .nhsuk-main-wrapper {
  padding-top: 0;
}
@media (max-width: 40.0525em) {
  .edit-post-visual-editor .nhsuk-breadcrumb__list, .block-editor-block-styles .nhsuk-breadcrumb__list, .block-editor-inserter__menu-help-panel .nhsuk-breadcrumb__list {
    display: none; /* [3] */
  }
}
.edit-post-visual-editor .nhsuk-breadcrumb__list, .block-editor-block-styles .nhsuk-breadcrumb__list, .block-editor-inserter__menu-help-panel .nhsuk-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.edit-post-visual-editor .nhsuk-breadcrumb__item, .block-editor-block-styles .nhsuk-breadcrumb__item, .block-editor-inserter__menu-help-panel .nhsuk-breadcrumb__item {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-breadcrumb__item, .block-editor-block-styles .nhsuk-breadcrumb__item, .block-editor-inserter__menu-help-panel .nhsuk-breadcrumb__item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-breadcrumb__item, .block-editor-block-styles .nhsuk-breadcrumb__item, .block-editor-inserter__menu-help-panel .nhsuk-breadcrumb__item {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.edit-post-visual-editor .nhsuk-breadcrumb__item, .block-editor-block-styles .nhsuk-breadcrumb__item, .block-editor-inserter__menu-help-panel .nhsuk-breadcrumb__item {
  /* [4] */
  display: inline-block;
  margin-bottom: 0;
}
.edit-post-visual-editor .nhsuk-breadcrumb__item:not(:last-child):after, .block-editor-block-styles .nhsuk-breadcrumb__item:not(:last-child):after, .block-editor-inserter__menu-help-panel .nhsuk-breadcrumb__item:not(:last-child):after {
  background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__chevron-right' xmlns='http://www.w3.org/2000/svg' fill='%23aeb7bd' height='18' width='18' viewBox='0 0 24 24' aria-hidden='true'%3E%3Cpath d='M15.5 12a1 1 0 0 1-.29.71l-5 5a1 1 0 0 1-1.42-1.42l4.3-4.29-4.3-4.29a1 1 0 0 1 1.42-1.42l5 5a1 1 0 0 1 .29.71z'%3E%3C/path%3E%3C/svg%3E") right 0 top 4px no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 10px;
  margin-right: 2px;
  width: 18px;
}
.edit-post-visual-editor .nhsuk-breadcrumb__link:visited, .block-editor-block-styles .nhsuk-breadcrumb__link:visited, .block-editor-inserter__menu-help-panel .nhsuk-breadcrumb__link:visited {
  color: #005eb8;
}
.edit-post-visual-editor .nhsuk-breadcrumb__link:visited:hover, .block-editor-block-styles .nhsuk-breadcrumb__link:visited:hover, .block-editor-inserter__menu-help-panel .nhsuk-breadcrumb__link:visited:hover {
  color: #7c2855;
}
.edit-post-visual-editor .nhsuk-breadcrumb__link:focus:hover, .block-editor-block-styles .nhsuk-breadcrumb__link:focus:hover, .block-editor-inserter__menu-help-panel .nhsuk-breadcrumb__link:focus:hover {
  color: #212b32;
}
.edit-post-visual-editor .nhsuk-breadcrumb__back, .block-editor-block-styles .nhsuk-breadcrumb__back, .block-editor-inserter__menu-help-panel .nhsuk-breadcrumb__back {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-breadcrumb__back, .block-editor-block-styles .nhsuk-breadcrumb__back, .block-editor-inserter__menu-help-panel .nhsuk-breadcrumb__back {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-breadcrumb__back, .block-editor-block-styles .nhsuk-breadcrumb__back, .block-editor-inserter__menu-help-panel .nhsuk-breadcrumb__back {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.edit-post-visual-editor .nhsuk-breadcrumb__back, .block-editor-block-styles .nhsuk-breadcrumb__back, .block-editor-inserter__menu-help-panel .nhsuk-breadcrumb__back {
  /* [4] */
  margin: 0;
  padding-left: 16px;
  position: relative;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-breadcrumb__back, .block-editor-block-styles .nhsuk-breadcrumb__back, .block-editor-inserter__menu-help-panel .nhsuk-breadcrumb__back {
    display: none; /* [5] */
  }
}
.edit-post-visual-editor .nhsuk-breadcrumb__back:before, .block-editor-block-styles .nhsuk-breadcrumb__back:before, .block-editor-inserter__menu-help-panel .nhsuk-breadcrumb__back:before {
  background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__chevron-left' xmlns='http://www.w3.org/2000/svg' fill='%23005eb8' height='24' width='24' viewBox='8 0 24 24' aria-hidden='true'%3E%3Cpath d='M8.5 12c0-.3.1-.5.3-.7l5-5c.4-.4 1-.4 1.4 0s.4 1 0 1.4L10.9 12l4.3 4.3c.4.4.4 1 0 1.4s-1 .4-1.4 0l-5-5c-.2-.2-.3-.4-.3-.7z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}
.edit-post-visual-editor .nhsuk-breadcrumb__backlink:visited, .block-editor-block-styles .nhsuk-breadcrumb__backlink:visited, .block-editor-inserter__menu-help-panel .nhsuk-breadcrumb__backlink:visited {
  color: #005eb8;
}
.edit-post-visual-editor .nhsuk-breadcrumb__backlink:visited:hover, .block-editor-block-styles .nhsuk-breadcrumb__backlink:visited:hover, .block-editor-inserter__menu-help-panel .nhsuk-breadcrumb__backlink:visited:hover {
  color: #7c2855;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS/ #BUTTON
     ========================================================================== */
  /**
   * 1. Ensure that any global link styles are overridden.
   * 2. Fix unwanted button padding in Firefox.
   * 3. Use a pseudo element to expand the click target area to include the
   *    button's shadow as well, in case users try to click it.
   */
}
.edit-post-visual-editor .nhsuk-button, .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited, .block-editor-block-styles .nhsuk-button, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:active, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:active, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .nhsuk-button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-button, .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited, .block-editor-block-styles .nhsuk-button, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:active, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:active, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .nhsuk-button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-button, .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited, .block-editor-block-styles .nhsuk-button, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:active, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:active, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .nhsuk-button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-button, .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited, .block-editor-block-styles .nhsuk-button, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:active, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:active, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .nhsuk-button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited {
  margin-bottom: 28px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-button, .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited, .block-editor-block-styles .nhsuk-button, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:active, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:active, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .nhsuk-button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited {
    margin-bottom: 36px;
  }
}
.edit-post-visual-editor .nhsuk-button, .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited, .block-editor-block-styles .nhsuk-button, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:active, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:active, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .nhsuk-button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited {
  -webkit-appearance: none;
  background-color: #007f3b;
  border: 2px solid transparent;
  border-radius: 4px;
  box-shadow: 0 4px 0 rgb(0, 63.5, 29.5);
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  margin-top: 0;
  padding: 12px 16px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: auto;
}
@media (max-width: 40.0525em) {
  .edit-post-visual-editor .nhsuk-button, .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited, .block-editor-block-styles .nhsuk-button, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:active, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:active, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .nhsuk-button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited {
    padding: 8px 16px;
  }
}
.edit-post-visual-editor .nhsuk-button, .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited, .block-editor-block-styles .nhsuk-button, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:active, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:active, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .nhsuk-button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited {
  /* 2 */
}
.edit-post-visual-editor .nhsuk-button:link, .edit-post-visual-editor .wp-block-button__link:link, .edit-post-visual-editor .wp-block-file__button:link, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:link, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link:link, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link:link, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button:link, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button:link, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:link, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link:link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link:link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button:link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button:link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:link, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:link, .edit-post-visual-editor .nhsuk-button:visited, .edit-post-visual-editor .wp-block-button__link:visited, .edit-post-visual-editor .wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link:visited, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link:visited, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button:visited, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button:visited, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link:visited, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link:visited, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button:visited, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited, .edit-post-visual-editor .nhsuk-button:active, .edit-post-visual-editor .wp-block-button__link:active, .edit-post-visual-editor .wp-block-file__button:active, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link:active, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link:active, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button:active, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button:active, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link:active, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link:active, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button:active, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button:active, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active, .edit-post-visual-editor .nhsuk-button:hover, .edit-post-visual-editor .wp-block-button__link:hover, .edit-post-visual-editor .wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link:hover, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link:hover, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button:hover, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button:hover, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link:hover, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link:hover, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button:hover, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover, .block-editor-block-styles .nhsuk-button:link, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link:link, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link:link, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button:link, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button:link, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:link, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:link, .block-editor-block-styles .wp-block-button__link:link, .block-editor-block-styles .wp-block-file__button:link, .block-editor-block-styles .wp-block-file a.wp-block-file__button:link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link:link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link:link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button:link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button:link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:link, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:link, .block-editor-block-styles .nhsuk-button:visited, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link:visited, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link:visited, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button:visited, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button:visited, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-button__link:visited, .block-editor-block-styles .wp-block-file__button:visited, .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link:visited, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link:visited, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button:visited, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited, .block-editor-block-styles .nhsuk-button:active, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link:active, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link:active, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button:active, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button:active, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:active, .block-editor-block-styles .wp-block-button__link:active, .block-editor-block-styles .wp-block-file__button:active, .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link:active, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link:active, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button:active, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button:active, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:active, .block-editor-block-styles .nhsuk-button:hover, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link:hover, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link:hover, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button:hover, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button:hover, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-button__link:hover, .block-editor-block-styles .wp-block-file__button:hover, .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link:hover, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link:hover, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button:hover, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .nhsuk-button:link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link:link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link:link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button:link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button:link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:link, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link:link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link:link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button:link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button:link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:link, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:link, .block-editor-inserter__menu-help-panel .wp-block-button__link:link, .block-editor-inserter__menu-help-panel .wp-block-file__button:link, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:link, .block-editor-inserter__menu-help-panel .nhsuk-button:visited, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link:visited, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link:visited, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button:visited, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link:visited, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link:visited, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button:visited, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-button__link:visited, .block-editor-inserter__menu-help-panel .wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .nhsuk-button:active, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link:active, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link:active, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button:active, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button:active, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link:active, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link:active, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button:active, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button:active, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-button__link:active, .block-editor-inserter__menu-help-panel .wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .nhsuk-button:hover, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link:hover, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link:hover, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button:hover, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link:hover, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link:hover, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button:hover, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-button__link:hover, .block-editor-inserter__menu-help-panel .wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover {
  color: #ffffff;
  text-decoration: none;
}
.edit-post-visual-editor .nhsuk-button, .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited, .block-editor-block-styles .nhsuk-button, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:active, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:active, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .nhsuk-button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited {
  /* 3 */
}
.edit-post-visual-editor .nhsuk-button::-moz-focus-inner, .edit-post-visual-editor .wp-block-button__link::-moz-focus-inner, .edit-post-visual-editor .wp-block-file__button::-moz-focus-inner, .edit-post-visual-editor .wp-block-file a.wp-block-file__button::-moz-focus-inner, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active::-moz-focus-inner, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus::-moz-focus-inner, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover::-moz-focus-inner, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited::-moz-focus-inner, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link::-moz-focus-inner, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link::-moz-focus-inner, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button::-moz-focus-inner, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button::-moz-focus-inner, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button::-moz-focus-inner, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button::-moz-focus-inner, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:active::-moz-focus-inner, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active::-moz-focus-inner, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus::-moz-focus-inner, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus::-moz-focus-inner, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover::-moz-focus-inner, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover::-moz-focus-inner, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited::-moz-focus-inner, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited::-moz-focus-inner, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link::-moz-focus-inner, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link::-moz-focus-inner, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button::-moz-focus-inner, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button::-moz-focus-inner, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button::-moz-focus-inner, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button::-moz-focus-inner, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active::-moz-focus-inner, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active::-moz-focus-inner, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus::-moz-focus-inner, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus::-moz-focus-inner, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover::-moz-focus-inner, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover::-moz-focus-inner, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited::-moz-focus-inner, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited::-moz-focus-inner, .block-editor-block-styles .nhsuk-button::-moz-focus-inner, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link::-moz-focus-inner, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link::-moz-focus-inner, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button::-moz-focus-inner, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button::-moz-focus-inner, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button::-moz-focus-inner, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button::-moz-focus-inner, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active::-moz-focus-inner, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:active::-moz-focus-inner, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus::-moz-focus-inner, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus::-moz-focus-inner, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover::-moz-focus-inner, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover::-moz-focus-inner, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited::-moz-focus-inner, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited::-moz-focus-inner, .block-editor-block-styles .wp-block-button__link::-moz-focus-inner, .block-editor-block-styles .wp-block-file__button::-moz-focus-inner, .block-editor-block-styles .wp-block-file a.wp-block-file__button::-moz-focus-inner, .block-editor-block-styles .wp-block-file a.wp-block-file__button:active::-moz-focus-inner, .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus::-moz-focus-inner, .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover::-moz-focus-inner, .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited::-moz-focus-inner, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link::-moz-focus-inner, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link::-moz-focus-inner, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button::-moz-focus-inner, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button::-moz-focus-inner, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button::-moz-focus-inner, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button::-moz-focus-inner, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active::-moz-focus-inner, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:active::-moz-focus-inner, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus::-moz-focus-inner, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus::-moz-focus-inner, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover::-moz-focus-inner, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover::-moz-focus-inner, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited::-moz-focus-inner, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited::-moz-focus-inner, .block-editor-inserter__menu-help-panel .nhsuk-button::-moz-focus-inner, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link::-moz-focus-inner, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link::-moz-focus-inner, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button::-moz-focus-inner, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button::-moz-focus-inner, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button::-moz-focus-inner, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button::-moz-focus-inner, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active::-moz-focus-inner, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active::-moz-focus-inner, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus::-moz-focus-inner, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus::-moz-focus-inner, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover::-moz-focus-inner, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover::-moz-focus-inner, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited::-moz-focus-inner, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited::-moz-focus-inner, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link::-moz-focus-inner, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link::-moz-focus-inner, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button::-moz-focus-inner, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button::-moz-focus-inner, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button::-moz-focus-inner, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button::-moz-focus-inner, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:active::-moz-focus-inner, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active::-moz-focus-inner, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus::-moz-focus-inner, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus::-moz-focus-inner, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover::-moz-focus-inner, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover::-moz-focus-inner, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited::-moz-focus-inner, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited::-moz-focus-inner, .block-editor-inserter__menu-help-panel .wp-block-button__link::-moz-focus-inner, .block-editor-inserter__menu-help-panel .wp-block-file__button::-moz-focus-inner, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button::-moz-focus-inner, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active::-moz-focus-inner, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus::-moz-focus-inner, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover::-moz-focus-inner, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.edit-post-visual-editor .nhsuk-button:hover, .edit-post-visual-editor .wp-block-button__link:hover, .edit-post-visual-editor .wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .nhsuk-button:hover, .block-editor-block-styles .wp-block-button__link:hover, .block-editor-block-styles .wp-block-file__button:hover, .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .nhsuk-button:hover, .block-editor-inserter__menu-help-panel .wp-block-button__link:hover, .block-editor-inserter__menu-help-panel .wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover {
  background-color: rgb(0, 101.6, 47.2);
}
.edit-post-visual-editor .nhsuk-button:focus, .edit-post-visual-editor .wp-block-button__link:focus, .edit-post-visual-editor .wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .nhsuk-button:focus, .block-editor-block-styles .wp-block-button__link:focus, .block-editor-block-styles .wp-block-file__button:focus, .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .nhsuk-button:focus, .block-editor-inserter__menu-help-panel .wp-block-button__link:focus, .block-editor-inserter__menu-help-panel .wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus {
  background: #ffeb3b;
  box-shadow: 0 4px 0 #212b32;
  color: #212b32;
  outline: 4px solid transparent;
}
.edit-post-visual-editor .nhsuk-button:focus:visited, .edit-post-visual-editor .wp-block-button__link:focus:visited, .edit-post-visual-editor .wp-block-file__button:focus:visited, .block-editor-block-styles .nhsuk-button:focus:visited, .block-editor-block-styles .wp-block-button__link:focus:visited, .block-editor-block-styles .wp-block-file__button:focus:visited, .block-editor-inserter__menu-help-panel .nhsuk-button:focus:visited, .block-editor-inserter__menu-help-panel .wp-block-button__link:focus:visited, .block-editor-inserter__menu-help-panel .wp-block-file__button:focus:visited {
  color: #212b32;
}
.edit-post-visual-editor .nhsuk-button:focus:visited:active, .edit-post-visual-editor .wp-block-button__link:focus:visited:active, .edit-post-visual-editor .wp-block-file__button:focus:visited:active, .block-editor-block-styles .nhsuk-button:focus:visited:active, .block-editor-block-styles .wp-block-button__link:focus:visited:active, .block-editor-block-styles .wp-block-file__button:focus:visited:active, .block-editor-inserter__menu-help-panel .nhsuk-button:focus:visited:active, .block-editor-inserter__menu-help-panel .wp-block-button__link:focus:visited:active, .block-editor-inserter__menu-help-panel .wp-block-file__button:focus:visited:active {
  color: #ffffff;
}
.edit-post-visual-editor .nhsuk-button:active, .edit-post-visual-editor .wp-block-button__link:active, .edit-post-visual-editor .wp-block-file__button:active, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .nhsuk-button:active, .block-editor-block-styles .wp-block-button__link:active, .block-editor-block-styles .wp-block-file__button:active, .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .nhsuk-button:active, .block-editor-inserter__menu-help-panel .wp-block-button__link:active, .block-editor-inserter__menu-help-panel .wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active {
  background: rgb(0, 63.5, 29.5);
  box-shadow: none;
  color: #ffffff;
  top: 4px;
}
.edit-post-visual-editor .nhsuk-button, .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited, .block-editor-block-styles .nhsuk-button, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:active, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:active, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .nhsuk-button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited {
  /* 4 */
}
.edit-post-visual-editor .nhsuk-button::before, .edit-post-visual-editor .wp-block-button__link::before, .edit-post-visual-editor .wp-block-file__button::before, .edit-post-visual-editor .wp-block-file a.wp-block-file__button::before, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active::before, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus::before, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover::before, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited::before, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link::before, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link::before, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button::before, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button::before, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button::before, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button::before, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:active::before, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active::before, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus::before, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus::before, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover::before, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover::before, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited::before, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited::before, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link::before, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link::before, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button::before, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button::before, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button::before, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button::before, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active::before, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active::before, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus::before, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus::before, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover::before, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover::before, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited::before, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited::before, .block-editor-block-styles .nhsuk-button::before, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link::before, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link::before, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button::before, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button::before, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button::before, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button::before, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active::before, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:active::before, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus::before, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus::before, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover::before, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover::before, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited::before, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited::before, .block-editor-block-styles .wp-block-button__link::before, .block-editor-block-styles .wp-block-file__button::before, .block-editor-block-styles .wp-block-file a.wp-block-file__button::before, .block-editor-block-styles .wp-block-file a.wp-block-file__button:active::before, .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus::before, .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover::before, .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited::before, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link::before, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link::before, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button::before, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button::before, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button::before, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button::before, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active::before, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:active::before, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus::before, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus::before, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover::before, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover::before, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited::before, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited::before, .block-editor-inserter__menu-help-panel .nhsuk-button::before, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link::before, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link::before, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button::before, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button::before, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button::before, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button::before, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active::before, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active::before, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus::before, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus::before, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover::before, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover::before, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited::before, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited::before, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link::before, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link::before, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button::before, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button::before, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button::before, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button::before, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:active::before, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active::before, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus::before, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus::before, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover::before, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover::before, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited::before, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited::before, .block-editor-inserter__menu-help-panel .wp-block-button__link::before, .block-editor-inserter__menu-help-panel .wp-block-file__button::before, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button::before, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active::before, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus::before, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover::before, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited::before {
  background: transparent;
  bottom: -6px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
}
.edit-post-visual-editor .nhsuk-button:active::before, .edit-post-visual-editor .wp-block-button__link:active::before, .edit-post-visual-editor .wp-block-file__button:active::before, .block-editor-block-styles .nhsuk-button:active::before, .block-editor-block-styles .wp-block-button__link:active::before, .block-editor-block-styles .wp-block-file__button:active::before, .block-editor-inserter__menu-help-panel .nhsuk-button:active::before, .block-editor-inserter__menu-help-panel .wp-block-button__link:active::before, .block-editor-inserter__menu-help-panel .wp-block-file__button:active::before {
  top: -6px;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /**
   * Button variations
   */
}
.edit-post-visual-editor .nhsuk-button--secondary, .edit-post-visual-editor .nhsuk-button.is-style-secondary, .edit-post-visual-editor .is-style-secondary.wp-block-button__link, .edit-post-visual-editor .is-style-secondary.wp-block-file__button, .edit-post-visual-editor .wp-block-file a.is-style-secondary.wp-block-file__button, .block-editor-block-styles .nhsuk-button--secondary, .block-editor-block-styles .nhsuk-button.is-style-secondary, .block-editor-block-styles .is-style-secondary.wp-block-button__link, .block-editor-block-styles .is-style-secondary.wp-block-file__button, .block-editor-block-styles .wp-block-file a.is-style-secondary.wp-block-file__button, .block-editor-inserter__menu-help-panel .nhsuk-button--secondary, .block-editor-inserter__menu-help-panel .nhsuk-button.is-style-secondary, .block-editor-inserter__menu-help-panel .is-style-secondary.wp-block-button__link, .block-editor-inserter__menu-help-panel .is-style-secondary.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.is-style-secondary.wp-block-file__button {
  background-color: #4c6272;
  box-shadow: 0 4px 0 #263139;
}
.edit-post-visual-editor .nhsuk-button--secondary:hover, .edit-post-visual-editor .nhsuk-button.is-style-secondary:hover, .edit-post-visual-editor .is-style-secondary.wp-block-button__link:hover, .edit-post-visual-editor .is-style-secondary.wp-block-file__button:hover, .block-editor-block-styles .nhsuk-button--secondary:hover, .block-editor-block-styles .nhsuk-button.is-style-secondary:hover, .block-editor-block-styles .is-style-secondary.wp-block-button__link:hover, .block-editor-block-styles .is-style-secondary.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .nhsuk-button--secondary:hover, .block-editor-inserter__menu-help-panel .nhsuk-button.is-style-secondary:hover, .block-editor-inserter__menu-help-panel .is-style-secondary.wp-block-button__link:hover, .block-editor-inserter__menu-help-panel .is-style-secondary.wp-block-file__button:hover {
  background-color: rgb(55.6, 71.6947368421, 83.4);
}
.edit-post-visual-editor .nhsuk-button--secondary:focus, .edit-post-visual-editor .nhsuk-button.is-style-secondary:focus, .edit-post-visual-editor .is-style-secondary.wp-block-button__link:focus, .edit-post-visual-editor .is-style-secondary.wp-block-file__button:focus, .block-editor-block-styles .nhsuk-button--secondary:focus, .block-editor-block-styles .nhsuk-button.is-style-secondary:focus, .block-editor-block-styles .is-style-secondary.wp-block-button__link:focus, .block-editor-block-styles .is-style-secondary.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .nhsuk-button--secondary:focus, .block-editor-inserter__menu-help-panel .nhsuk-button.is-style-secondary:focus, .block-editor-inserter__menu-help-panel .is-style-secondary.wp-block-button__link:focus, .block-editor-inserter__menu-help-panel .is-style-secondary.wp-block-file__button:focus {
  background: #ffeb3b;
  box-shadow: 0 4px 0 #212b32;
  color: #212b32;
  outline: 4px solid transparent;
}
.edit-post-visual-editor .nhsuk-button--secondary:active, .edit-post-visual-editor .nhsuk-button.is-style-secondary:active, .edit-post-visual-editor .is-style-secondary.wp-block-button__link:active, .edit-post-visual-editor .is-style-secondary.wp-block-file__button:active, .block-editor-block-styles .nhsuk-button--secondary:active, .block-editor-block-styles .nhsuk-button.is-style-secondary:active, .block-editor-block-styles .is-style-secondary.wp-block-button__link:active, .block-editor-block-styles .is-style-secondary.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .nhsuk-button--secondary:active, .block-editor-inserter__menu-help-panel .nhsuk-button.is-style-secondary:active, .block-editor-inserter__menu-help-panel .is-style-secondary.wp-block-button__link:active, .block-editor-inserter__menu-help-panel .is-style-secondary.wp-block-file__button:active {
  background: #263139;
  box-shadow: none;
  color: #ffffff;
  top: 4px;
}
.edit-post-visual-editor .nhsuk-button--secondary.nhsuk-button--disabled, .edit-post-visual-editor .nhsuk-button--disabled.nhsuk-button.is-style-secondary, .edit-post-visual-editor .nhsuk-button--disabled.is-style-secondary.wp-block-button__link, .edit-post-visual-editor .nhsuk-button--disabled.is-style-secondary.wp-block-file__button, .block-editor-block-styles .nhsuk-button--secondary.nhsuk-button--disabled, .block-editor-block-styles .nhsuk-button--disabled.nhsuk-button.is-style-secondary, .block-editor-block-styles .nhsuk-button--disabled.is-style-secondary.wp-block-button__link, .block-editor-block-styles .nhsuk-button--disabled.is-style-secondary.wp-block-file__button, .block-editor-inserter__menu-help-panel .nhsuk-button--secondary.nhsuk-button--disabled, .block-editor-inserter__menu-help-panel .nhsuk-button--disabled.nhsuk-button.is-style-secondary, .block-editor-inserter__menu-help-panel .nhsuk-button--disabled.is-style-secondary.wp-block-button__link, .block-editor-inserter__menu-help-panel .nhsuk-button--disabled.is-style-secondary.wp-block-file__button {
  background-color: #4c6272;
}
.edit-post-visual-editor .nhsuk-button--reverse, .edit-post-visual-editor .nhsuk-button.is-style-reverse, .edit-post-visual-editor .is-style-reverse.wp-block-button__link, .edit-post-visual-editor .is-style-reverse.wp-block-file__button, .edit-post-visual-editor .wp-block-file a.is-style-reverse.wp-block-file__button, .block-editor-block-styles .nhsuk-button--reverse, .block-editor-block-styles .nhsuk-button.is-style-reverse, .block-editor-block-styles .is-style-reverse.wp-block-button__link, .block-editor-block-styles .is-style-reverse.wp-block-file__button, .block-editor-block-styles .wp-block-file a.is-style-reverse.wp-block-file__button, .block-editor-inserter__menu-help-panel .nhsuk-button--reverse, .block-editor-inserter__menu-help-panel .nhsuk-button.is-style-reverse, .block-editor-inserter__menu-help-panel .is-style-reverse.wp-block-button__link, .block-editor-inserter__menu-help-panel .is-style-reverse.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.is-style-reverse.wp-block-file__button {
  background-color: #ffffff;
  box-shadow: 0 4px 0 #212b32;
  color: #212b32;
}
.edit-post-visual-editor .nhsuk-button--reverse:hover, .edit-post-visual-editor .nhsuk-button.is-style-reverse:hover, .edit-post-visual-editor .is-style-reverse.wp-block-button__link:hover, .edit-post-visual-editor .is-style-reverse.wp-block-file__button:hover, .block-editor-block-styles .nhsuk-button--reverse:hover, .block-editor-block-styles .nhsuk-button.is-style-reverse:hover, .block-editor-block-styles .is-style-reverse.wp-block-button__link:hover, .block-editor-block-styles .is-style-reverse.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .nhsuk-button--reverse:hover, .block-editor-inserter__menu-help-panel .nhsuk-button.is-style-reverse:hover, .block-editor-inserter__menu-help-panel .is-style-reverse.wp-block-button__link:hover, .block-editor-inserter__menu-help-panel .is-style-reverse.wp-block-file__button:hover {
  background-color: rgb(242.25, 242.25, 242.25);
  color: #212b32;
}
.edit-post-visual-editor .nhsuk-button--reverse:focus, .edit-post-visual-editor .nhsuk-button.is-style-reverse:focus, .edit-post-visual-editor .is-style-reverse.wp-block-button__link:focus, .edit-post-visual-editor .is-style-reverse.wp-block-file__button:focus, .block-editor-block-styles .nhsuk-button--reverse:focus, .block-editor-block-styles .nhsuk-button.is-style-reverse:focus, .block-editor-block-styles .is-style-reverse.wp-block-button__link:focus, .block-editor-block-styles .is-style-reverse.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .nhsuk-button--reverse:focus, .block-editor-inserter__menu-help-panel .nhsuk-button.is-style-reverse:focus, .block-editor-inserter__menu-help-panel .is-style-reverse.wp-block-button__link:focus, .block-editor-inserter__menu-help-panel .is-style-reverse.wp-block-file__button:focus {
  background: #ffeb3b;
  box-shadow: 0 4px 0 #212b32;
  color: #212b32;
  outline: 4px solid transparent;
}
.edit-post-visual-editor .nhsuk-button--reverse:active, .edit-post-visual-editor .nhsuk-button.is-style-reverse:active, .edit-post-visual-editor .is-style-reverse.wp-block-button__link:active, .edit-post-visual-editor .is-style-reverse.wp-block-file__button:active, .block-editor-block-styles .nhsuk-button--reverse:active, .block-editor-block-styles .nhsuk-button.is-style-reverse:active, .block-editor-block-styles .is-style-reverse.wp-block-button__link:active, .block-editor-block-styles .is-style-reverse.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .nhsuk-button--reverse:active, .block-editor-inserter__menu-help-panel .nhsuk-button.is-style-reverse:active, .block-editor-inserter__menu-help-panel .is-style-reverse.wp-block-button__link:active, .block-editor-inserter__menu-help-panel .is-style-reverse.wp-block-file__button:active {
  background: #212b32;
  box-shadow: none;
  color: #ffffff;
  top: 4px;
}
.edit-post-visual-editor .nhsuk-button--reverse:link, .edit-post-visual-editor .nhsuk-button.is-style-reverse:link, .edit-post-visual-editor .is-style-reverse.wp-block-button__link:link, .edit-post-visual-editor .is-style-reverse.wp-block-file__button:link, .block-editor-block-styles .nhsuk-button--reverse:link, .block-editor-block-styles .nhsuk-button.is-style-reverse:link, .block-editor-block-styles .is-style-reverse.wp-block-button__link:link, .block-editor-block-styles .is-style-reverse.wp-block-file__button:link, .block-editor-inserter__menu-help-panel .nhsuk-button--reverse:link, .block-editor-inserter__menu-help-panel .nhsuk-button.is-style-reverse:link, .block-editor-inserter__menu-help-panel .is-style-reverse.wp-block-button__link:link, .block-editor-inserter__menu-help-panel .is-style-reverse.wp-block-file__button:link {
  color: #212b32;
}
.edit-post-visual-editor .nhsuk-button--reverse:link:active, .edit-post-visual-editor .nhsuk-button.is-style-reverse:link:active, .edit-post-visual-editor .is-style-reverse.wp-block-button__link:link:active, .edit-post-visual-editor .is-style-reverse.wp-block-file__button:link:active, .block-editor-block-styles .nhsuk-button--reverse:link:active, .block-editor-block-styles .nhsuk-button.is-style-reverse:link:active, .block-editor-block-styles .is-style-reverse.wp-block-button__link:link:active, .block-editor-block-styles .is-style-reverse.wp-block-file__button:link:active, .block-editor-inserter__menu-help-panel .nhsuk-button--reverse:link:active, .block-editor-inserter__menu-help-panel .nhsuk-button.is-style-reverse:link:active, .block-editor-inserter__menu-help-panel .is-style-reverse.wp-block-button__link:link:active, .block-editor-inserter__menu-help-panel .is-style-reverse.wp-block-file__button:link:active {
  color: #ffffff;
}
.edit-post-visual-editor .nhsuk-button--reverse.nhsuk-button--disabled, .edit-post-visual-editor .nhsuk-button--disabled.nhsuk-button.is-style-reverse, .edit-post-visual-editor .nhsuk-button--disabled.is-style-reverse.wp-block-button__link, .edit-post-visual-editor .nhsuk-button--disabled.is-style-reverse.wp-block-file__button, .block-editor-block-styles .nhsuk-button--reverse.nhsuk-button--disabled, .block-editor-block-styles .nhsuk-button--disabled.nhsuk-button.is-style-reverse, .block-editor-block-styles .nhsuk-button--disabled.is-style-reverse.wp-block-button__link, .block-editor-block-styles .nhsuk-button--disabled.is-style-reverse.wp-block-file__button, .block-editor-inserter__menu-help-panel .nhsuk-button--reverse.nhsuk-button--disabled, .block-editor-inserter__menu-help-panel .nhsuk-button--disabled.nhsuk-button.is-style-reverse, .block-editor-inserter__menu-help-panel .nhsuk-button--disabled.is-style-reverse.wp-block-button__link, .block-editor-inserter__menu-help-panel .nhsuk-button--disabled.is-style-reverse.wp-block-file__button {
  background-color: #ffffff;
}
.edit-post-visual-editor .nhsuk-button--reverse.nhsuk-button--disabled:focus, .edit-post-visual-editor .nhsuk-button--disabled.nhsuk-button.is-style-reverse:focus, .edit-post-visual-editor .nhsuk-button--disabled.is-style-reverse.wp-block-button__link:focus, .edit-post-visual-editor .nhsuk-button--disabled.is-style-reverse.wp-block-file__button:focus, .block-editor-block-styles .nhsuk-button--reverse.nhsuk-button--disabled:focus, .block-editor-block-styles .nhsuk-button--disabled.nhsuk-button.is-style-reverse:focus, .block-editor-block-styles .nhsuk-button--disabled.is-style-reverse.wp-block-button__link:focus, .block-editor-block-styles .nhsuk-button--disabled.is-style-reverse.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .nhsuk-button--reverse.nhsuk-button--disabled:focus, .block-editor-inserter__menu-help-panel .nhsuk-button--disabled.nhsuk-button.is-style-reverse:focus, .block-editor-inserter__menu-help-panel .nhsuk-button--disabled.is-style-reverse.wp-block-button__link:focus, .block-editor-inserter__menu-help-panel .nhsuk-button--disabled.is-style-reverse.wp-block-file__button:focus {
  background-color: #ffffff;
}
.edit-post-visual-editor .nhsuk-button--warning, .block-editor-block-styles .nhsuk-button--warning, .block-editor-inserter__menu-help-panel .nhsuk-button--warning {
  background-color: #d5281b;
  box-shadow: 0 4px 0 rgb(106.5, 20, 13.5);
}
.edit-post-visual-editor .nhsuk-button--warning:hover, .block-editor-block-styles .nhsuk-button--warning:hover, .block-editor-inserter__menu-help-panel .nhsuk-button--warning:hover {
  background-color: rgb(167.7375, 31.5, 21.2625);
}
.edit-post-visual-editor .nhsuk-button--warning:focus, .block-editor-block-styles .nhsuk-button--warning:focus, .block-editor-inserter__menu-help-panel .nhsuk-button--warning:focus {
  background: #ffeb3b;
  box-shadow: 0 4px 0 #212b32;
  color: #212b32;
  outline: 4px solid transparent;
}
.edit-post-visual-editor .nhsuk-button--warning:active, .block-editor-block-styles .nhsuk-button--warning:active, .block-editor-inserter__menu-help-panel .nhsuk-button--warning:active {
  background: rgb(106.5, 20, 13.5);
  box-shadow: none;
  color: #ffffff;
  top: 4px;
}
.edit-post-visual-editor .nhsuk-button--warning.nhsuk-button--disabled, .block-editor-block-styles .nhsuk-button--warning.nhsuk-button--disabled, .block-editor-inserter__menu-help-panel .nhsuk-button--warning.nhsuk-button--disabled {
  background-color: #d5281b;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /**
   * Button disabled states
   */
  /* stylelint-disable string-quotes */
}
.edit-post-visual-editor .nhsuk-button--disabled,
.edit-post-visual-editor .nhsuk-button[disabled=disabled],
.edit-post-visual-editor [disabled=disabled].wp-block-button__link,
.edit-post-visual-editor [disabled=disabled].wp-block-file__button,
.edit-post-visual-editor .wp-block-file a[disabled=disabled].wp-block-file__button,
.edit-post-visual-editor .nhsuk-button[disabled],
.edit-post-visual-editor [disabled].wp-block-button__link,
.edit-post-visual-editor [disabled].wp-block-file__button,
.edit-post-visual-editor .wp-block-file a[disabled].wp-block-file__button, .block-editor-block-styles .nhsuk-button--disabled,
.block-editor-block-styles .nhsuk-button[disabled=disabled],
.block-editor-block-styles [disabled=disabled].wp-block-button__link,
.block-editor-block-styles [disabled=disabled].wp-block-file__button,
.block-editor-block-styles .wp-block-file a[disabled=disabled].wp-block-file__button,
.block-editor-block-styles .nhsuk-button[disabled],
.block-editor-block-styles [disabled].wp-block-button__link,
.block-editor-block-styles [disabled].wp-block-file__button,
.block-editor-block-styles .wp-block-file a[disabled].wp-block-file__button, .block-editor-inserter__menu-help-panel .nhsuk-button--disabled,
.block-editor-inserter__menu-help-panel .nhsuk-button[disabled=disabled],
.block-editor-inserter__menu-help-panel [disabled=disabled].wp-block-button__link,
.block-editor-inserter__menu-help-panel [disabled=disabled].wp-block-file__button,
.block-editor-inserter__menu-help-panel .wp-block-file a[disabled=disabled].wp-block-file__button,
.block-editor-inserter__menu-help-panel .nhsuk-button[disabled],
.block-editor-inserter__menu-help-panel [disabled].wp-block-button__link,
.block-editor-inserter__menu-help-panel [disabled].wp-block-file__button,
.block-editor-inserter__menu-help-panel .wp-block-file a[disabled].wp-block-file__button {
  background-color: #007f3b;
  opacity: 0.5;
  pointer-events: none;
}
.edit-post-visual-editor .nhsuk-button--disabled:hover,
.edit-post-visual-editor .nhsuk-button[disabled=disabled]:hover,
.edit-post-visual-editor [disabled=disabled].wp-block-button__link:hover,
.edit-post-visual-editor [disabled=disabled].wp-block-file__button:hover,
.edit-post-visual-editor .nhsuk-button[disabled]:hover,
.edit-post-visual-editor [disabled].wp-block-button__link:hover,
.edit-post-visual-editor [disabled].wp-block-file__button:hover, .block-editor-block-styles .nhsuk-button--disabled:hover,
.block-editor-block-styles .nhsuk-button[disabled=disabled]:hover,
.block-editor-block-styles [disabled=disabled].wp-block-button__link:hover,
.block-editor-block-styles [disabled=disabled].wp-block-file__button:hover,
.block-editor-block-styles .nhsuk-button[disabled]:hover,
.block-editor-block-styles [disabled].wp-block-button__link:hover,
.block-editor-block-styles [disabled].wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .nhsuk-button--disabled:hover,
.block-editor-inserter__menu-help-panel .nhsuk-button[disabled=disabled]:hover,
.block-editor-inserter__menu-help-panel [disabled=disabled].wp-block-button__link:hover,
.block-editor-inserter__menu-help-panel [disabled=disabled].wp-block-file__button:hover,
.block-editor-inserter__menu-help-panel .nhsuk-button[disabled]:hover,
.block-editor-inserter__menu-help-panel [disabled].wp-block-button__link:hover,
.block-editor-inserter__menu-help-panel [disabled].wp-block-file__button:hover {
  background-color: #007f3b;
  cursor: default;
}
.edit-post-visual-editor .nhsuk-button--disabled:focus,
.edit-post-visual-editor .nhsuk-button[disabled=disabled]:focus,
.edit-post-visual-editor [disabled=disabled].wp-block-button__link:focus,
.edit-post-visual-editor [disabled=disabled].wp-block-file__button:focus,
.edit-post-visual-editor .nhsuk-button[disabled]:focus,
.edit-post-visual-editor [disabled].wp-block-button__link:focus,
.edit-post-visual-editor [disabled].wp-block-file__button:focus, .block-editor-block-styles .nhsuk-button--disabled:focus,
.block-editor-block-styles .nhsuk-button[disabled=disabled]:focus,
.block-editor-block-styles [disabled=disabled].wp-block-button__link:focus,
.block-editor-block-styles [disabled=disabled].wp-block-file__button:focus,
.block-editor-block-styles .nhsuk-button[disabled]:focus,
.block-editor-block-styles [disabled].wp-block-button__link:focus,
.block-editor-block-styles [disabled].wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .nhsuk-button--disabled:focus,
.block-editor-inserter__menu-help-panel .nhsuk-button[disabled=disabled]:focus,
.block-editor-inserter__menu-help-panel [disabled=disabled].wp-block-button__link:focus,
.block-editor-inserter__menu-help-panel [disabled=disabled].wp-block-file__button:focus,
.block-editor-inserter__menu-help-panel .nhsuk-button[disabled]:focus,
.block-editor-inserter__menu-help-panel [disabled].wp-block-button__link:focus,
.block-editor-inserter__menu-help-panel [disabled].wp-block-file__button:focus {
  background-color: #007f3b;
  outline: none;
}
.edit-post-visual-editor .nhsuk-button--disabled:active,
.edit-post-visual-editor .nhsuk-button[disabled=disabled]:active,
.edit-post-visual-editor [disabled=disabled].wp-block-button__link:active,
.edit-post-visual-editor [disabled=disabled].wp-block-file__button:active,
.edit-post-visual-editor .nhsuk-button[disabled]:active,
.edit-post-visual-editor [disabled].wp-block-button__link:active,
.edit-post-visual-editor [disabled].wp-block-file__button:active, .block-editor-block-styles .nhsuk-button--disabled:active,
.block-editor-block-styles .nhsuk-button[disabled=disabled]:active,
.block-editor-block-styles [disabled=disabled].wp-block-button__link:active,
.block-editor-block-styles [disabled=disabled].wp-block-file__button:active,
.block-editor-block-styles .nhsuk-button[disabled]:active,
.block-editor-block-styles [disabled].wp-block-button__link:active,
.block-editor-block-styles [disabled].wp-block-file__button:active, .block-editor-inserter__menu-help-panel .nhsuk-button--disabled:active,
.block-editor-inserter__menu-help-panel .nhsuk-button[disabled=disabled]:active,
.block-editor-inserter__menu-help-panel [disabled=disabled].wp-block-button__link:active,
.block-editor-inserter__menu-help-panel [disabled=disabled].wp-block-file__button:active,
.block-editor-inserter__menu-help-panel .nhsuk-button[disabled]:active,
.block-editor-inserter__menu-help-panel [disabled].wp-block-button__link:active,
.block-editor-inserter__menu-help-panel [disabled].wp-block-file__button:active {
  box-shadow: 0 4px 0 rgb(0, 63.5, 29.5);
  top: 0;
}
.edit-post-visual-editor .nhsuk-button--secondary[disabled=disabled], .edit-post-visual-editor [disabled=disabled].nhsuk-button.is-style-secondary, .edit-post-visual-editor [disabled=disabled].is-style-secondary.wp-block-button__link, .edit-post-visual-editor [disabled=disabled].is-style-secondary.wp-block-file__button,
.edit-post-visual-editor .nhsuk-button--secondary[disabled],
.edit-post-visual-editor [disabled].nhsuk-button.is-style-secondary,
.edit-post-visual-editor [disabled].is-style-secondary.wp-block-button__link,
.edit-post-visual-editor [disabled].is-style-secondary.wp-block-file__button, .block-editor-block-styles .nhsuk-button--secondary[disabled=disabled], .block-editor-block-styles [disabled=disabled].nhsuk-button.is-style-secondary, .block-editor-block-styles [disabled=disabled].is-style-secondary.wp-block-button__link, .block-editor-block-styles [disabled=disabled].is-style-secondary.wp-block-file__button,
.block-editor-block-styles .nhsuk-button--secondary[disabled],
.block-editor-block-styles [disabled].nhsuk-button.is-style-secondary,
.block-editor-block-styles [disabled].is-style-secondary.wp-block-button__link,
.block-editor-block-styles [disabled].is-style-secondary.wp-block-file__button, .block-editor-inserter__menu-help-panel .nhsuk-button--secondary[disabled=disabled], .block-editor-inserter__menu-help-panel [disabled=disabled].nhsuk-button.is-style-secondary, .block-editor-inserter__menu-help-panel [disabled=disabled].is-style-secondary.wp-block-button__link, .block-editor-inserter__menu-help-panel [disabled=disabled].is-style-secondary.wp-block-file__button,
.block-editor-inserter__menu-help-panel .nhsuk-button--secondary[disabled],
.block-editor-inserter__menu-help-panel [disabled].nhsuk-button.is-style-secondary,
.block-editor-inserter__menu-help-panel [disabled].is-style-secondary.wp-block-button__link,
.block-editor-inserter__menu-help-panel [disabled].is-style-secondary.wp-block-file__button {
  background-color: #4c6272;
  opacity: 0.5;
}
.edit-post-visual-editor .nhsuk-button--secondary[disabled=disabled]:hover, .edit-post-visual-editor [disabled=disabled].nhsuk-button.is-style-secondary:hover, .edit-post-visual-editor [disabled=disabled].is-style-secondary.wp-block-button__link:hover, .edit-post-visual-editor [disabled=disabled].is-style-secondary.wp-block-file__button:hover,
.edit-post-visual-editor .nhsuk-button--secondary[disabled]:hover,
.edit-post-visual-editor [disabled].nhsuk-button.is-style-secondary:hover,
.edit-post-visual-editor [disabled].is-style-secondary.wp-block-button__link:hover,
.edit-post-visual-editor [disabled].is-style-secondary.wp-block-file__button:hover, .block-editor-block-styles .nhsuk-button--secondary[disabled=disabled]:hover, .block-editor-block-styles [disabled=disabled].nhsuk-button.is-style-secondary:hover, .block-editor-block-styles [disabled=disabled].is-style-secondary.wp-block-button__link:hover, .block-editor-block-styles [disabled=disabled].is-style-secondary.wp-block-file__button:hover,
.block-editor-block-styles .nhsuk-button--secondary[disabled]:hover,
.block-editor-block-styles [disabled].nhsuk-button.is-style-secondary:hover,
.block-editor-block-styles [disabled].is-style-secondary.wp-block-button__link:hover,
.block-editor-block-styles [disabled].is-style-secondary.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .nhsuk-button--secondary[disabled=disabled]:hover, .block-editor-inserter__menu-help-panel [disabled=disabled].nhsuk-button.is-style-secondary:hover, .block-editor-inserter__menu-help-panel [disabled=disabled].is-style-secondary.wp-block-button__link:hover, .block-editor-inserter__menu-help-panel [disabled=disabled].is-style-secondary.wp-block-file__button:hover,
.block-editor-inserter__menu-help-panel .nhsuk-button--secondary[disabled]:hover,
.block-editor-inserter__menu-help-panel [disabled].nhsuk-button.is-style-secondary:hover,
.block-editor-inserter__menu-help-panel [disabled].is-style-secondary.wp-block-button__link:hover,
.block-editor-inserter__menu-help-panel [disabled].is-style-secondary.wp-block-file__button:hover {
  background-color: #4c6272;
  cursor: default;
}
.edit-post-visual-editor .nhsuk-button--secondary[disabled=disabled]:focus, .edit-post-visual-editor [disabled=disabled].nhsuk-button.is-style-secondary:focus, .edit-post-visual-editor [disabled=disabled].is-style-secondary.wp-block-button__link:focus, .edit-post-visual-editor [disabled=disabled].is-style-secondary.wp-block-file__button:focus,
.edit-post-visual-editor .nhsuk-button--secondary[disabled]:focus,
.edit-post-visual-editor [disabled].nhsuk-button.is-style-secondary:focus,
.edit-post-visual-editor [disabled].is-style-secondary.wp-block-button__link:focus,
.edit-post-visual-editor [disabled].is-style-secondary.wp-block-file__button:focus, .block-editor-block-styles .nhsuk-button--secondary[disabled=disabled]:focus, .block-editor-block-styles [disabled=disabled].nhsuk-button.is-style-secondary:focus, .block-editor-block-styles [disabled=disabled].is-style-secondary.wp-block-button__link:focus, .block-editor-block-styles [disabled=disabled].is-style-secondary.wp-block-file__button:focus,
.block-editor-block-styles .nhsuk-button--secondary[disabled]:focus,
.block-editor-block-styles [disabled].nhsuk-button.is-style-secondary:focus,
.block-editor-block-styles [disabled].is-style-secondary.wp-block-button__link:focus,
.block-editor-block-styles [disabled].is-style-secondary.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .nhsuk-button--secondary[disabled=disabled]:focus, .block-editor-inserter__menu-help-panel [disabled=disabled].nhsuk-button.is-style-secondary:focus, .block-editor-inserter__menu-help-panel [disabled=disabled].is-style-secondary.wp-block-button__link:focus, .block-editor-inserter__menu-help-panel [disabled=disabled].is-style-secondary.wp-block-file__button:focus,
.block-editor-inserter__menu-help-panel .nhsuk-button--secondary[disabled]:focus,
.block-editor-inserter__menu-help-panel [disabled].nhsuk-button.is-style-secondary:focus,
.block-editor-inserter__menu-help-panel [disabled].is-style-secondary.wp-block-button__link:focus,
.block-editor-inserter__menu-help-panel [disabled].is-style-secondary.wp-block-file__button:focus {
  outline: none;
}
.edit-post-visual-editor .nhsuk-button--secondary[disabled=disabled]:active, .edit-post-visual-editor [disabled=disabled].nhsuk-button.is-style-secondary:active, .edit-post-visual-editor [disabled=disabled].is-style-secondary.wp-block-button__link:active, .edit-post-visual-editor [disabled=disabled].is-style-secondary.wp-block-file__button:active,
.edit-post-visual-editor .nhsuk-button--secondary[disabled]:active,
.edit-post-visual-editor [disabled].nhsuk-button.is-style-secondary:active,
.edit-post-visual-editor [disabled].is-style-secondary.wp-block-button__link:active,
.edit-post-visual-editor [disabled].is-style-secondary.wp-block-file__button:active, .block-editor-block-styles .nhsuk-button--secondary[disabled=disabled]:active, .block-editor-block-styles [disabled=disabled].nhsuk-button.is-style-secondary:active, .block-editor-block-styles [disabled=disabled].is-style-secondary.wp-block-button__link:active, .block-editor-block-styles [disabled=disabled].is-style-secondary.wp-block-file__button:active,
.block-editor-block-styles .nhsuk-button--secondary[disabled]:active,
.block-editor-block-styles [disabled].nhsuk-button.is-style-secondary:active,
.block-editor-block-styles [disabled].is-style-secondary.wp-block-button__link:active,
.block-editor-block-styles [disabled].is-style-secondary.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .nhsuk-button--secondary[disabled=disabled]:active, .block-editor-inserter__menu-help-panel [disabled=disabled].nhsuk-button.is-style-secondary:active, .block-editor-inserter__menu-help-panel [disabled=disabled].is-style-secondary.wp-block-button__link:active, .block-editor-inserter__menu-help-panel [disabled=disabled].is-style-secondary.wp-block-file__button:active,
.block-editor-inserter__menu-help-panel .nhsuk-button--secondary[disabled]:active,
.block-editor-inserter__menu-help-panel [disabled].nhsuk-button.is-style-secondary:active,
.block-editor-inserter__menu-help-panel [disabled].is-style-secondary.wp-block-button__link:active,
.block-editor-inserter__menu-help-panel [disabled].is-style-secondary.wp-block-file__button:active {
  box-shadow: 0 4px 0 #263139;
  top: 0;
}
.edit-post-visual-editor .nhsuk-button--reverse[disabled=disabled], .edit-post-visual-editor [disabled=disabled].nhsuk-button.is-style-reverse, .edit-post-visual-editor [disabled=disabled].is-style-reverse.wp-block-button__link, .edit-post-visual-editor [disabled=disabled].is-style-reverse.wp-block-file__button,
.edit-post-visual-editor .nhsuk-button--reverse[disabled],
.edit-post-visual-editor [disabled].nhsuk-button.is-style-reverse,
.edit-post-visual-editor [disabled].is-style-reverse.wp-block-button__link,
.edit-post-visual-editor [disabled].is-style-reverse.wp-block-file__button, .block-editor-block-styles .nhsuk-button--reverse[disabled=disabled], .block-editor-block-styles [disabled=disabled].nhsuk-button.is-style-reverse, .block-editor-block-styles [disabled=disabled].is-style-reverse.wp-block-button__link, .block-editor-block-styles [disabled=disabled].is-style-reverse.wp-block-file__button,
.block-editor-block-styles .nhsuk-button--reverse[disabled],
.block-editor-block-styles [disabled].nhsuk-button.is-style-reverse,
.block-editor-block-styles [disabled].is-style-reverse.wp-block-button__link,
.block-editor-block-styles [disabled].is-style-reverse.wp-block-file__button, .block-editor-inserter__menu-help-panel .nhsuk-button--reverse[disabled=disabled], .block-editor-inserter__menu-help-panel [disabled=disabled].nhsuk-button.is-style-reverse, .block-editor-inserter__menu-help-panel [disabled=disabled].is-style-reverse.wp-block-button__link, .block-editor-inserter__menu-help-panel [disabled=disabled].is-style-reverse.wp-block-file__button,
.block-editor-inserter__menu-help-panel .nhsuk-button--reverse[disabled],
.block-editor-inserter__menu-help-panel [disabled].nhsuk-button.is-style-reverse,
.block-editor-inserter__menu-help-panel [disabled].is-style-reverse.wp-block-button__link,
.block-editor-inserter__menu-help-panel [disabled].is-style-reverse.wp-block-file__button {
  background-color: #ffffff;
  opacity: 0.5;
}
.edit-post-visual-editor .nhsuk-button--reverse[disabled=disabled]:hover, .edit-post-visual-editor [disabled=disabled].nhsuk-button.is-style-reverse:hover, .edit-post-visual-editor [disabled=disabled].is-style-reverse.wp-block-button__link:hover, .edit-post-visual-editor [disabled=disabled].is-style-reverse.wp-block-file__button:hover,
.edit-post-visual-editor .nhsuk-button--reverse[disabled]:hover,
.edit-post-visual-editor [disabled].nhsuk-button.is-style-reverse:hover,
.edit-post-visual-editor [disabled].is-style-reverse.wp-block-button__link:hover,
.edit-post-visual-editor [disabled].is-style-reverse.wp-block-file__button:hover, .block-editor-block-styles .nhsuk-button--reverse[disabled=disabled]:hover, .block-editor-block-styles [disabled=disabled].nhsuk-button.is-style-reverse:hover, .block-editor-block-styles [disabled=disabled].is-style-reverse.wp-block-button__link:hover, .block-editor-block-styles [disabled=disabled].is-style-reverse.wp-block-file__button:hover,
.block-editor-block-styles .nhsuk-button--reverse[disabled]:hover,
.block-editor-block-styles [disabled].nhsuk-button.is-style-reverse:hover,
.block-editor-block-styles [disabled].is-style-reverse.wp-block-button__link:hover,
.block-editor-block-styles [disabled].is-style-reverse.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .nhsuk-button--reverse[disabled=disabled]:hover, .block-editor-inserter__menu-help-panel [disabled=disabled].nhsuk-button.is-style-reverse:hover, .block-editor-inserter__menu-help-panel [disabled=disabled].is-style-reverse.wp-block-button__link:hover, .block-editor-inserter__menu-help-panel [disabled=disabled].is-style-reverse.wp-block-file__button:hover,
.block-editor-inserter__menu-help-panel .nhsuk-button--reverse[disabled]:hover,
.block-editor-inserter__menu-help-panel [disabled].nhsuk-button.is-style-reverse:hover,
.block-editor-inserter__menu-help-panel [disabled].is-style-reverse.wp-block-button__link:hover,
.block-editor-inserter__menu-help-panel [disabled].is-style-reverse.wp-block-file__button:hover {
  background-color: #ffffff;
  cursor: default;
}
.edit-post-visual-editor .nhsuk-button--reverse[disabled=disabled]:focus, .edit-post-visual-editor [disabled=disabled].nhsuk-button.is-style-reverse:focus, .edit-post-visual-editor [disabled=disabled].is-style-reverse.wp-block-button__link:focus, .edit-post-visual-editor [disabled=disabled].is-style-reverse.wp-block-file__button:focus,
.edit-post-visual-editor .nhsuk-button--reverse[disabled]:focus,
.edit-post-visual-editor [disabled].nhsuk-button.is-style-reverse:focus,
.edit-post-visual-editor [disabled].is-style-reverse.wp-block-button__link:focus,
.edit-post-visual-editor [disabled].is-style-reverse.wp-block-file__button:focus, .block-editor-block-styles .nhsuk-button--reverse[disabled=disabled]:focus, .block-editor-block-styles [disabled=disabled].nhsuk-button.is-style-reverse:focus, .block-editor-block-styles [disabled=disabled].is-style-reverse.wp-block-button__link:focus, .block-editor-block-styles [disabled=disabled].is-style-reverse.wp-block-file__button:focus,
.block-editor-block-styles .nhsuk-button--reverse[disabled]:focus,
.block-editor-block-styles [disabled].nhsuk-button.is-style-reverse:focus,
.block-editor-block-styles [disabled].is-style-reverse.wp-block-button__link:focus,
.block-editor-block-styles [disabled].is-style-reverse.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .nhsuk-button--reverse[disabled=disabled]:focus, .block-editor-inserter__menu-help-panel [disabled=disabled].nhsuk-button.is-style-reverse:focus, .block-editor-inserter__menu-help-panel [disabled=disabled].is-style-reverse.wp-block-button__link:focus, .block-editor-inserter__menu-help-panel [disabled=disabled].is-style-reverse.wp-block-file__button:focus,
.block-editor-inserter__menu-help-panel .nhsuk-button--reverse[disabled]:focus,
.block-editor-inserter__menu-help-panel [disabled].nhsuk-button.is-style-reverse:focus,
.block-editor-inserter__menu-help-panel [disabled].is-style-reverse.wp-block-button__link:focus,
.block-editor-inserter__menu-help-panel [disabled].is-style-reverse.wp-block-file__button:focus {
  outline: none;
}
.edit-post-visual-editor .nhsuk-button--reverse[disabled=disabled]:active, .edit-post-visual-editor [disabled=disabled].nhsuk-button.is-style-reverse:active, .edit-post-visual-editor [disabled=disabled].is-style-reverse.wp-block-button__link:active, .edit-post-visual-editor [disabled=disabled].is-style-reverse.wp-block-file__button:active,
.edit-post-visual-editor .nhsuk-button--reverse[disabled]:active,
.edit-post-visual-editor [disabled].nhsuk-button.is-style-reverse:active,
.edit-post-visual-editor [disabled].is-style-reverse.wp-block-button__link:active,
.edit-post-visual-editor [disabled].is-style-reverse.wp-block-file__button:active, .block-editor-block-styles .nhsuk-button--reverse[disabled=disabled]:active, .block-editor-block-styles [disabled=disabled].nhsuk-button.is-style-reverse:active, .block-editor-block-styles [disabled=disabled].is-style-reverse.wp-block-button__link:active, .block-editor-block-styles [disabled=disabled].is-style-reverse.wp-block-file__button:active,
.block-editor-block-styles .nhsuk-button--reverse[disabled]:active,
.block-editor-block-styles [disabled].nhsuk-button.is-style-reverse:active,
.block-editor-block-styles [disabled].is-style-reverse.wp-block-button__link:active,
.block-editor-block-styles [disabled].is-style-reverse.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .nhsuk-button--reverse[disabled=disabled]:active, .block-editor-inserter__menu-help-panel [disabled=disabled].nhsuk-button.is-style-reverse:active, .block-editor-inserter__menu-help-panel [disabled=disabled].is-style-reverse.wp-block-button__link:active, .block-editor-inserter__menu-help-panel [disabled=disabled].is-style-reverse.wp-block-file__button:active,
.block-editor-inserter__menu-help-panel .nhsuk-button--reverse[disabled]:active,
.block-editor-inserter__menu-help-panel [disabled].nhsuk-button.is-style-reverse:active,
.block-editor-inserter__menu-help-panel [disabled].is-style-reverse.wp-block-button__link:active,
.block-editor-inserter__menu-help-panel [disabled].is-style-reverse.wp-block-file__button:active {
  box-shadow: 0 4px 0 #212b32;
  top: 0;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS / #CARD
     ========================================================================== */
  /**
   * 1. Is needed for the :active top positioning, and invisible clickable overlay.
   * 2. Border is used to create a divider between the white content
   *    box and an image.
   * 3. Creates the 'pressed down' effect when clicked.
   * 4. Removes padding-top from headings directly after the card group.
   * 5. Includes the border width to achieve the correct left alignment.
   * 6. Stops the heading from spanning the full width of the card.
   * 7. Removes padding top for the feature heading positioning.
   * 8. Default care card colour set to blue (non-urgent care card) -
   *    using the @mixin care-card tools/_mixins.scss.
   *    The same mixin is used for each care card, setting the background
   *    colour,text colour and print border width with the variables.
   * 9. 'Random number' for the heading triangle.
   * 10. 'Random number' for the heading triangle positioning.
   * 11. 'Random number' used for spacing to compensate for the triangle.
   * 12. Needed to enable the triangle to show correctly in high contrast mode.
   * 13. Prevent additional padding on headings
   * 14. Give the action link icon sufficient contrast when used in the emergency variant
   * 15. Reset the positioning to the default [1] to display heading triangle on a coloured background.
   * 16. Emergency care card <a> needs to be white because the background colour is black.
   * 17. Trick IE10 into rendering the invisible clickable area. Without this it does not.
   */
}
.edit-post-visual-editor .nhsuk-card, .block-editor-block-styles .nhsuk-card, .block-editor-inserter__menu-help-panel .nhsuk-card {
  margin-bottom: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-card, .block-editor-block-styles .nhsuk-card, .block-editor-inserter__menu-help-panel .nhsuk-card {
    margin-bottom: 48px;
  }
}
.edit-post-visual-editor .nhsuk-card, .block-editor-block-styles .nhsuk-card, .block-editor-inserter__menu-help-panel .nhsuk-card {
  background: #ffffff;
  border: 1px solid #d8dde0;
  position: relative; /* [1] */
  width: 100%;
}
@media print {
  .edit-post-visual-editor .nhsuk-card__img, .block-editor-block-styles .nhsuk-card__img, .block-editor-inserter__menu-help-panel .nhsuk-card__img {
    display: none;
  }
}
.edit-post-visual-editor .nhsuk-card__img, .block-editor-block-styles .nhsuk-card__img, .block-editor-inserter__menu-help-panel .nhsuk-card__img {
  border-bottom: 1px solid #f0f4f5; /* [2] */
  display: block;
  width: 100%;
}
.edit-post-visual-editor .nhsuk-card__content > *:first-child, .block-editor-block-styles .nhsuk-card__content > *:first-child, .block-editor-inserter__menu-help-panel .nhsuk-card__content > *:first-child {
  margin-top: 0;
}
.edit-post-visual-editor .nhsuk-card__content > *:last-child, .block-editor-block-styles .nhsuk-card__content > *:last-child, .block-editor-inserter__menu-help-panel .nhsuk-card__content > *:last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor .nhsuk-card__content, .block-editor-block-styles .nhsuk-card__content, .block-editor-inserter__menu-help-panel .nhsuk-card__content {
  padding: 24px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-card__content, .block-editor-block-styles .nhsuk-card__content, .block-editor-inserter__menu-help-panel .nhsuk-card__content {
    padding: 32px;
  }
}
.edit-post-visual-editor .nhsuk-card__heading, .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2,
.edit-post-visual-editor .nhsuk-card__metadata,
.edit-post-visual-editor .nhsuk-card__description, .block-editor-block-styles .nhsuk-card__heading, .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2,
.block-editor-block-styles .nhsuk-card__metadata,
.block-editor-block-styles .nhsuk-card__description, .block-editor-inserter__menu-help-panel .nhsuk-card__heading, .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2,
.block-editor-inserter__menu-help-panel .nhsuk-card__metadata,
.block-editor-inserter__menu-help-panel .nhsuk-card__description {
  margin-bottom: 16px;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Clickable card
    ========================================================================== */
}
.edit-post-visual-editor .nhsuk-card--clickable, .block-editor-block-styles .nhsuk-card--clickable, .block-editor-inserter__menu-help-panel .nhsuk-card--clickable {
  border-bottom-width: 4px;
}
.edit-post-visual-editor .nhsuk-card--clickable .nhsuk-card__heading a::before, .edit-post-visual-editor .nhsuk-card--clickable .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2 a::before, .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-card--clickable h2 a::before,
.edit-post-visual-editor .nhsuk-card--clickable .nhsuk-card__link::before, .block-editor-block-styles .nhsuk-card--clickable .nhsuk-card__heading a::before, .block-editor-block-styles .nhsuk-card--clickable .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2 a::before, .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-card--clickable h2 a::before,
.block-editor-block-styles .nhsuk-card--clickable .nhsuk-card__link::before, .block-editor-inserter__menu-help-panel .nhsuk-card--clickable .nhsuk-card__heading a::before, .block-editor-inserter__menu-help-panel .nhsuk-card--clickable .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2 a::before, .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-card--clickable h2 a::before,
.block-editor-inserter__menu-help-panel .nhsuk-card--clickable .nhsuk-card__link::before {
  background-color: rgba(255, 255, 255, 0); /* [17] */
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.edit-post-visual-editor .nhsuk-card--clickable:active, .block-editor-block-styles .nhsuk-card--clickable:active, .block-editor-inserter__menu-help-panel .nhsuk-card--clickable:active {
  border-color: #aeb7bd;
  bottom: -1px; /* [3] */
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Card group
    ========================================================================== */
  /**
  * Card group allows you to have a row of cards.
  *
  * Flexbox is used to make each card in a row the same height.
  */
}
.edit-post-visual-editor .nhsuk-card-group, .block-editor-block-styles .nhsuk-card-group, .block-editor-inserter__menu-help-panel .nhsuk-card-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding: 0;
}
@media (max-width: 48.0525em) {
  .edit-post-visual-editor .nhsuk-card-group, .block-editor-block-styles .nhsuk-card-group, .block-editor-inserter__menu-help-panel .nhsuk-card-group {
    margin-bottom: 40px;
  }
}
.edit-post-visual-editor .nhsuk-card-group + h2,
.edit-post-visual-editor .nhsuk-card-group + .nhsuk-heading-l,
.edit-post-visual-editor .nhsuk-card-group + h3,
.edit-post-visual-editor .nhsuk-card-group + .nhsuk-heading-m,
.edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-card-group + h2, .block-editor-block-styles .nhsuk-card-group + h2,
.block-editor-block-styles .nhsuk-card-group + .nhsuk-heading-l,
.block-editor-block-styles .nhsuk-card-group + h3,
.block-editor-block-styles .nhsuk-card-group + .nhsuk-heading-m,
.block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-card-group + h2, .block-editor-inserter__menu-help-panel .nhsuk-card-group + h2,
.block-editor-inserter__menu-help-panel .nhsuk-card-group + .nhsuk-heading-l,
.block-editor-inserter__menu-help-panel .nhsuk-card-group + h3,
.block-editor-inserter__menu-help-panel .nhsuk-card-group + .nhsuk-heading-m,
.block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content .nhsuk-card-group + h2 {
  padding-top: 0; /* [4] */
}
.edit-post-visual-editor .nhsuk-card-group__item, .block-editor-block-styles .nhsuk-card-group__item, .block-editor-inserter__menu-help-panel .nhsuk-card-group__item {
  display: flex;
}
@media (max-width: 48.0525em) {
  .edit-post-visual-editor .nhsuk-card-group__item, .block-editor-block-styles .nhsuk-card-group__item, .block-editor-inserter__menu-help-panel .nhsuk-card-group__item {
    flex: 0 0 100%;
  }
}
.edit-post-visual-editor .nhsuk-card-group__item, .block-editor-block-styles .nhsuk-card-group__item, .block-editor-inserter__menu-help-panel .nhsuk-card-group__item {
  list-style-type: none;
  margin-bottom: 0;
}
.edit-post-visual-editor .nhsuk-card-group__item .nhsuk-card, .block-editor-block-styles .nhsuk-card-group__item .nhsuk-card, .block-editor-inserter__menu-help-panel .nhsuk-card-group__item .nhsuk-card {
  margin-bottom: 32px;
}
@media (max-width: 48.0525em) {
  .edit-post-visual-editor .nhsuk-card-group__item .nhsuk-card, .block-editor-block-styles .nhsuk-card-group__item .nhsuk-card, .block-editor-inserter__menu-help-panel .nhsuk-card-group__item .nhsuk-card {
    margin-bottom: 16px;
  }
  .edit-post-visual-editor .nhsuk-card-group__item:last-child .nhsuk-card, .block-editor-block-styles .nhsuk-card-group__item:last-child .nhsuk-card, .block-editor-inserter__menu-help-panel .nhsuk-card-group__item:last-child .nhsuk-card {
    margin-bottom: 0;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Card feature
    ========================================================================== */
}
.edit-post-visual-editor .nhsuk-card--feature, .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label, .block-editor-block-styles .nhsuk-card--feature, .block-editor-block-styles .nhsuk-card.is-style-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-card--feature, .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label {
  margin-top: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-card--feature, .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label, .block-editor-block-styles .nhsuk-card--feature, .block-editor-block-styles .nhsuk-card.is-style-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-card--feature, .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label {
    margin-top: 48px;
  }
}
.edit-post-visual-editor .nhsuk-card__heading--feature, .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2, .block-editor-block-styles .nhsuk-card__heading--feature, .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2, .block-editor-inserter__menu-help-panel .nhsuk-card__heading--feature, .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2 {
  background: #005eb8;
  color: #ffffff;
  display: inline-block;
  left: -25px; /* [5] */
  margin-bottom: 8px;
  margin-right: -24px; /* [6] */
  padding: 8px 24px;
  position: relative;
  top: -8px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-card__heading--feature, .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2, .block-editor-block-styles .nhsuk-card__heading--feature, .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2, .block-editor-inserter__menu-help-panel .nhsuk-card__heading--feature, .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content h2 {
    left: -33px; /* [5] */
    margin-right: -32px; /* [6] */
    padding: 8px 32px;
    top: -16px;
  }
}
.edit-post-visual-editor .nhsuk-card__content--feature, .edit-post-visual-editor .nhsuk-card.is-style-panel-with-label .nhsuk-card__content, .block-editor-block-styles .nhsuk-card__content--feature, .block-editor-block-styles .nhsuk-card.is-style-panel-with-label .nhsuk-card__content, .block-editor-inserter__menu-help-panel .nhsuk-card__content--feature, .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-with-label .nhsuk-card__content {
  padding-top: 0 !important; /* stylelint-disable-line declaration-no-important */ /* [7] */
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Care card
    ========================================================================== */
}
.edit-post-visual-editor .nhsuk-card--care, .block-editor-block-styles .nhsuk-card--care, .block-editor-inserter__menu-help-panel .nhsuk-card--care {
  margin-top: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-card--care, .block-editor-block-styles .nhsuk-card--care, .block-editor-inserter__menu-help-panel .nhsuk-card--care {
    margin-top: 48px;
  }
}
.edit-post-visual-editor .nhsuk-card--care .nhsuk-card--care__heading-container, .block-editor-block-styles .nhsuk-card--care .nhsuk-card--care__heading-container, .block-editor-inserter__menu-help-panel .nhsuk-card--care .nhsuk-card--care__heading-container {
  background-color: #005eb8;
  color: #ffffff;
}
@media print {
  .edit-post-visual-editor .nhsuk-card--care, .block-editor-block-styles .nhsuk-card--care, .block-editor-inserter__menu-help-panel .nhsuk-card--care {
    border: 4px solid #212b32;
    color: #212b32;
    page-break-inside: avoid;
  }
}
.edit-post-visual-editor .nhsuk-card--care, .block-editor-block-styles .nhsuk-card--care, .block-editor-inserter__menu-help-panel .nhsuk-card--care {
  /* [8] */
}
.edit-post-visual-editor .nhsuk-card--care__heading-container, .block-editor-block-styles .nhsuk-card--care__heading-container, .block-editor-inserter__menu-help-panel .nhsuk-card--care__heading-container {
  padding-left: 24px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-card--care__heading-container, .block-editor-block-styles .nhsuk-card--care__heading-container, .block-editor-inserter__menu-help-panel .nhsuk-card--care__heading-container {
    padding-left: 32px;
  }
}
.edit-post-visual-editor .nhsuk-card--care__heading-container, .block-editor-block-styles .nhsuk-card--care__heading-container, .block-editor-inserter__menu-help-panel .nhsuk-card--care__heading-container {
  padding-right: 24px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-card--care__heading-container, .block-editor-block-styles .nhsuk-card--care__heading-container, .block-editor-inserter__menu-help-panel .nhsuk-card--care__heading-container {
    padding-right: 32px;
  }
}
.edit-post-visual-editor .nhsuk-card--care__heading-container, .block-editor-block-styles .nhsuk-card--care__heading-container, .block-editor-inserter__menu-help-panel .nhsuk-card--care__heading-container {
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative;
}
.edit-post-visual-editor .nhsuk-card--care__heading, .block-editor-block-styles .nhsuk-card--care__heading, .block-editor-inserter__menu-help-panel .nhsuk-card--care__heading {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-card--care__heading, .block-editor-block-styles .nhsuk-card--care__heading, .block-editor-inserter__menu-help-panel .nhsuk-card--care__heading {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-card--care__heading, .block-editor-block-styles .nhsuk-card--care__heading, .block-editor-inserter__menu-help-panel .nhsuk-card--care__heading {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-card--care__heading, .block-editor-block-styles .nhsuk-card--care__heading, .block-editor-inserter__menu-help-panel .nhsuk-card--care__heading {
    color: #212b32;
    fill: #212b32;
  }
  .edit-post-visual-editor .nhsuk-card--care__heading:active, .edit-post-visual-editor .nhsuk-card--care__heading:focus, .edit-post-visual-editor .nhsuk-card--care__heading:visited, .block-editor-block-styles .nhsuk-card--care__heading:active, .block-editor-block-styles .nhsuk-card--care__heading:focus, .block-editor-block-styles .nhsuk-card--care__heading:visited, .block-editor-inserter__menu-help-panel .nhsuk-card--care__heading:active, .block-editor-inserter__menu-help-panel .nhsuk-card--care__heading:focus, .block-editor-inserter__menu-help-panel .nhsuk-card--care__heading:visited {
    color: #212b32;
  }
}
.edit-post-visual-editor .nhsuk-card--care__heading, .block-editor-block-styles .nhsuk-card--care__heading, .block-editor-inserter__menu-help-panel .nhsuk-card--care__heading {
  margin: 0;
  padding-top: 0; /* [13] */
}
.edit-post-visual-editor .nhsuk-card--care__arrow, .block-editor-block-styles .nhsuk-card--care__arrow, .block-editor-inserter__menu-help-panel .nhsuk-card--care__arrow {
  bottom: -10px; /* [9] */
  display: block;
  height: 20px; /* [9] */
  left: 30px; /* [10] */
  overflow: hidden;
  position: absolute;
  transform: rotate(45deg);
  width: 20px; /* [9] */
}
@media print {
  .edit-post-visual-editor .nhsuk-card--care__arrow, .block-editor-block-styles .nhsuk-card--care__arrow, .block-editor-inserter__menu-help-panel .nhsuk-card--care__arrow {
    display: none;
  }
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-card--care__arrow, .block-editor-block-styles .nhsuk-card--care__arrow, .block-editor-inserter__menu-help-panel .nhsuk-card--care__arrow {
    left: 38px; /* [10] */
  }
}
.edit-post-visual-editor .nhsuk-card--care__arrow:before, .edit-post-visual-editor .nhsuk-card--care__arrow:after, .block-editor-block-styles .nhsuk-card--care__arrow:before, .block-editor-block-styles .nhsuk-card--care__arrow:after, .block-editor-inserter__menu-help-panel .nhsuk-card--care__arrow:before, .block-editor-inserter__menu-help-panel .nhsuk-card--care__arrow:after {
  border: solid 32px #005eb8; /* [9] */
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg); /* [12] */
  width: 0;
}
.edit-post-visual-editor .nhsuk-card--care--urgent .nhsuk-card--care__heading-container, .block-editor-block-styles .nhsuk-card--care--urgent .nhsuk-card--care__heading-container, .block-editor-inserter__menu-help-panel .nhsuk-card--care--urgent .nhsuk-card--care__heading-container {
  background-color: #d5281b;
  color: #ffffff;
}
@media print {
  .edit-post-visual-editor .nhsuk-card--care--urgent, .block-editor-block-styles .nhsuk-card--care--urgent, .block-editor-inserter__menu-help-panel .nhsuk-card--care--urgent {
    border: 6px solid #212b32;
    color: #212b32;
    page-break-inside: avoid;
  }
}
.edit-post-visual-editor .nhsuk-card--care--urgent .nhsuk-card--care__arrow:before, .edit-post-visual-editor .nhsuk-card--care--urgent .nhsuk-card--care__arrow:after, .block-editor-block-styles .nhsuk-card--care--urgent .nhsuk-card--care__arrow:before, .block-editor-block-styles .nhsuk-card--care--urgent .nhsuk-card--care__arrow:after, .block-editor-inserter__menu-help-panel .nhsuk-card--care--urgent .nhsuk-card--care__arrow:before, .block-editor-inserter__menu-help-panel .nhsuk-card--care--urgent .nhsuk-card--care__arrow:after {
  border-color: #d5281b;
}
.edit-post-visual-editor .nhsuk-card--care--emergency .nhsuk-card--care__heading-container, .block-editor-block-styles .nhsuk-card--care--emergency .nhsuk-card--care__heading-container, .block-editor-inserter__menu-help-panel .nhsuk-card--care--emergency .nhsuk-card--care__heading-container {
  background-color: #d5281b;
  color: #ffffff;
}
@media print {
  .edit-post-visual-editor .nhsuk-card--care--emergency, .block-editor-block-styles .nhsuk-card--care--emergency, .block-editor-inserter__menu-help-panel .nhsuk-card--care--emergency {
    border: 8px solid #212b32;
    color: #212b32;
    page-break-inside: avoid;
  }
}
.edit-post-visual-editor .nhsuk-card--care--emergency .nhsuk-card--care__arrow:before, .edit-post-visual-editor .nhsuk-card--care--emergency .nhsuk-card--care__arrow:after, .block-editor-block-styles .nhsuk-card--care--emergency .nhsuk-card--care__arrow:before, .block-editor-block-styles .nhsuk-card--care--emergency .nhsuk-card--care__arrow:after, .block-editor-inserter__menu-help-panel .nhsuk-card--care--emergency .nhsuk-card--care__arrow:before, .block-editor-inserter__menu-help-panel .nhsuk-card--care--emergency .nhsuk-card--care__arrow:after {
  border-color: #d5281b;
}
.edit-post-visual-editor .nhsuk-card--care--emergency .nhsuk-card__content, .block-editor-block-styles .nhsuk-card--care--emergency .nhsuk-card__content, .block-editor-inserter__menu-help-panel .nhsuk-card--care--emergency .nhsuk-card__content {
  background-color: #212b32;
  border: 0;
  color: #ffffff;
  position: static; /* [15] */
}
.edit-post-visual-editor .nhsuk-card--care--emergency .nhsuk-card__content a, .block-editor-block-styles .nhsuk-card--care--emergency .nhsuk-card__content a, .block-editor-inserter__menu-help-panel .nhsuk-card--care--emergency .nhsuk-card__content a {
  color: #ffffff; /* [16] */
}
.edit-post-visual-editor .nhsuk-card--care--emergency .nhsuk-card__content a:focus, .block-editor-block-styles .nhsuk-card--care--emergency .nhsuk-card__content a:focus, .block-editor-inserter__menu-help-panel .nhsuk-card--care--emergency .nhsuk-card__content a:focus {
  color: #212b32; /* [16] */
}
.edit-post-visual-editor .nhsuk-card--care--emergency .nhsuk-details,
.edit-post-visual-editor .nhsuk-card--care--emergency .nhsuk-details__summary, .block-editor-block-styles .nhsuk-card--care--emergency .nhsuk-details,
.block-editor-block-styles .nhsuk-card--care--emergency .nhsuk-details__summary, .block-editor-inserter__menu-help-panel .nhsuk-card--care--emergency .nhsuk-details,
.block-editor-inserter__menu-help-panel .nhsuk-card--care--emergency .nhsuk-details__summary {
  color: #ffffff;
}
.edit-post-visual-editor .nhsuk-card--care--emergency .nhsuk-details__summary:hover, .block-editor-block-styles .nhsuk-card--care--emergency .nhsuk-details__summary:hover, .block-editor-inserter__menu-help-panel .nhsuk-card--care--emergency .nhsuk-details__summary:hover {
  color: #ffffff;
}
.edit-post-visual-editor .nhsuk-card--care--emergency .nhsuk-details__summary:focus, .block-editor-block-styles .nhsuk-card--care--emergency .nhsuk-details__summary:focus, .block-editor-inserter__menu-help-panel .nhsuk-card--care--emergency .nhsuk-details__summary:focus {
  color: #212b32;
}
.edit-post-visual-editor .nhsuk-card--care--emergency .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle, .block-editor-block-styles .nhsuk-card--care--emergency .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle, .block-editor-inserter__menu-help-panel .nhsuk-card--care--emergency .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle {
  fill: #ffffff; /* [14] */
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Card primary
    ========================================================================== */
}
.edit-post-visual-editor .nhsuk-card__content--primary, .block-editor-block-styles .nhsuk-card__content--primary, .block-editor-inserter__menu-help-panel .nhsuk-card__content--primary {
  padding-right: 75px;
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-card__content--primary, .block-editor-block-styles .nhsuk-card__content--primary, .block-editor-inserter__menu-help-panel .nhsuk-card__content--primary {
    height: 100%;
  }
}
.edit-post-visual-editor .nhsuk-card__content--primary .nhsuk-icon, .block-editor-block-styles .nhsuk-card__content--primary .nhsuk-icon, .block-editor-inserter__menu-help-panel .nhsuk-card__content--primary .nhsuk-icon {
  display: block;
  fill: #005eb8;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 50%;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Card secondary
    ========================================================================== */
}
.edit-post-visual-editor .nhsuk-card--secondary, .block-editor-block-styles .nhsuk-card--secondary, .block-editor-inserter__menu-help-panel .nhsuk-card--secondary {
  background: transparent;
  border-bottom: 4px solid #d8dde0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.edit-post-visual-editor .nhsuk-card__content--secondary, .block-editor-block-styles .nhsuk-card__content--secondary, .block-editor-inserter__menu-help-panel .nhsuk-card__content--secondary {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS/ #CHECKBOXES
     ========================================================================== */
  /**
   * 1. remove 300ms pause on mobile.
   * 2. Fix bug in IE11 caused by transform rotate (-45deg).
   */
}
.edit-post-visual-editor .nhsuk-checkboxes__item, .block-editor-block-styles .nhsuk-checkboxes__item, .block-editor-inserter__menu-help-panel .nhsuk-checkboxes__item {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-checkboxes__item, .block-editor-block-styles .nhsuk-checkboxes__item, .block-editor-inserter__menu-help-panel .nhsuk-checkboxes__item {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-checkboxes__item, .block-editor-block-styles .nhsuk-checkboxes__item, .block-editor-inserter__menu-help-panel .nhsuk-checkboxes__item {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-checkboxes__item, .block-editor-block-styles .nhsuk-checkboxes__item, .block-editor-inserter__menu-help-panel .nhsuk-checkboxes__item {
  clear: left;
  display: block;
  margin-bottom: 8px;
  min-height: 40px;
  padding: 0 0 0 40px;
  position: relative;
}
.edit-post-visual-editor .nhsuk-checkboxes__item:last-child,
.edit-post-visual-editor .nhsuk-checkboxes__item:last-of-type, .block-editor-block-styles .nhsuk-checkboxes__item:last-child,
.block-editor-block-styles .nhsuk-checkboxes__item:last-of-type, .block-editor-inserter__menu-help-panel .nhsuk-checkboxes__item:last-child,
.block-editor-inserter__menu-help-panel .nhsuk-checkboxes__item:last-of-type {
  margin-bottom: 0;
}
.edit-post-visual-editor .nhsuk-checkboxes__input, .block-editor-block-styles .nhsuk-checkboxes__input, .block-editor-inserter__menu-help-panel .nhsuk-checkboxes__input {
  cursor: pointer;
  height: 40px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 1;
}
.edit-post-visual-editor .nhsuk-checkboxes__label, .block-editor-block-styles .nhsuk-checkboxes__label, .block-editor-inserter__menu-help-panel .nhsuk-checkboxes__label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 12px 4px;
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation;
}
.edit-post-visual-editor .nhsuk-checkboxes__hint, .block-editor-block-styles .nhsuk-checkboxes__hint, .block-editor-inserter__menu-help-panel .nhsuk-checkboxes__hint {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
}
.edit-post-visual-editor .nhsuk-checkboxes__input + .nhsuk-checkboxes__label::before, .block-editor-block-styles .nhsuk-checkboxes__input + .nhsuk-checkboxes__label::before, .block-editor-inserter__menu-help-panel .nhsuk-checkboxes__input + .nhsuk-checkboxes__label::before {
  background: #ffffff;
  border: 2px solid #4c6272;
  box-sizing: border-box;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
.edit-post-visual-editor .nhsuk-checkboxes__input + .nhsuk-checkboxes__label::after, .block-editor-block-styles .nhsuk-checkboxes__input + .nhsuk-checkboxes__label::after, .block-editor-inserter__menu-help-panel .nhsuk-checkboxes__input + .nhsuk-checkboxes__label::after {
  background: transparent;
  border: solid;
  border-top-color: transparent;
  border-width: 0 0 4px 4px;
  content: "";
  height: 10px;
  left: 10px;
  opacity: 0; /* 2 */
  position: absolute;
  top: 13px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 22px;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /*
   * Focus state
   *
   * 1. Since box-shadows are removed when users customise their colours
   *    We set a transparent outline that is shown instead.
   *    https://accessibility.blog.gov.uk/2017/03/27/how-users-change-colours-on-websites/
   */
}
.edit-post-visual-editor .nhsuk-checkboxes__input:focus + .nhsuk-checkboxes__label::before, .block-editor-block-styles .nhsuk-checkboxes__input:focus + .nhsuk-checkboxes__label::before, .block-editor-inserter__menu-help-panel .nhsuk-checkboxes__input:focus + .nhsuk-checkboxes__label::before {
  border: 4px solid #212b32;
  box-shadow: 0 0 0 4px #ffeb3b;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Selected state */
}
.edit-post-visual-editor .nhsuk-checkboxes__input:checked + .nhsuk-checkboxes__label::after, .block-editor-block-styles .nhsuk-checkboxes__input:checked + .nhsuk-checkboxes__label::after, .block-editor-inserter__menu-help-panel .nhsuk-checkboxes__input:checked + .nhsuk-checkboxes__label::after {
  opacity: 1;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Disabled state */
}
.edit-post-visual-editor .nhsuk-checkboxes__input:disabled,
.edit-post-visual-editor .nhsuk-checkboxes__input:disabled + .nhsuk-checkboxes__label, .block-editor-block-styles .nhsuk-checkboxes__input:disabled,
.block-editor-block-styles .nhsuk-checkboxes__input:disabled + .nhsuk-checkboxes__label, .block-editor-inserter__menu-help-panel .nhsuk-checkboxes__input:disabled,
.block-editor-inserter__menu-help-panel .nhsuk-checkboxes__input:disabled + .nhsuk-checkboxes__label {
  cursor: default;
}
.edit-post-visual-editor .nhsuk-checkboxes__input:disabled + .nhsuk-checkboxes__label, .block-editor-block-styles .nhsuk-checkboxes__input:disabled + .nhsuk-checkboxes__label, .block-editor-inserter__menu-help-panel .nhsuk-checkboxes__input:disabled + .nhsuk-checkboxes__label {
  opacity: 0.5;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Divider variant */
}
.edit-post-visual-editor .nhsuk-checkboxes__divider, .block-editor-block-styles .nhsuk-checkboxes__divider, .block-editor-inserter__menu-help-panel .nhsuk-checkboxes__divider {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-checkboxes__divider, .block-editor-block-styles .nhsuk-checkboxes__divider, .block-editor-inserter__menu-help-panel .nhsuk-checkboxes__divider {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-checkboxes__divider, .block-editor-block-styles .nhsuk-checkboxes__divider, .block-editor-inserter__menu-help-panel .nhsuk-checkboxes__divider {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-checkboxes__divider, .block-editor-block-styles .nhsuk-checkboxes__divider, .block-editor-inserter__menu-help-panel .nhsuk-checkboxes__divider {
  color: #212b32;
  margin-bottom: 8px;
  text-align: center;
  width: 40px;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /*
   * Conditional
   *
   * 1. Calculate the amount of padding needed to keep the border
   *    centered against the checkbox.
   * 2. Move the border centered with the checkbox.
   * 3. Move the contents of the conditional inline with the label.
   */
  /* 1 */
  /* 2 */
  /* 3 */
}
.edit-post-visual-editor .nhsuk-checkboxes__conditional, .block-editor-block-styles .nhsuk-checkboxes__conditional, .block-editor-inserter__menu-help-panel .nhsuk-checkboxes__conditional {
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-checkboxes__conditional, .block-editor-block-styles .nhsuk-checkboxes__conditional, .block-editor-inserter__menu-help-panel .nhsuk-checkboxes__conditional {
    margin-bottom: 24px;
  }
}
.edit-post-visual-editor .nhsuk-checkboxes__conditional, .block-editor-block-styles .nhsuk-checkboxes__conditional, .block-editor-inserter__menu-help-panel .nhsuk-checkboxes__conditional {
  border-left: 4px solid #4c6272;
  margin-left: 18px;
  padding-left: 30px;
}
.edit-post-visual-editor .nhsuk-checkboxes__conditional > :last-child, .block-editor-block-styles .nhsuk-checkboxes__conditional > :last-child, .block-editor-inserter__menu-help-panel .nhsuk-checkboxes__conditional > :last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor .js-enabled .nhsuk-checkboxes__conditional--hidden, .block-editor-block-styles .js-enabled .nhsuk-checkboxes__conditional--hidden, .block-editor-inserter__menu-help-panel .js-enabled .nhsuk-checkboxes__conditional--hidden {
  display: none;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS / #CONTENTS-LIST
     ========================================================================== */
  /**
   * 1. Creates a grey line before each list
   *    item using a ASCII number for the symbol.
   */
}
.edit-post-visual-editor .nhsuk-contents-list, .block-editor-block-styles .nhsuk-contents-list, .block-editor-inserter__menu-help-panel .nhsuk-contents-list {
  margin-bottom: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-contents-list, .block-editor-block-styles .nhsuk-contents-list, .block-editor-inserter__menu-help-panel .nhsuk-contents-list {
    margin-bottom: 48px;
  }
}
.edit-post-visual-editor .nhsuk-contents-list__list, .block-editor-block-styles .nhsuk-contents-list__list, .block-editor-inserter__menu-help-panel .nhsuk-contents-list__list {
  list-style: none;
  padding: 0;
}
.edit-post-visual-editor .nhsuk-contents-list__item, .block-editor-block-styles .nhsuk-contents-list__item, .block-editor-inserter__menu-help-panel .nhsuk-contents-list__item {
  background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__emdash' xmlns='http://www.w3.org/2000/svg' fill='%23aeb7bd' width='19' height='1' aria-hidden='true'%3E%3Cpath d='M0 0h19v1H0z'%3E%3C/path%3E%3C/svg%3E") left 0.75rem no-repeat;
  padding: 0 0 0 32px;
  position: relative;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-contents-list__item, .block-editor-block-styles .nhsuk-contents-list__item, .block-editor-inserter__menu-help-panel .nhsuk-contents-list__item {
    background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__emdash' xmlns='http://www.w3.org/2000/svg' fill='%23aeb7bd' width='16' height='1' aria-hidden='true'%3E%3Cpath d='M0 0h19v1H0z'%3E%3C/path%3E%3C/svg%3E") left 0.875rem no-repeat;
  }
}
.edit-post-visual-editor .nhsuk-contents-list__link, .block-editor-block-styles .nhsuk-contents-list__link, .block-editor-inserter__menu-help-panel .nhsuk-contents-list__link {
  display: inline-block;
}
.edit-post-visual-editor .nhsuk-contents-list__current, .block-editor-block-styles .nhsuk-contents-list__current, .block-editor-inserter__menu-help-panel .nhsuk-contents-list__current {
  font-weight: 600;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS/ #DATE-INPUT
     ========================================================================== */
  /**
   * 1. font-size: 0 removes whitespace caused by inline-block
   */
}
.edit-post-visual-editor .nhsuk-date-input:after, .block-editor-block-styles .nhsuk-date-input:after, .block-editor-inserter__menu-help-panel .nhsuk-date-input:after {
  clear: both;
  content: "";
  display: block;
}
.edit-post-visual-editor .nhsuk-date-input, .block-editor-block-styles .nhsuk-date-input, .block-editor-inserter__menu-help-panel .nhsuk-date-input {
  font-size: 0; /* 1 */
}
.edit-post-visual-editor .nhsuk-date-input__item, .block-editor-block-styles .nhsuk-date-input__item, .block-editor-inserter__menu-help-panel .nhsuk-date-input__item {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 24px;
}
.edit-post-visual-editor .nhsuk-date-input__label, .block-editor-block-styles .nhsuk-date-input__label, .block-editor-inserter__menu-help-panel .nhsuk-date-input__label {
  display: block;
}
.edit-post-visual-editor .nhsuk-date-input__input, .block-editor-block-styles .nhsuk-date-input__input, .block-editor-inserter__menu-help-panel .nhsuk-date-input__input {
  margin-bottom: 0;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS / #DETAILS
     ========================================================================== */
  /**
   * Details component.
   *
   * Original code taken from GDS (Government Digital Service)
   * https://github.com/alphagov/govuk-frontend
   *
   * 1. Style the summary to look like a link...
   * 2. Make the focus outline shrink-wrap the text content of the summary
   * 3. Absolutely position the marker against this element
   * 3. Allow for absolutely positioned marker and align with disclosed text
   * 4. Only underline the text, not the arrow
   * 5. Remove the default details marker so we can style our own consistently and
   *    ensure it displays in Firefox
   * 6. Custom padding to left align the details text with the summary
   */
}
.edit-post-visual-editor .nhsuk-details, .block-editor-block-styles .nhsuk-details, .block-editor-inserter__menu-help-panel .nhsuk-details {
  color: #212b32;
}
@media print {
  .edit-post-visual-editor .nhsuk-details, .block-editor-block-styles .nhsuk-details, .block-editor-inserter__menu-help-panel .nhsuk-details {
    color: #212b32;
  }
}
.edit-post-visual-editor .nhsuk-details, .block-editor-block-styles .nhsuk-details, .block-editor-inserter__menu-help-panel .nhsuk-details {
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-details, .block-editor-block-styles .nhsuk-details, .block-editor-inserter__menu-help-panel .nhsuk-details {
    margin-bottom: 24px;
  }
}
.edit-post-visual-editor .nhsuk-details, .block-editor-block-styles .nhsuk-details, .block-editor-inserter__menu-help-panel .nhsuk-details {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-details, .block-editor-block-styles .nhsuk-details, .block-editor-inserter__menu-help-panel .nhsuk-details {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-details, .block-editor-block-styles .nhsuk-details, .block-editor-inserter__menu-help-panel .nhsuk-details {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-details, .block-editor-block-styles .nhsuk-details, .block-editor-inserter__menu-help-panel .nhsuk-details {
  display: block;
}
.edit-post-visual-editor .nhsuk-details__summary, .block-editor-block-styles .nhsuk-details__summary, .block-editor-inserter__menu-help-panel .nhsuk-details__summary {
  color: #005eb8; /* [1] */
  cursor: pointer;
  display: inline-block; /* [2] */
  padding-left: 24px;
  position: relative; /* [3] */
}
.edit-post-visual-editor .nhsuk-details__summary:hover, .block-editor-block-styles .nhsuk-details__summary:hover, .block-editor-inserter__menu-help-panel .nhsuk-details__summary:hover {
  color: #7c2855;
}
.edit-post-visual-editor .nhsuk-details__summary:before, .block-editor-block-styles .nhsuk-details__summary:before, .block-editor-inserter__menu-help-panel .nhsuk-details__summary:before {
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  border-width: 7px 0 7px 12.124px;
  border-left-color: inherit;
}
.edit-post-visual-editor .nhsuk-details__summary:focus, .block-editor-block-styles .nhsuk-details__summary:focus, .block-editor-inserter__menu-help-panel .nhsuk-details__summary:focus {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}
.edit-post-visual-editor .nhsuk-details__summary:focus .nhsuk-icon, .block-editor-block-styles .nhsuk-details__summary:focus .nhsuk-icon, .block-editor-inserter__menu-help-panel .nhsuk-details__summary:focus .nhsuk-icon {
  fill: #212b32;
}
.edit-post-visual-editor .nhsuk-details__summary:hover .nhsuk-details__summary-text, .edit-post-visual-editor .nhsuk-details__summary:focus .nhsuk-details__summary-text, .block-editor-block-styles .nhsuk-details__summary:hover .nhsuk-details__summary-text, .block-editor-block-styles .nhsuk-details__summary:focus .nhsuk-details__summary-text, .block-editor-inserter__menu-help-panel .nhsuk-details__summary:hover .nhsuk-details__summary-text, .block-editor-inserter__menu-help-panel .nhsuk-details__summary:focus .nhsuk-details__summary-text {
  text-decoration: none;
}
.edit-post-visual-editor .nhsuk-details[open] > .nhsuk-details__summary:before, .block-editor-block-styles .nhsuk-details[open] > .nhsuk-details__summary:before, .block-editor-inserter__menu-help-panel .nhsuk-details[open] > .nhsuk-details__summary:before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  border-width: 12.124px 7px 0 7px;
  border-top-color: inherit;
}
.edit-post-visual-editor .nhsuk-details__summary-text, .block-editor-block-styles .nhsuk-details__summary-text, .block-editor-inserter__menu-help-panel .nhsuk-details__summary-text {
  text-decoration: underline; /* [4] */
}
.edit-post-visual-editor .nhsuk-details__summary::-webkit-details-marker, .block-editor-block-styles .nhsuk-details__summary::-webkit-details-marker, .block-editor-inserter__menu-help-panel .nhsuk-details__summary::-webkit-details-marker {
  display: none; /* [5] */
}
.edit-post-visual-editor .nhsuk-details__text, .block-editor-block-styles .nhsuk-details__text, .block-editor-inserter__menu-help-panel .nhsuk-details__text {
  border-left: 4px solid #d8dde0;
  margin-top: 8px;
  padding: 16px;
  padding-left: 20px; /* [6] */
}
.edit-post-visual-editor .nhsuk-details__text > *:first-child, .block-editor-block-styles .nhsuk-details__text > *:first-child, .block-editor-inserter__menu-help-panel .nhsuk-details__text > *:first-child {
  margin-top: 0;
}
.edit-post-visual-editor .nhsuk-details__text > *:last-child, .block-editor-block-styles .nhsuk-details__text > *:last-child, .block-editor-inserter__menu-help-panel .nhsuk-details__text > *:last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /**
   * Expander variation.
   *
   * 1. !important used because the icon is populated
   *    by the JavaScript polyfill
   * 2. Remove the default hover, focus and active
   *    styles for this component.
   * 3. -2px left margin to align the icon to the content.
   * 4. When a group of details is used reduce the
   *    margin between them so they sit together.
   */
}
.edit-post-visual-editor .nhsuk-expander, .edit-post-visual-editor .nhsuk-details.is-style-expander, .block-editor-block-styles .nhsuk-expander, .block-editor-block-styles .nhsuk-details.is-style-expander, .block-editor-inserter__menu-help-panel .nhsuk-expander, .block-editor-inserter__menu-help-panel .nhsuk-details.is-style-expander {
  background-color: #ffffff;
  border: 1px solid #d8dde0;
  border-bottom-width: 4px;
}
.edit-post-visual-editor .nhsuk-expander:hover, .edit-post-visual-editor .nhsuk-details.is-style-expander:hover, .block-editor-block-styles .nhsuk-expander:hover, .block-editor-block-styles .nhsuk-details.is-style-expander:hover, .block-editor-inserter__menu-help-panel .nhsuk-expander:hover, .block-editor-inserter__menu-help-panel .nhsuk-details.is-style-expander:hover {
  border-color: #aeb7bd;
}
.edit-post-visual-editor .nhsuk-expander .nhsuk-details__summary, .edit-post-visual-editor .nhsuk-details.is-style-expander .nhsuk-details__summary, .block-editor-block-styles .nhsuk-expander .nhsuk-details__summary, .block-editor-block-styles .nhsuk-details.is-style-expander .nhsuk-details__summary, .block-editor-inserter__menu-help-panel .nhsuk-expander .nhsuk-details__summary, .block-editor-inserter__menu-help-panel .nhsuk-details.is-style-expander .nhsuk-details__summary {
  background-color: #ffffff;
  border-top: 4px solid transparent;
  display: block;
  padding: 20px 24px 24px;
}
@media (max-width: 40.0525em) {
  .edit-post-visual-editor .nhsuk-expander .nhsuk-details__summary, .edit-post-visual-editor .nhsuk-details.is-style-expander .nhsuk-details__summary, .block-editor-block-styles .nhsuk-expander .nhsuk-details__summary, .block-editor-block-styles .nhsuk-details.is-style-expander .nhsuk-details__summary, .block-editor-inserter__menu-help-panel .nhsuk-expander .nhsuk-details__summary, .block-editor-inserter__menu-help-panel .nhsuk-details.is-style-expander .nhsuk-details__summary {
    padding: 12px 16px 16px;
  }
}
.edit-post-visual-editor .nhsuk-expander .nhsuk-details__summary:before, .edit-post-visual-editor .nhsuk-details.is-style-expander .nhsuk-details__summary:before, .block-editor-block-styles .nhsuk-expander .nhsuk-details__summary:before, .block-editor-block-styles .nhsuk-details.is-style-expander .nhsuk-details__summary:before, .block-editor-inserter__menu-help-panel .nhsuk-expander .nhsuk-details__summary:before, .block-editor-inserter__menu-help-panel .nhsuk-details.is-style-expander .nhsuk-details__summary:before {
  display: none !important; /* stylelint-disable-line declaration-no-important */ /* [1] */
}
.edit-post-visual-editor .nhsuk-expander .nhsuk-details__summary:hover .nhsuk-details__summary-text, .edit-post-visual-editor .nhsuk-details.is-style-expander .nhsuk-details__summary:hover .nhsuk-details__summary-text, .block-editor-block-styles .nhsuk-expander .nhsuk-details__summary:hover .nhsuk-details__summary-text, .block-editor-block-styles .nhsuk-details.is-style-expander .nhsuk-details__summary:hover .nhsuk-details__summary-text, .block-editor-inserter__menu-help-panel .nhsuk-expander .nhsuk-details__summary:hover .nhsuk-details__summary-text, .block-editor-inserter__menu-help-panel .nhsuk-details.is-style-expander .nhsuk-details__summary:hover .nhsuk-details__summary-text {
  color: #7c2855;
}
.edit-post-visual-editor .nhsuk-expander .nhsuk-details__summary:focus, .edit-post-visual-editor .nhsuk-details.is-style-expander .nhsuk-details__summary:focus, .block-editor-block-styles .nhsuk-expander .nhsuk-details__summary:focus, .block-editor-block-styles .nhsuk-details.is-style-expander .nhsuk-details__summary:focus, .block-editor-inserter__menu-help-panel .nhsuk-expander .nhsuk-details__summary:focus, .block-editor-inserter__menu-help-panel .nhsuk-details.is-style-expander .nhsuk-details__summary:focus {
  box-shadow: none;
}
.edit-post-visual-editor .nhsuk-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text, .edit-post-visual-editor .nhsuk-details.is-style-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text, .block-editor-block-styles .nhsuk-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text, .block-editor-block-styles .nhsuk-details.is-style-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text, .block-editor-inserter__menu-help-panel .nhsuk-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text, .block-editor-inserter__menu-help-panel .nhsuk-details.is-style-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}
.edit-post-visual-editor .nhsuk-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text:before, .edit-post-visual-editor .nhsuk-details.is-style-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text:before, .block-editor-block-styles .nhsuk-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text:before, .block-editor-block-styles .nhsuk-details.is-style-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text:before, .block-editor-inserter__menu-help-panel .nhsuk-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text:before, .block-editor-inserter__menu-help-panel .nhsuk-details.is-style-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text:before {
  background: #ffeb3b url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__plus' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' aria-hidden='true'%3E%3Ccircle cx='12' cy='12' r='10' fill='002f5c'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M12 8v8M8 12h8'%3E%3C/path%3E%3C/svg%3E%0A") left -2px center no-repeat;
}
.edit-post-visual-editor .nhsuk-expander .nhsuk-details__summary-text, .edit-post-visual-editor .nhsuk-details.is-style-expander .nhsuk-details__summary-text, .block-editor-block-styles .nhsuk-expander .nhsuk-details__summary-text, .block-editor-block-styles .nhsuk-details.is-style-expander .nhsuk-details__summary-text, .block-editor-inserter__menu-help-panel .nhsuk-expander .nhsuk-details__summary-text, .block-editor-inserter__menu-help-panel .nhsuk-details.is-style-expander .nhsuk-details__summary-text {
  color: #005eb8;
  cursor: pointer;
  display: inline-block;
  padding: 4px 4px 4px 38px;
  position: relative;
}
.edit-post-visual-editor .nhsuk-expander .nhsuk-details__summary-text:before, .edit-post-visual-editor .nhsuk-details.is-style-expander .nhsuk-details__summary-text:before, .block-editor-block-styles .nhsuk-expander .nhsuk-details__summary-text:before, .block-editor-block-styles .nhsuk-details.is-style-expander .nhsuk-details__summary-text:before, .block-editor-inserter__menu-help-panel .nhsuk-expander .nhsuk-details__summary-text:before, .block-editor-inserter__menu-help-panel .nhsuk-details.is-style-expander .nhsuk-details__summary-text:before {
  background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__plus' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' aria-hidden='true'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23005eb8'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M12 8v8M8 12h8'%3E%3C/path%3E%3C/svg%3E%0A") left -2px center no-repeat;
  content: "";
  display: inline-block;
  height: 32px;
  left: 0;
  position: absolute;
  top: calc(50% - 16px);
  width: 32px;
}
.edit-post-visual-editor .nhsuk-expander .nhsuk-details__text, .edit-post-visual-editor .nhsuk-details.is-style-expander .nhsuk-details__text, .block-editor-block-styles .nhsuk-expander .nhsuk-details__text, .block-editor-block-styles .nhsuk-details.is-style-expander .nhsuk-details__text, .block-editor-inserter__menu-help-panel .nhsuk-expander .nhsuk-details__text, .block-editor-inserter__menu-help-panel .nhsuk-details.is-style-expander .nhsuk-details__text {
  padding-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-expander .nhsuk-details__text, .edit-post-visual-editor .nhsuk-details.is-style-expander .nhsuk-details__text, .block-editor-block-styles .nhsuk-expander .nhsuk-details__text, .block-editor-block-styles .nhsuk-details.is-style-expander .nhsuk-details__text, .block-editor-inserter__menu-help-panel .nhsuk-expander .nhsuk-details__text, .block-editor-inserter__menu-help-panel .nhsuk-details.is-style-expander .nhsuk-details__text {
    padding-bottom: 24px;
  }
}
.edit-post-visual-editor .nhsuk-expander .nhsuk-details__text, .edit-post-visual-editor .nhsuk-details.is-style-expander .nhsuk-details__text, .block-editor-block-styles .nhsuk-expander .nhsuk-details__text, .block-editor-block-styles .nhsuk-details.is-style-expander .nhsuk-details__text, .block-editor-inserter__menu-help-panel .nhsuk-expander .nhsuk-details__text, .block-editor-inserter__menu-help-panel .nhsuk-details.is-style-expander .nhsuk-details__text {
  padding-left: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-expander .nhsuk-details__text, .edit-post-visual-editor .nhsuk-details.is-style-expander .nhsuk-details__text, .block-editor-block-styles .nhsuk-expander .nhsuk-details__text, .block-editor-block-styles .nhsuk-details.is-style-expander .nhsuk-details__text, .block-editor-inserter__menu-help-panel .nhsuk-expander .nhsuk-details__text, .block-editor-inserter__menu-help-panel .nhsuk-details.is-style-expander .nhsuk-details__text {
    padding-left: 24px;
  }
}
.edit-post-visual-editor .nhsuk-expander .nhsuk-details__text, .edit-post-visual-editor .nhsuk-details.is-style-expander .nhsuk-details__text, .block-editor-block-styles .nhsuk-expander .nhsuk-details__text, .block-editor-block-styles .nhsuk-details.is-style-expander .nhsuk-details__text, .block-editor-inserter__menu-help-panel .nhsuk-expander .nhsuk-details__text, .block-editor-inserter__menu-help-panel .nhsuk-details.is-style-expander .nhsuk-details__text {
  padding-right: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-expander .nhsuk-details__text, .edit-post-visual-editor .nhsuk-details.is-style-expander .nhsuk-details__text, .block-editor-block-styles .nhsuk-expander .nhsuk-details__text, .block-editor-block-styles .nhsuk-details.is-style-expander .nhsuk-details__text, .block-editor-inserter__menu-help-panel .nhsuk-expander .nhsuk-details__text, .block-editor-inserter__menu-help-panel .nhsuk-details.is-style-expander .nhsuk-details__text {
    padding-right: 24px;
  }
}
.edit-post-visual-editor .nhsuk-expander .nhsuk-details__text, .edit-post-visual-editor .nhsuk-details.is-style-expander .nhsuk-details__text, .block-editor-block-styles .nhsuk-expander .nhsuk-details__text, .block-editor-block-styles .nhsuk-details.is-style-expander .nhsuk-details__text, .block-editor-inserter__menu-help-panel .nhsuk-expander .nhsuk-details__text, .block-editor-inserter__menu-help-panel .nhsuk-details.is-style-expander .nhsuk-details__text {
  padding-top: 0;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-expander .nhsuk-details__text, .edit-post-visual-editor .nhsuk-details.is-style-expander .nhsuk-details__text, .block-editor-block-styles .nhsuk-expander .nhsuk-details__text, .block-editor-block-styles .nhsuk-details.is-style-expander .nhsuk-details__text, .block-editor-inserter__menu-help-panel .nhsuk-expander .nhsuk-details__text, .block-editor-inserter__menu-help-panel .nhsuk-details.is-style-expander .nhsuk-details__text {
    padding-top: 0;
  }
}
.edit-post-visual-editor .nhsuk-expander .nhsuk-details__text, .edit-post-visual-editor .nhsuk-details.is-style-expander .nhsuk-details__text, .block-editor-block-styles .nhsuk-expander .nhsuk-details__text, .block-editor-block-styles .nhsuk-details.is-style-expander .nhsuk-details__text, .block-editor-inserter__menu-help-panel .nhsuk-expander .nhsuk-details__text, .block-editor-inserter__menu-help-panel .nhsuk-details.is-style-expander .nhsuk-details__text {
  border-left: 0;
  margin-left: 0;
  margin-top: 0;
}
.edit-post-visual-editor .nhsuk-expander[open], .edit-post-visual-editor [open].nhsuk-details.is-style-expander, .block-editor-block-styles .nhsuk-expander[open], .block-editor-block-styles [open].nhsuk-details.is-style-expander, .block-editor-inserter__menu-help-panel .nhsuk-expander[open], .block-editor-inserter__menu-help-panel [open].nhsuk-details.is-style-expander {
  border-bottom-width: 1px;
}
.edit-post-visual-editor .nhsuk-expander[open] .nhsuk-details__summary:focus:hover .nhsuk-details__summary-text, .edit-post-visual-editor [open].nhsuk-details.is-style-expander .nhsuk-details__summary:focus:hover .nhsuk-details__summary-text, .block-editor-block-styles .nhsuk-expander[open] .nhsuk-details__summary:focus:hover .nhsuk-details__summary-text, .block-editor-block-styles [open].nhsuk-details.is-style-expander .nhsuk-details__summary:focus:hover .nhsuk-details__summary-text, .block-editor-inserter__menu-help-panel .nhsuk-expander[open] .nhsuk-details__summary:focus:hover .nhsuk-details__summary-text, .block-editor-inserter__menu-help-panel [open].nhsuk-details.is-style-expander .nhsuk-details__summary:focus:hover .nhsuk-details__summary-text {
  text-decoration: none;
}
.edit-post-visual-editor .nhsuk-expander[open] .nhsuk-details__summary:focus .nhsuk-details__summary-text::before, .edit-post-visual-editor [open].nhsuk-details.is-style-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text::before, .block-editor-block-styles .nhsuk-expander[open] .nhsuk-details__summary:focus .nhsuk-details__summary-text::before, .block-editor-block-styles [open].nhsuk-details.is-style-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text::before, .block-editor-inserter__menu-help-panel .nhsuk-expander[open] .nhsuk-details__summary:focus .nhsuk-details__summary-text::before, .block-editor-inserter__menu-help-panel [open].nhsuk-details.is-style-expander .nhsuk-details__summary:focus .nhsuk-details__summary-text::before {
  background: #ffeb3b url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__minus' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' aria-hidden='true'%3E%3Ccircle cx='12' cy='12' r='10' fill='002f5c'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M8 12h8'%3E%3C/path%3E%3C/svg%3E%0A") left -2px center no-repeat; /* [3] */
}
.edit-post-visual-editor .nhsuk-expander[open] .nhsuk-details__summary-text::before, .edit-post-visual-editor [open].nhsuk-details.is-style-expander .nhsuk-details__summary-text::before, .block-editor-block-styles .nhsuk-expander[open] .nhsuk-details__summary-text::before, .block-editor-block-styles [open].nhsuk-details.is-style-expander .nhsuk-details__summary-text::before, .block-editor-inserter__menu-help-panel .nhsuk-expander[open] .nhsuk-details__summary-text::before, .block-editor-inserter__menu-help-panel [open].nhsuk-details.is-style-expander .nhsuk-details__summary-text::before {
  background: url("data:image/svg+xml,%3Csvg class='nhsuk-icon nhsuk-icon__minus' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' aria-hidden='true'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23005eb8'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M8 12h8'%3E%3C/path%3E%3C/svg%3E%0A") left -2px center no-repeat; /* [3] */
}
.edit-post-visual-editor .nhsuk-expander-group, .block-editor-block-styles .nhsuk-expander-group, .block-editor-inserter__menu-help-panel .nhsuk-expander-group {
  /* [4] */
}
.edit-post-visual-editor .nhsuk-expander-group > .nhsuk-details, .block-editor-block-styles .nhsuk-expander-group > .nhsuk-details, .block-editor-inserter__menu-help-panel .nhsuk-expander-group > .nhsuk-details {
  margin-bottom: 8px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-expander-group > .nhsuk-details, .block-editor-block-styles .nhsuk-expander-group > .nhsuk-details, .block-editor-inserter__menu-help-panel .nhsuk-expander-group > .nhsuk-details {
    margin-bottom: 8px;
  }
}
.edit-post-visual-editor .nhsuk-expander-group, .block-editor-block-styles .nhsuk-expander-group, .block-editor-inserter__menu-help-panel .nhsuk-expander-group {
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-expander-group, .block-editor-block-styles .nhsuk-expander-group, .block-editor-inserter__menu-help-panel .nhsuk-expander-group {
    margin-bottom: 24px;
  }
}
.edit-post-visual-editor .nhsuk-details + h2,
.edit-post-visual-editor .nhsuk-details + .nhsuk-heading-l, .block-editor-block-styles .nhsuk-details + h2,
.block-editor-block-styles .nhsuk-details + .nhsuk-heading-l, .block-editor-inserter__menu-help-panel .nhsuk-details + h2,
.block-editor-inserter__menu-help-panel .nhsuk-details + .nhsuk-heading-l {
  padding-top: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-details + h2,
  .edit-post-visual-editor .nhsuk-details + .nhsuk-heading-l, .block-editor-block-styles .nhsuk-details + h2,
  .block-editor-block-styles .nhsuk-details + .nhsuk-heading-l, .block-editor-inserter__menu-help-panel .nhsuk-details + h2,
  .block-editor-inserter__menu-help-panel .nhsuk-details + .nhsuk-heading-l {
    padding-top: 24px;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS / #DO-DONT-LIST
     ========================================================================== */
  /**
   * Do and Don't lists help users understand more easily what they should
   * and shouldn't do.
   *
   * 1. Uses @mixin panel-with-label from tools/_mixins.
   * 2. Uses @mixin heading-label from tools/_mixins.
   */
}
.edit-post-visual-editor .nhsuk-do-dont-list > *:first-child, .block-editor-block-styles .nhsuk-do-dont-list > *:first-child, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list > *:first-child {
  margin-top: 0;
}
.edit-post-visual-editor .nhsuk-do-dont-list > *:last-child, .block-editor-block-styles .nhsuk-do-dont-list > *:last-child, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list > *:last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor .nhsuk-do-dont-list, .block-editor-block-styles .nhsuk-do-dont-list, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list {
  margin-bottom: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-do-dont-list, .block-editor-block-styles .nhsuk-do-dont-list, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list {
    margin-bottom: 48px;
  }
}
.edit-post-visual-editor .nhsuk-do-dont-list, .block-editor-block-styles .nhsuk-do-dont-list, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list {
  margin-top: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-do-dont-list, .block-editor-block-styles .nhsuk-do-dont-list, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list {
    margin-top: 48px;
  }
}
.edit-post-visual-editor .nhsuk-do-dont-list, .block-editor-block-styles .nhsuk-do-dont-list, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list {
  padding: 24px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-do-dont-list, .block-editor-block-styles .nhsuk-do-dont-list, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list {
    padding: 32px;
  }
}
.edit-post-visual-editor .nhsuk-do-dont-list, .block-editor-block-styles .nhsuk-do-dont-list, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list {
  background-color: #ffffff;
  color: #212b32;
}
@media print {
  .edit-post-visual-editor .nhsuk-do-dont-list, .block-editor-block-styles .nhsuk-do-dont-list, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list {
    border: 1px solid #212b32;
    page-break-inside: avoid;
  }
}
.edit-post-visual-editor .nhsuk-do-dont-list, .block-editor-block-styles .nhsuk-do-dont-list, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list {
  border: 1px solid #d8dde0;
  padding-top: 0 !important; /* stylelint-disable-line declaration-no-important */
  /* [1] */
}
.edit-post-visual-editor .nhsuk-do-dont-list__label, .block-editor-block-styles .nhsuk-do-dont-list__label, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list__label {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-do-dont-list__label, .block-editor-block-styles .nhsuk-do-dont-list__label, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list__label {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-do-dont-list__label, .block-editor-block-styles .nhsuk-do-dont-list__label, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list__label {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-do-dont-list__label, .block-editor-block-styles .nhsuk-do-dont-list__label, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list__label {
  background-color: #005eb8;
  color: #ffffff;
  display: inline-block;
  margin: 0 0 8px -33px;
  padding: 8px 32px;
  position: relative;
  top: -16px;
}
@media (max-width: 40.0525em) {
  .edit-post-visual-editor .nhsuk-do-dont-list__label, .block-editor-block-styles .nhsuk-do-dont-list__label, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list__label {
    margin-left: -25px;
    margin-right: 0;
    padding: 8px 24px;
    top: -8px;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-do-dont-list__label, .block-editor-block-styles .nhsuk-do-dont-list__label, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list__label {
    background: none;
    color: #212b32;
    top: 0;
  }
}
.edit-post-visual-editor .nhsuk-do-dont-list__label, .block-editor-block-styles .nhsuk-do-dont-list__label, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list__label {
  /* [2] */
}
@media print {
  .edit-post-visual-editor .nhsuk-do-dont-list__label, .block-editor-block-styles .nhsuk-do-dont-list__label, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list__label {
    color: #212b32;
    fill: #212b32;
  }
  .edit-post-visual-editor .nhsuk-do-dont-list__label:active, .edit-post-visual-editor .nhsuk-do-dont-list__label:focus, .edit-post-visual-editor .nhsuk-do-dont-list__label:visited, .block-editor-block-styles .nhsuk-do-dont-list__label:active, .block-editor-block-styles .nhsuk-do-dont-list__label:focus, .block-editor-block-styles .nhsuk-do-dont-list__label:visited, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list__label:active, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list__label:focus, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list__label:visited {
    color: #212b32;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS/ #ERROR-MESSAGE
     ========================================================================== */
}
.edit-post-visual-editor .nhsuk-error-message, .block-editor-block-styles .nhsuk-error-message, .block-editor-inserter__menu-help-panel .nhsuk-error-message {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-error-message, .block-editor-block-styles .nhsuk-error-message, .block-editor-inserter__menu-help-panel .nhsuk-error-message {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-error-message, .block-editor-block-styles .nhsuk-error-message, .block-editor-inserter__menu-help-panel .nhsuk-error-message {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-error-message, .block-editor-block-styles .nhsuk-error-message, .block-editor-inserter__menu-help-panel .nhsuk-error-message {
  clear: both;
  color: #d5281b;
  display: block;
  margin-bottom: 16px;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS/ #ERROR-SUMMARY
     ========================================================================== */
  /**
   * 1. Cross-component class - adjusts styling of list component.
   * 2. Override default link styling to use error colour
   */
}
.edit-post-visual-editor .nhsuk-error-summary, .block-editor-block-styles .nhsuk-error-summary, .block-editor-inserter__menu-help-panel .nhsuk-error-summary {
  padding: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-error-summary, .block-editor-block-styles .nhsuk-error-summary, .block-editor-inserter__menu-help-panel .nhsuk-error-summary {
    padding: 24px;
  }
}
.edit-post-visual-editor .nhsuk-error-summary, .block-editor-block-styles .nhsuk-error-summary, .block-editor-inserter__menu-help-panel .nhsuk-error-summary {
  margin-bottom: 32px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-error-summary, .block-editor-block-styles .nhsuk-error-summary, .block-editor-inserter__menu-help-panel .nhsuk-error-summary {
    margin-bottom: 48px;
  }
}
.edit-post-visual-editor .nhsuk-error-summary, .block-editor-block-styles .nhsuk-error-summary, .block-editor-inserter__menu-help-panel .nhsuk-error-summary {
  border: 4px solid #d5281b;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-error-summary, .block-editor-block-styles .nhsuk-error-summary, .block-editor-inserter__menu-help-panel .nhsuk-error-summary {
    border: 4px solid #d5281b;
  }
}
.edit-post-visual-editor .nhsuk-error-summary:focus, .block-editor-block-styles .nhsuk-error-summary:focus, .block-editor-inserter__menu-help-panel .nhsuk-error-summary:focus {
  border: 4px solid #212b32;
  box-shadow: 0 0 0 4px #ffeb3b;
  outline: 4px solid transparent;
}
.edit-post-visual-editor .nhsuk-error-summary__title, .block-editor-block-styles .nhsuk-error-summary__title, .block-editor-inserter__menu-help-panel .nhsuk-error-summary__title {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-error-summary__title, .block-editor-block-styles .nhsuk-error-summary__title, .block-editor-inserter__menu-help-panel .nhsuk-error-summary__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-error-summary__title, .block-editor-block-styles .nhsuk-error-summary__title, .block-editor-inserter__menu-help-panel .nhsuk-error-summary__title {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-error-summary__title, .block-editor-block-styles .nhsuk-error-summary__title, .block-editor-inserter__menu-help-panel .nhsuk-error-summary__title {
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-error-summary__title, .block-editor-block-styles .nhsuk-error-summary__title, .block-editor-inserter__menu-help-panel .nhsuk-error-summary__title {
    margin-bottom: 24px;
  }
}
.edit-post-visual-editor .nhsuk-error-summary__body, .block-editor-block-styles .nhsuk-error-summary__body, .block-editor-inserter__menu-help-panel .nhsuk-error-summary__body {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-error-summary__body, .block-editor-block-styles .nhsuk-error-summary__body, .block-editor-inserter__menu-help-panel .nhsuk-error-summary__body {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-error-summary__body, .block-editor-block-styles .nhsuk-error-summary__body, .block-editor-inserter__menu-help-panel .nhsuk-error-summary__body {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-error-summary__body p, .block-editor-block-styles .nhsuk-error-summary__body p, .block-editor-inserter__menu-help-panel .nhsuk-error-summary__body p {
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-error-summary__body p, .block-editor-block-styles .nhsuk-error-summary__body p, .block-editor-inserter__menu-help-panel .nhsuk-error-summary__body p {
    margin-bottom: 24px;
  }
}
.edit-post-visual-editor .nhsuk-error-summary__list, .block-editor-block-styles .nhsuk-error-summary__list, .block-editor-inserter__menu-help-panel .nhsuk-error-summary__list {
  /* 1 */
  margin-bottom: 0;
  margin-top: 0;
}
.edit-post-visual-editor .nhsuk-error-summary__list a, .block-editor-block-styles .nhsuk-error-summary__list a, .block-editor-inserter__menu-help-panel .nhsuk-error-summary__list a {
  font-weight: 600;
  /* 2 */
}
.edit-post-visual-editor .nhsuk-error-summary__list a:link, .edit-post-visual-editor .nhsuk-error-summary__list a:visited, .edit-post-visual-editor .nhsuk-error-summary__list a:hover, .edit-post-visual-editor .nhsuk-error-summary__list a:active, .block-editor-block-styles .nhsuk-error-summary__list a:link, .block-editor-block-styles .nhsuk-error-summary__list a:visited, .block-editor-block-styles .nhsuk-error-summary__list a:hover, .block-editor-block-styles .nhsuk-error-summary__list a:active, .block-editor-inserter__menu-help-panel .nhsuk-error-summary__list a:link, .block-editor-inserter__menu-help-panel .nhsuk-error-summary__list a:visited, .block-editor-inserter__menu-help-panel .nhsuk-error-summary__list a:hover, .block-editor-inserter__menu-help-panel .nhsuk-error-summary__list a:active {
  color: #d5281b;
}
.edit-post-visual-editor .nhsuk-error-summary__list a:focus, .block-editor-block-styles .nhsuk-error-summary__list a:focus, .block-editor-inserter__menu-help-panel .nhsuk-error-summary__list a:focus {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS/ #FIELDSET
     ========================================================================== */
  /**
   * 1. Fix legend text wrapping in Edge and IE versions:
   * 2. IE9-11 & Edge 12-13
   * 3. Hack to let legends or elements within legends have margins in webkit browsers.
   * 4. When the legend contains an H1, we want the H1 to inherit all styles from
   *    the legend. Effectively we want to be able to treat the heading as if it is
   *    not there.
   */
}
.edit-post-visual-editor .nhsuk-fieldset:after, .block-editor-block-styles .nhsuk-fieldset:after, .block-editor-inserter__menu-help-panel .nhsuk-fieldset:after {
  clear: both;
  content: "";
  display: block;
}
.edit-post-visual-editor .nhsuk-fieldset, .block-editor-block-styles .nhsuk-fieldset, .block-editor-inserter__menu-help-panel .nhsuk-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.edit-post-visual-editor .nhsuk-fieldset__legend, .block-editor-block-styles .nhsuk-fieldset__legend, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__legend {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-fieldset__legend, .block-editor-block-styles .nhsuk-fieldset__legend, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__legend {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-fieldset__legend, .block-editor-block-styles .nhsuk-fieldset__legend, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__legend {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-fieldset__legend, .block-editor-block-styles .nhsuk-fieldset__legend, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__legend {
  box-sizing: border-box; /* 1 */
  color: #212b32;
  display: table; /* 2 */
  margin-bottom: 8px;
  margin-top: 0;
  max-width: 100%; /* 1 */
  padding: 0;
  white-space: normal; /* 3 */
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Heading modifiers */
}
.edit-post-visual-editor .nhsuk-fieldset__legend--xl, .block-editor-block-styles .nhsuk-fieldset__legend--xl, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__legend--xl {
  font-weight: 600;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-fieldset__legend--xl, .block-editor-block-styles .nhsuk-fieldset__legend--xl, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__legend--xl {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.16667;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-fieldset__legend--xl, .block-editor-block-styles .nhsuk-fieldset__legend--xl, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__legend--xl {
    font-size: 32pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-fieldset__legend--xl, .block-editor-block-styles .nhsuk-fieldset__legend--xl, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__legend--xl {
  margin-bottom: 16px;
}
.edit-post-visual-editor .nhsuk-fieldset__legend--l, .block-editor-block-styles .nhsuk-fieldset__legend--l, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__legend--l {
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-fieldset__legend--l, .block-editor-block-styles .nhsuk-fieldset__legend--l, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__legend--l {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-fieldset__legend--l, .block-editor-block-styles .nhsuk-fieldset__legend--l, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__legend--l {
    font-size: 24pt;
    line-height: 1.05;
  }
}
.edit-post-visual-editor .nhsuk-fieldset__legend--l, .block-editor-block-styles .nhsuk-fieldset__legend--l, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__legend--l {
  margin-bottom: 16px;
}
.edit-post-visual-editor .nhsuk-fieldset__legend--m, .block-editor-block-styles .nhsuk-fieldset__legend--m, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__legend--m {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-fieldset__legend--m, .block-editor-block-styles .nhsuk-fieldset__legend--m, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__legend--m {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-fieldset__legend--m, .block-editor-block-styles .nhsuk-fieldset__legend--m, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__legend--m {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-fieldset__legend--m, .block-editor-block-styles .nhsuk-fieldset__legend--m, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__legend--m {
  margin-bottom: 16px;
}
.edit-post-visual-editor .nhsuk-fieldset__legend--s, .block-editor-block-styles .nhsuk-fieldset__legend--s, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__legend--s {
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-fieldset__legend--s, .block-editor-block-styles .nhsuk-fieldset__legend--s, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__legend--s {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-fieldset__legend--s, .block-editor-block-styles .nhsuk-fieldset__legend--s, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__legend--s {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-fieldset__legend--s, .block-editor-block-styles .nhsuk-fieldset__legend--s, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__legend--s {
  margin-bottom: 16px;
}
.edit-post-visual-editor .nhsuk-fieldset__heading, .block-editor-block-styles .nhsuk-fieldset__heading, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__heading {
  /* 4 */
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS / #FOOTER
     ========================================================================== */
}
.edit-post-visual-editor .nhsuk-footer-container:after, .block-editor-block-styles .nhsuk-footer-container:after, .block-editor-inserter__menu-help-panel .nhsuk-footer-container:after {
  clear: both;
  content: "";
  display: block;
}
@media print {
  .edit-post-visual-editor .nhsuk-footer-container, .block-editor-block-styles .nhsuk-footer-container, .block-editor-inserter__menu-help-panel .nhsuk-footer-container {
    display: none;
  }
}
.edit-post-visual-editor .nhsuk-footer-container, .block-editor-block-styles .nhsuk-footer-container, .block-editor-inserter__menu-help-panel .nhsuk-footer-container {
  padding-bottom: 24px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-footer-container, .block-editor-block-styles .nhsuk-footer-container, .block-editor-inserter__menu-help-panel .nhsuk-footer-container {
    padding-bottom: 32px;
  }
}
.edit-post-visual-editor .nhsuk-footer-container, .block-editor-block-styles .nhsuk-footer-container, .block-editor-inserter__menu-help-panel .nhsuk-footer-container {
  padding-top: 24px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-footer-container, .block-editor-block-styles .nhsuk-footer-container, .block-editor-inserter__menu-help-panel .nhsuk-footer-container {
    padding-top: 32px;
  }
}
.edit-post-visual-editor .nhsuk-footer-container, .block-editor-block-styles .nhsuk-footer-container, .block-editor-inserter__menu-help-panel .nhsuk-footer-container {
  background-color: #d8dde0;
  border-top: 4px solid #005eb8;
}
.edit-post-visual-editor .nhsuk-footer, .block-editor-block-styles .nhsuk-footer, .block-editor-inserter__menu-help-panel .nhsuk-footer {
  background-color: #d8dde0;
  margin-bottom: 15px;
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-footer, .block-editor-block-styles .nhsuk-footer, .block-editor-inserter__menu-help-panel .nhsuk-footer {
    display: flex;
    justify-content: space-between;
  }
}
.edit-post-visual-editor .nhsuk-footer__list, .block-editor-block-styles .nhsuk-footer__list, .block-editor-inserter__menu-help-panel .nhsuk-footer__list {
  padding-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-footer__list, .block-editor-block-styles .nhsuk-footer__list, .block-editor-inserter__menu-help-panel .nhsuk-footer__list {
    padding-bottom: 24px;
  }
}
.edit-post-visual-editor .nhsuk-footer__list, .block-editor-block-styles .nhsuk-footer__list, .block-editor-inserter__menu-help-panel .nhsuk-footer__list {
  list-style-type: none;
  margin-bottom: 25px;
  padding-left: 0;
}
.edit-post-visual-editor .nhsuk-footer__list:last-child, .block-editor-block-styles .nhsuk-footer__list:last-child, .block-editor-inserter__menu-help-panel .nhsuk-footer__list:last-child {
  margin-bottom: 15px;
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-footer__list, .block-editor-block-styles .nhsuk-footer__list, .block-editor-inserter__menu-help-panel .nhsuk-footer__list {
    float: left;
    padding-bottom: 0;
    padding-right: 40px;
    width: 75%;
  }
  .edit-post-visual-editor .nhsuk-footer__list:last-child, .block-editor-block-styles .nhsuk-footer__list:last-child, .block-editor-inserter__menu-help-panel .nhsuk-footer__list:last-child {
    padding-right: 0;
  }
}
.edit-post-visual-editor .nhsuk-footer__list-item, .block-editor-block-styles .nhsuk-footer__list-item, .block-editor-inserter__menu-help-panel .nhsuk-footer__list-item {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-footer__list-item, .block-editor-block-styles .nhsuk-footer__list-item, .block-editor-inserter__menu-help-panel .nhsuk-footer__list-item {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-footer__list-item, .block-editor-block-styles .nhsuk-footer__list-item, .block-editor-inserter__menu-help-panel .nhsuk-footer__list-item {
    font-size: 14pt;
    line-height: 1.2;
  }
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-footer__list-item, .block-editor-block-styles .nhsuk-footer__list-item, .block-editor-inserter__menu-help-panel .nhsuk-footer__list-item {
    float: none;
    margin-right: 0;
  }
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-footer-default__list-item, .block-editor-block-styles .nhsuk-footer-default__list-item, .block-editor-inserter__menu-help-panel .nhsuk-footer-default__list-item {
    float: left;
    margin-right: 32px;
  }
}
.edit-post-visual-editor .nhsuk-footer__list-item-link, .block-editor-block-styles .nhsuk-footer__list-item-link, .block-editor-inserter__menu-help-panel .nhsuk-footer__list-item-link {
  color: #003087;
}
.edit-post-visual-editor .nhsuk-footer__list-item-link:visited, .block-editor-block-styles .nhsuk-footer__list-item-link:visited, .block-editor-inserter__menu-help-panel .nhsuk-footer__list-item-link:visited {
  color: #003087;
}
.edit-post-visual-editor .nhsuk-footer__list-item-link:hover, .block-editor-block-styles .nhsuk-footer__list-item-link:hover, .block-editor-inserter__menu-help-panel .nhsuk-footer__list-item-link:hover {
  color: #7c2855;
}
.edit-post-visual-editor .nhsuk-footer__copyright, .block-editor-block-styles .nhsuk-footer__copyright, .block-editor-inserter__menu-help-panel .nhsuk-footer__copyright {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-footer__copyright, .block-editor-block-styles .nhsuk-footer__copyright, .block-editor-inserter__menu-help-panel .nhsuk-footer__copyright {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-footer__copyright, .block-editor-block-styles .nhsuk-footer__copyright, .block-editor-inserter__menu-help-panel .nhsuk-footer__copyright {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.edit-post-visual-editor .nhsuk-footer__copyright, .block-editor-block-styles .nhsuk-footer__copyright, .block-editor-inserter__menu-help-panel .nhsuk-footer__copyright {
  color: #231f20;
  margin-bottom: 0;
}
@media (max-width: 48.0525em) {
  .edit-post-visual-editor .nhsuk-footer__meta, .block-editor-block-styles .nhsuk-footer__meta, .block-editor-inserter__menu-help-panel .nhsuk-footer__meta {
    border-top: 1px solid #f0f4f5;
    padding-top: 35px;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS / #HEADER
     ========================================================================== */
  /**
  * The behaviour with regards to responsiveness is as follow:
   *
   * - Mobile to tablet view
   *   Menu toggle button visible and navigation links hidden, search toggle
       button visible and search form hidden
   *
   * - Tablet to desktop view
   *   Menu toggle button visible and navigation links hidden, search toggle
   *   button hidden and search form visible
   *
   * - Desktop+ view
   *   Menu toggle button hidden and navigation links visible, search toggle
   *   button hidden and search form visible
   */
}
.edit-post-visual-editor .nhsuk-header, .block-editor-block-styles .nhsuk-header, .block-editor-inserter__menu-help-panel .nhsuk-header {
  background-color: #005eb8;
}
.edit-post-visual-editor .nhsuk-header__container, .block-editor-block-styles .nhsuk-header__container, .block-editor-inserter__menu-help-panel .nhsuk-header__container {
  margin: 0 16px; /* [1] */
  max-width: 960px; /* [2] */
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-header__container, .block-editor-block-styles .nhsuk-header__container, .block-editor-inserter__menu-help-panel .nhsuk-header__container {
    margin: 0 32px; /* [3] */
  }
}
.edit-post-visual-editor .nhsuk-header__container, .block-editor-block-styles .nhsuk-header__container, .block-editor-inserter__menu-help-panel .nhsuk-header__container {
  /* [4] */
}
@media (min-width: 1024px) {
  .edit-post-visual-editor .nhsuk-header__container, .block-editor-block-styles .nhsuk-header__container, .block-editor-inserter__menu-help-panel .nhsuk-header__container {
    margin: 0 auto;
  }
}
.edit-post-visual-editor .nhsuk-header__container, .block-editor-block-styles .nhsuk-header__container, .block-editor-inserter__menu-help-panel .nhsuk-header__container {
  padding: 20px 0;
}
@media (max-width: 40.0525em) {
  .edit-post-visual-editor .nhsuk-header__container, .block-editor-block-styles .nhsuk-header__container, .block-editor-inserter__menu-help-panel .nhsuk-header__container {
    padding-bottom: 0;
  }
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-header__container, .block-editor-block-styles .nhsuk-header__container, .block-editor-inserter__menu-help-panel .nhsuk-header__container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 40.0525em) {
  .edit-post-visual-editor .nhsuk-header__logo, .block-editor-block-styles .nhsuk-header__logo, .block-editor-inserter__menu-help-panel .nhsuk-header__logo {
    position: relative;
    z-index: 1;
  }
}
.edit-post-visual-editor .nhsuk-header__logo .nhsuk-logo__background, .block-editor-block-styles .nhsuk-header__logo .nhsuk-logo__background, .block-editor-inserter__menu-help-panel .nhsuk-header__logo .nhsuk-logo__background {
  fill: #ffffff;
}
@media print {
  .edit-post-visual-editor .nhsuk-header__logo .nhsuk-logo__background, .block-editor-block-styles .nhsuk-header__logo .nhsuk-logo__background, .block-editor-inserter__menu-help-panel .nhsuk-header__logo .nhsuk-logo__background {
    fill: #005eb8;
  }
}
.edit-post-visual-editor .nhsuk-header__logo .nhsuk-logo__text, .block-editor-block-styles .nhsuk-header__logo .nhsuk-logo__text, .block-editor-inserter__menu-help-panel .nhsuk-header__logo .nhsuk-logo__text {
  fill: #005eb8;
}
@media print {
  .edit-post-visual-editor .nhsuk-header__logo .nhsuk-logo__text, .block-editor-block-styles .nhsuk-header__logo .nhsuk-logo__text, .block-editor-inserter__menu-help-panel .nhsuk-header__logo .nhsuk-logo__text {
    fill: #ffffff;
  }
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-header__logo, .block-editor-block-styles .nhsuk-header__logo, .block-editor-inserter__menu-help-panel .nhsuk-header__logo {
    padding-left: 0;
  }
}
.edit-post-visual-editor .nhsuk-header__logo .nhsuk-logo, .block-editor-block-styles .nhsuk-header__logo .nhsuk-logo, .block-editor-inserter__menu-help-panel .nhsuk-header__logo .nhsuk-logo {
  height: 40px;
  width: 100px;
  border: 0;
}
@media (max-width: 48.0525em) {
  .edit-post-visual-editor .nhsuk-header__logo, .block-editor-block-styles .nhsuk-header__logo, .block-editor-inserter__menu-help-panel .nhsuk-header__logo {
    max-width: 60%;
  }
}
@media (max-width: 450px) {
  .edit-post-visual-editor .nhsuk-header__logo, .block-editor-block-styles .nhsuk-header__logo, .block-editor-inserter__menu-help-panel .nhsuk-header__logo {
    max-width: 50%;
  }
}
.edit-post-visual-editor .nhsuk-header__link, .block-editor-block-styles .nhsuk-header__link, .block-editor-inserter__menu-help-panel .nhsuk-header__link {
  height: 40px;
  width: 100px;
  display: block;
}
.edit-post-visual-editor .nhsuk-header__link:hover .nhsuk-logo, .block-editor-block-styles .nhsuk-header__link:hover .nhsuk-logo, .block-editor-inserter__menu-help-panel .nhsuk-header__link:hover .nhsuk-logo {
  box-shadow: 0 0 0 4px rgb(0, 61.1, 119.6);
}
.edit-post-visual-editor .nhsuk-header__link:focus, .block-editor-block-styles .nhsuk-header__link:focus, .block-editor-inserter__menu-help-panel .nhsuk-header__link:focus {
  box-shadow: none;
}
.edit-post-visual-editor .nhsuk-header__link:focus .nhsuk-logo, .block-editor-block-styles .nhsuk-header__link:focus .nhsuk-logo, .block-editor-inserter__menu-help-panel .nhsuk-header__link:focus .nhsuk-logo {
  box-shadow: 0 0 0 4px #ffeb3b, 0 4px 0 4px #212b32;
}
@media print {
  .edit-post-visual-editor .nhsuk-header__link:after, .block-editor-block-styles .nhsuk-header__link:after, .block-editor-inserter__menu-help-panel .nhsuk-header__link:after {
    content: "";
  }
}
.edit-post-visual-editor .nhsuk-header__link:hover, .edit-post-visual-editor .nhsuk-header__link:active, .edit-post-visual-editor .nhsuk-header__link:focus, .block-editor-block-styles .nhsuk-header__link:hover, .block-editor-block-styles .nhsuk-header__link:active, .block-editor-block-styles .nhsuk-header__link:focus, .block-editor-inserter__menu-help-panel .nhsuk-header__link:hover, .block-editor-inserter__menu-help-panel .nhsuk-header__link:active, .block-editor-inserter__menu-help-panel .nhsuk-header__link:focus {
  background-color: transparent;
}
.edit-post-visual-editor .nhsuk-header__logo--only, .block-editor-block-styles .nhsuk-header__logo--only, .block-editor-inserter__menu-help-panel .nhsuk-header__logo--only {
  max-width: 100%;
}
@media (max-width: 40.0525em) {
  .edit-post-visual-editor .nhsuk-header__logo--only, .block-editor-block-styles .nhsuk-header__logo--only, .block-editor-inserter__menu-help-panel .nhsuk-header__logo--only {
    padding-bottom: 16px;
  }
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-header__logo--only .nhsuk-header__link--service, .block-editor-block-styles .nhsuk-header__logo--only .nhsuk-header__link--service, .block-editor-inserter__menu-help-panel .nhsuk-header__logo--only .nhsuk-header__link--service {
    align-items: center;
    display: flex;
    -ms-flex-align: center;
    margin-bottom: 0;
    width: auto;
  }
  .edit-post-visual-editor .nhsuk-header__logo--only .nhsuk-header__service-name, .block-editor-block-styles .nhsuk-header__logo--only .nhsuk-header__service-name, .block-editor-inserter__menu-help-panel .nhsuk-header__logo--only .nhsuk-header__service-name {
    padding-left: 16px;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-header__content, .block-editor-block-styles .nhsuk-header__content, .block-editor-inserter__menu-help-panel .nhsuk-header__content {
    display: none;
  }
}
.edit-post-visual-editor .nhsuk-header__content, .block-editor-block-styles .nhsuk-header__content, .block-editor-inserter__menu-help-panel .nhsuk-header__content {
  position: relative;
}
.edit-post-visual-editor .nhsuk-header__content.js-show, .block-editor-block-styles .nhsuk-header__content.js-show, .block-editor-inserter__menu-help-panel .nhsuk-header__content.js-show {
  border-bottom: 4px solid #f0f4f5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-header__content.js-show, .block-editor-block-styles .nhsuk-header__content.js-show, .block-editor-inserter__menu-help-panel .nhsuk-header__content.js-show {
    border-bottom: 0;
  }
}
.edit-post-visual-editor .nhsuk-header__search, .block-editor-block-styles .nhsuk-header__search, .block-editor-inserter__menu-help-panel .nhsuk-header__search {
  position: relative;
  text-align: right;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-header__search, .block-editor-block-styles .nhsuk-header__search, .block-editor-inserter__menu-help-panel .nhsuk-header__search {
    margin-left: 8px;
  }
}
.edit-post-visual-editor .nhsuk-header__search-no-nav, .block-editor-block-styles .nhsuk-header__search-no-nav, .block-editor-inserter__menu-help-panel .nhsuk-header__search-no-nav {
  padding-bottom: 16px;
}
.edit-post-visual-editor .nhsuk-header__search-form, .block-editor-block-styles .nhsuk-header__search-form, .block-editor-inserter__menu-help-panel .nhsuk-header__search-form {
  height: 100%;
  overflow: visible;
}
@media (max-width: 40.0525em) {
  .edit-post-visual-editor .nhsuk-header__search-form, .block-editor-block-styles .nhsuk-header__search-form, .block-editor-inserter__menu-help-panel .nhsuk-header__search-form {
    display: flex;
    margin: 16px 0 0;
    position: relative;
    width: 100%;
  }
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-header__search-wrap, .block-editor-block-styles .nhsuk-header__search-wrap, .block-editor-inserter__menu-help-panel .nhsuk-header__search-wrap {
    display: block;
  }
}
.edit-post-visual-editor .nhsuk-search__input, .block-editor-block-styles .nhsuk-search__input, .block-editor-inserter__menu-help-panel .nhsuk-search__input {
  -webkit-appearance: listbox;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  padding: 0 16px;
}
.edit-post-visual-editor .nhsuk-search__input:focus, .block-editor-block-styles .nhsuk-search__input:focus, .block-editor-inserter__menu-help-panel .nhsuk-search__input:focus {
  border: 4px solid #212b32;
  box-shadow: 0 0 0 4px #ffeb3b;
  outline: 4px solid transparent;
  outline-offset: 4px;
  padding: 0 13px;
}
.edit-post-visual-editor .nhsuk-search__input::placeholder, .block-editor-block-styles .nhsuk-search__input::placeholder, .block-editor-inserter__menu-help-panel .nhsuk-search__input::placeholder {
  color: #4c6272;
  font-size: 16px;
  opacity: 1;
}
.edit-post-visual-editor .nhsuk-search__input:-ms-input-placeholder, .block-editor-block-styles .nhsuk-search__input:-ms-input-placeholder, .block-editor-inserter__menu-help-panel .nhsuk-search__input:-ms-input-placeholder {
  color: #4c6272;
  font-size: 16px;
}
.edit-post-visual-editor .nhsuk-search__input::-webkit-input-placeholder, .block-editor-block-styles .nhsuk-search__input::-webkit-input-placeholder, .block-editor-inserter__menu-help-panel .nhsuk-search__input::-webkit-input-placeholder {
  color: #4c6272;
  font-size: 16px;
}
@media (max-width: 40.0525em) {
  .edit-post-visual-editor .nhsuk-search__input, .block-editor-block-styles .nhsuk-search__input, .block-editor-inserter__menu-help-panel .nhsuk-search__input {
    border: 1px solid #ffffff;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    flex-grow: 2;
    -ms-flex-positive: 2;
    font-size: inherit;
    height: 40px;
    margin: 0;
    outline: none;
    width: 100%;
    z-index: 1;
  }
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-search__input, .block-editor-block-styles .nhsuk-search__input, .block-editor-inserter__menu-help-panel .nhsuk-search__input {
    border: 1px solid #ffffff;
    font-size: 16px;
    height: 40px;
    width: 200px;
  }
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-search__input, .block-editor-block-styles .nhsuk-search__input, .block-editor-inserter__menu-help-panel .nhsuk-search__input {
    width: 235px;
  }
}
.edit-post-visual-editor .nhsuk-search__submit, .block-editor-block-styles .nhsuk-search__submit, .block-editor-inserter__menu-help-panel .nhsuk-search__submit {
  border: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  float: right;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  padding: 0;
}
.edit-post-visual-editor .nhsuk-search__submit::-moz-focus-inner, .block-editor-block-styles .nhsuk-search__submit::-moz-focus-inner, .block-editor-inserter__menu-help-panel .nhsuk-search__submit::-moz-focus-inner {
  border: 0;
}
.edit-post-visual-editor .nhsuk-search__submit:hover, .block-editor-block-styles .nhsuk-search__submit:hover, .block-editor-inserter__menu-help-panel .nhsuk-search__submit:hover {
  cursor: pointer;
}
@media (max-width: 40.0525em) {
  .edit-post-visual-editor .nhsuk-search__submit, .block-editor-block-styles .nhsuk-search__submit, .block-editor-inserter__menu-help-panel .nhsuk-search__submit {
    background-color: #f0f4f5;
    border: 0;
    height: 40px;
    margin: 0;
    padding: 8px 8px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
  }
  .edit-post-visual-editor .nhsuk-search__submit .nhsuk-icon__search, .block-editor-block-styles .nhsuk-search__submit .nhsuk-icon__search, .block-editor-inserter__menu-help-panel .nhsuk-search__submit .nhsuk-icon__search {
    fill: #005eb8;
    height: 27px;
    width: 27px;
  }
  .edit-post-visual-editor .nhsuk-search__submit:hover, .block-editor-block-styles .nhsuk-search__submit:hover, .block-editor-inserter__menu-help-panel .nhsuk-search__submit:hover {
    background-color: rgb(0, 61.1, 119.6);
    border: 1px solid #ffffff;
  }
  .edit-post-visual-editor .nhsuk-search__submit:hover .nhsuk-icon, .block-editor-block-styles .nhsuk-search__submit:hover .nhsuk-icon, .block-editor-inserter__menu-help-panel .nhsuk-search__submit:hover .nhsuk-icon {
    fill: #ffffff;
  }
  .edit-post-visual-editor .nhsuk-search__submit:focus, .block-editor-block-styles .nhsuk-search__submit:focus, .block-editor-inserter__menu-help-panel .nhsuk-search__submit:focus {
    background-color: #ffeb3b;
    box-shadow: 0 -4px #ffeb3b, 0 4px #212b32;
    outline: 4px solid transparent;
    outline-offset: 4px;
  }
  .edit-post-visual-editor .nhsuk-search__submit:focus:hover, .block-editor-block-styles .nhsuk-search__submit:focus:hover, .block-editor-inserter__menu-help-panel .nhsuk-search__submit:focus:hover {
    background-color: #ffeb3b;
  }
  .edit-post-visual-editor .nhsuk-search__submit:focus:hover .nhsuk-icon, .block-editor-block-styles .nhsuk-search__submit:focus:hover .nhsuk-icon, .block-editor-inserter__menu-help-panel .nhsuk-search__submit:focus:hover .nhsuk-icon {
    fill: #212b32;
  }
  .edit-post-visual-editor .nhsuk-search__submit:focus .nhsuk-icon, .block-editor-block-styles .nhsuk-search__submit:focus .nhsuk-icon, .block-editor-inserter__menu-help-panel .nhsuk-search__submit:focus .nhsuk-icon {
    fill: #212b32;
  }
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-search__submit, .block-editor-block-styles .nhsuk-search__submit, .block-editor-inserter__menu-help-panel .nhsuk-search__submit {
    background-color: #f0f4f5;
    display: block;
    height: 40px;
    line-height: 1;
    width: 44px;
  }
  .edit-post-visual-editor .nhsuk-search__submit .nhsuk-icon__search, .block-editor-block-styles .nhsuk-search__submit .nhsuk-icon__search, .block-editor-inserter__menu-help-panel .nhsuk-search__submit .nhsuk-icon__search {
    height: 27px;
    width: 27px;
  }
  .edit-post-visual-editor .nhsuk-search__submit:hover, .block-editor-block-styles .nhsuk-search__submit:hover, .block-editor-inserter__menu-help-panel .nhsuk-search__submit:hover {
    background-color: rgb(0, 61.1, 119.6);
    border: 1px solid #ffffff;
  }
  .edit-post-visual-editor .nhsuk-search__submit:hover .nhsuk-icon__search, .block-editor-block-styles .nhsuk-search__submit:hover .nhsuk-icon__search, .block-editor-inserter__menu-help-panel .nhsuk-search__submit:hover .nhsuk-icon__search {
    fill: #ffffff;
  }
  .edit-post-visual-editor .nhsuk-search__submit:focus, .block-editor-block-styles .nhsuk-search__submit:focus, .block-editor-inserter__menu-help-panel .nhsuk-search__submit:focus {
    background-color: #ffeb3b;
    border: 0;
    box-shadow: 0 4px 0 0 #212b32;
    color: #212b32;
    outline: 4px solid transparent; /* 1 */
    outline-offset: 4px;
  }
  .edit-post-visual-editor .nhsuk-search__submit:focus .nhsuk-icon, .block-editor-block-styles .nhsuk-search__submit:focus .nhsuk-icon, .block-editor-inserter__menu-help-panel .nhsuk-search__submit:focus .nhsuk-icon {
    fill: #212b32;
  }
  .edit-post-visual-editor .nhsuk-search__submit:focus, .block-editor-block-styles .nhsuk-search__submit:focus, .block-editor-inserter__menu-help-panel .nhsuk-search__submit:focus {
    box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  }
  .edit-post-visual-editor .nhsuk-search__submit:active, .block-editor-block-styles .nhsuk-search__submit:active, .block-editor-inserter__menu-help-panel .nhsuk-search__submit:active {
    background-color: #002f5c;
    border: 0;
  }
  .edit-post-visual-editor .nhsuk-search__submit:active .nhsuk-icon__search, .block-editor-block-styles .nhsuk-search__submit:active .nhsuk-icon__search, .block-editor-inserter__menu-help-panel .nhsuk-search__submit:active .nhsuk-icon__search {
    fill: #ffffff;
  }
}
.edit-post-visual-editor .nhsuk-header__navigation-link, .block-editor-block-styles .nhsuk-header__navigation-link, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-link {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-header__navigation-link, .block-editor-block-styles .nhsuk-header__navigation-link, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-header__navigation-link, .block-editor-block-styles .nhsuk-header__navigation-link, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-link {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.edit-post-visual-editor .nhsuk-header__navigation-link, .block-editor-block-styles .nhsuk-header__navigation-link, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-link {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  color: #ffffff;
  display: block;
  font-size: inherit;
  padding: 16px 12px;
  text-decoration: underline;
  white-space: nowrap;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-header__navigation-link, .block-editor-block-styles .nhsuk-header__navigation-link, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-link {
    padding: 12px 16px;
  }
}
.edit-post-visual-editor .nhsuk-header__navigation-link .nhsuk-icon__chevron-right, .block-editor-block-styles .nhsuk-header__navigation-link .nhsuk-icon__chevron-right, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-link .nhsuk-icon__chevron-right {
  fill: #aeb7bd;
  position: absolute;
  right: 4px;
  top: 11px;
}
.edit-post-visual-editor .nhsuk-header__navigation-link:visited, .block-editor-block-styles .nhsuk-header__navigation-link:visited, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-link:visited {
  color: #ffffff;
}
@media (min-width: 61.875em) {
  .edit-post-visual-editor .nhsuk-header__navigation-link:visited, .block-editor-block-styles .nhsuk-header__navigation-link:visited, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-link:visited {
    color: #ffffff;
  }
}
.edit-post-visual-editor .nhsuk-header__navigation-link:hover, .block-editor-block-styles .nhsuk-header__navigation-link:hover, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-link:hover {
  box-shadow: none;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 61.875em) {
  .edit-post-visual-editor .nhsuk-header__navigation-link:hover, .block-editor-block-styles .nhsuk-header__navigation-link:hover, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-link:hover {
    color: #ffffff;
  }
}
.edit-post-visual-editor .nhsuk-header__navigation-link:active, .edit-post-visual-editor .nhsuk-header__navigation-link:focus, .block-editor-block-styles .nhsuk-header__navigation-link:active, .block-editor-block-styles .nhsuk-header__navigation-link:focus, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-link:active, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-link:focus {
  background-color: #ffeb3b;
  border-bottom: 4px solid #212b32;
  box-shadow: none;
  color: #212b32;
  outline: 4px solid transparent;
  outline-offset: 4px;
  text-decoration: none;
}
.edit-post-visual-editor .nhsuk-header__navigation-link:active:hover, .edit-post-visual-editor .nhsuk-header__navigation-link:focus:hover, .block-editor-block-styles .nhsuk-header__navigation-link:active:hover, .block-editor-block-styles .nhsuk-header__navigation-link:focus:hover, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-link:active:hover, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-link:focus:hover {
  background-color: #ffeb3b;
  color: #212b32;
}
.edit-post-visual-editor .nhsuk-header__navigation-link:active:visited, .edit-post-visual-editor .nhsuk-header__navigation-link:focus:visited, .block-editor-block-styles .nhsuk-header__navigation-link:active:visited, .block-editor-block-styles .nhsuk-header__navigation-link:focus:visited, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-link:active:visited, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-link:focus:visited {
  background-color: #ffeb3b;
  color: #212b32;
}
.edit-post-visual-editor .nhsuk-header__menu-toggle, .block-editor-block-styles .nhsuk-header__menu-toggle, .block-editor-inserter__menu-help-panel .nhsuk-header__menu-toggle {
  background: transparent;
  border: 0;
  border-bottom: 4px solid transparent;
  border-radius: 0;
  border-top: 4px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  position: relative;
  right: 0;
  text-align: center;
  text-decoration: underline;
  vertical-align: top;
  visibility: hidden;
  width: auto;
  z-index: 1;
}
.edit-post-visual-editor .nhsuk-header__menu-toggle.nhsuk-header__navigation-link, .block-editor-block-styles .nhsuk-header__menu-toggle.nhsuk-header__navigation-link, .block-editor-inserter__menu-help-panel .nhsuk-header__menu-toggle.nhsuk-header__navigation-link {
  padding-right: 30px;
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-header__menu-toggle, .block-editor-block-styles .nhsuk-header__menu-toggle, .block-editor-inserter__menu-help-panel .nhsuk-header__menu-toggle {
    display: none;
  }
}
.edit-post-visual-editor .nhsuk-header__menu-toggle:focus, .block-editor-block-styles .nhsuk-header__menu-toggle:focus, .block-editor-inserter__menu-help-panel .nhsuk-header__menu-toggle:focus {
  text-decoration: none;
}
.edit-post-visual-editor .nhsuk-header__menu-toggle:focus .nhsuk-icon__chevron-down, .block-editor-block-styles .nhsuk-header__menu-toggle:focus .nhsuk-icon__chevron-down, .block-editor-inserter__menu-help-panel .nhsuk-header__menu-toggle:focus .nhsuk-icon__chevron-down {
  fill: #212b32;
}
.edit-post-visual-editor .nhsuk-header__menu-toggle--visible, .block-editor-block-styles .nhsuk-header__menu-toggle--visible, .block-editor-inserter__menu-help-panel .nhsuk-header__menu-toggle--visible {
  visibility: visible;
  display: block;
}
.nhsuk-header__menu-toggle[aria-expanded=true] .edit-post-visual-editor .nhsuk-icon__chevron-down, .nhsuk-header__menu-toggle[aria-expanded=true] .block-editor-block-styles .nhsuk-icon__chevron-down, .nhsuk-header__menu-toggle[aria-expanded=true] .block-editor-inserter__menu-help-panel .nhsuk-icon__chevron-down {
  transform: rotate(270deg);
}
.edit-post-visual-editor .nhsuk-navigation, .block-editor-block-styles .nhsuk-navigation, .block-editor-inserter__menu-help-panel .nhsuk-navigation {
  display: flex;
}
@media (max-width: 40.0525em) {
  .edit-post-visual-editor .nhsuk-navigation, .block-editor-block-styles .nhsuk-navigation, .block-editor-inserter__menu-help-panel .nhsuk-navigation {
    position: relative;
    z-index: 10;
  }
}
.edit-post-visual-editor .nhsuk-header__drop-down, .edit-post-visual-editor .nhsuk-header__navigation-list, .block-editor-block-styles .nhsuk-header__drop-down, .block-editor-block-styles .nhsuk-header__navigation-list, .block-editor-inserter__menu-help-panel .nhsuk-header__drop-down, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.edit-post-visual-editor .nhsuk-header__navigation-list, .block-editor-block-styles .nhsuk-header__navigation-list, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-list {
  margin: 0 16px; /* [1] */
  max-width: 960px; /* [2] */
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-header__navigation-list, .block-editor-block-styles .nhsuk-header__navigation-list, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-list {
    margin: 0 32px; /* [3] */
  }
}
.edit-post-visual-editor .nhsuk-header__navigation-list, .block-editor-block-styles .nhsuk-header__navigation-list, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-list {
  /* [4] */
}
@media (min-width: 1024px) {
  .edit-post-visual-editor .nhsuk-header__navigation-list, .block-editor-block-styles .nhsuk-header__navigation-list, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-list {
    margin: 0 auto;
  }
}
.edit-post-visual-editor .nhsuk-header__navigation-list, .block-editor-block-styles .nhsuk-header__navigation-list, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-list {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-header__navigation-list, .block-editor-block-styles .nhsuk-header__navigation-list, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-list {
    display: flex;
    justify-content: space-between;
  }
}
.js-enabled .edit-post-visual-editor .nhsuk-header__navigation-list, .js-enabled .block-editor-block-styles .nhsuk-header__navigation-list, .js-enabled .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-list {
  display: flex;
}
.edit-post-visual-editor .nhsuk-header__navigation-item, .block-editor-block-styles .nhsuk-header__navigation-item, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-item {
  margin-bottom: 0;
}
.edit-post-visual-editor .nhsuk-navigation-container, .block-editor-block-styles .nhsuk-navigation-container, .block-editor-inserter__menu-help-panel .nhsuk-navigation-container {
  position: relative;
}
@media print {
  .edit-post-visual-editor .nhsuk-header__drop-down, .block-editor-block-styles .nhsuk-header__drop-down, .block-editor-inserter__menu-help-panel .nhsuk-header__drop-down {
    display: none;
  }
}
.edit-post-visual-editor .nhsuk-header__drop-down, .block-editor-block-styles .nhsuk-header__drop-down, .block-editor-inserter__menu-help-panel .nhsuk-header__drop-down {
  background-color: #ffffff;
  border-bottom: 4px solid #f0f4f5;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
  left: 0;
}
.edit-post-visual-editor .nhsuk-header__drop-down .nhsuk-header__navigation-link, .block-editor-block-styles .nhsuk-header__drop-down .nhsuk-header__navigation-link, .block-editor-inserter__menu-help-panel .nhsuk-header__drop-down .nhsuk-header__navigation-link {
  color: #005eb8;
  padding: 12px 16px;
}
.edit-post-visual-editor .nhsuk-header__drop-down .nhsuk-header__navigation-item, .block-editor-block-styles .nhsuk-header__drop-down .nhsuk-header__navigation-item, .block-editor-inserter__menu-help-panel .nhsuk-header__drop-down .nhsuk-header__navigation-item {
  border-top: 1px solid #f0f4f5;
  margin-bottom: 0;
}
@media (min-width: 61.875em) {
  .edit-post-visual-editor .nhsuk-header__drop-down .nhsuk-header__navigation-item, .block-editor-block-styles .nhsuk-header__drop-down .nhsuk-header__navigation-item, .block-editor-inserter__menu-help-panel .nhsuk-header__drop-down .nhsuk-header__navigation-item {
    border-top: 0;
    margin: 0;
    text-align: center;
  }
}
.edit-post-visual-editor .nhsuk-header__drop-down--hidden, .block-editor-block-styles .nhsuk-header__drop-down--hidden, .block-editor-inserter__menu-help-panel .nhsuk-header__drop-down--hidden {
  display: none;
}
.edit-post-visual-editor .nhsuk-mobile-menu-container, .block-editor-block-styles .nhsuk-mobile-menu-container, .block-editor-inserter__menu-help-panel .nhsuk-mobile-menu-container {
  align-self: center;
  display: none;
}
.edit-post-visual-editor .nhsuk-mobile-menu-container--visible, .block-editor-block-styles .nhsuk-mobile-menu-container--visible, .block-editor-inserter__menu-help-panel .nhsuk-mobile-menu-container--visible {
  display: block;
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-header__navigation-item--home, .block-editor-block-styles .nhsuk-header__navigation-item--home, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-item--home {
    display: none;
  }
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-header__navigation-list--left-aligned, .block-editor-block-styles .nhsuk-header__navigation-list--left-aligned, .block-editor-inserter__menu-help-panel .nhsuk-header__navigation-list--left-aligned {
    justify-content: initial;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS / #HERO
     ========================================================================== */
  /**
   *  Hero component shared styles.
   *
   * 1. Position relative to support the description
   *    appearing over the image.
   * 2. Adds a border between the header and hero, if required
   */
}
@media print {
  .edit-post-visual-editor .nhsuk-hero, .block-editor-block-styles .nhsuk-hero, .block-editor-inserter__menu-help-panel .nhsuk-hero {
    color: #212b32;
    fill: #212b32;
  }
  .edit-post-visual-editor .nhsuk-hero:active, .edit-post-visual-editor .nhsuk-hero:focus, .edit-post-visual-editor .nhsuk-hero:visited, .block-editor-block-styles .nhsuk-hero:active, .block-editor-block-styles .nhsuk-hero:focus, .block-editor-block-styles .nhsuk-hero:visited, .block-editor-inserter__menu-help-panel .nhsuk-hero:active, .block-editor-inserter__menu-help-panel .nhsuk-hero:focus, .block-editor-inserter__menu-help-panel .nhsuk-hero:visited {
    color: #212b32;
  }
}
.edit-post-visual-editor .nhsuk-hero, .block-editor-block-styles .nhsuk-hero, .block-editor-inserter__menu-help-panel .nhsuk-hero {
  background-color: #005eb8;
  color: #ffffff;
  position: relative; /* [1] */
}
.edit-post-visual-editor .nhsuk-hero .nhsuk-hero--border, .block-editor-block-styles .nhsuk-hero .nhsuk-hero--border, .block-editor-inserter__menu-help-panel .nhsuk-hero .nhsuk-hero--border {
  /* [2] */
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.edit-post-visual-editor .nhsuk-hero__wrapper, .block-editor-block-styles .nhsuk-hero__wrapper, .block-editor-inserter__menu-help-panel .nhsuk-hero__wrapper {
  padding-top: 48px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-hero__wrapper, .block-editor-block-styles .nhsuk-hero__wrapper, .block-editor-inserter__menu-help-panel .nhsuk-hero__wrapper {
    padding-top: 56px;
  }
}
.edit-post-visual-editor .nhsuk-hero__wrapper, .block-editor-block-styles .nhsuk-hero__wrapper, .block-editor-inserter__menu-help-panel .nhsuk-hero__wrapper {
  padding-bottom: 48px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-hero__wrapper, .block-editor-block-styles .nhsuk-hero__wrapper, .block-editor-inserter__menu-help-panel .nhsuk-hero__wrapper {
    padding-bottom: 56px;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /**
   *  Hero component image styles
   *
   * 3. Center the background image.
   * 4. Stop the height affecting print stylesheets.
   * 5. Show more of the image for larger screen sizes
   * 6. Overlay must be min same height as .nhsuk-hero--image to cover the image.
   * 7. Darken the background image with an overlay.
   * 12. Remove any heights/min heights in Windows high contrast mode.
   */
}
.edit-post-visual-editor .nhsuk-hero--image, .block-editor-block-styles .nhsuk-hero--image, .block-editor-inserter__menu-help-panel .nhsuk-hero--image {
  background-position: center right; /* [3] */
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen {
  .edit-post-visual-editor .nhsuk-hero--image, .block-editor-block-styles .nhsuk-hero--image, .block-editor-inserter__menu-help-panel .nhsuk-hero--image {
    /* [4] */
    min-height: 200px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-hero--image, .block-editor-block-styles .nhsuk-hero--image, .block-editor-inserter__menu-help-panel .nhsuk-hero--image {
    /* [4] */
    min-height: 320px; /* [5] */
  }
  .edit-post-visual-editor .nhsuk-hero--image .nhsuk-hero__overlay, .block-editor-block-styles .nhsuk-hero--image .nhsuk-hero__overlay, .block-editor-inserter__menu-help-panel .nhsuk-hero--image .nhsuk-hero__overlay {
    height: 320px; /* [6] */
  }
}
@media screen and (-ms-high-contrast: active) {
  .edit-post-visual-editor .nhsuk-hero--image, .block-editor-block-styles .nhsuk-hero--image, .block-editor-inserter__menu-help-panel .nhsuk-hero--image {
    min-height: 0; /* [12] */
  }
}
.edit-post-visual-editor .nhsuk-hero--image .nhsuk-hero__overlay, .block-editor-block-styles .nhsuk-hero--image .nhsuk-hero__overlay, .block-editor-inserter__menu-help-panel .nhsuk-hero--image .nhsuk-hero__overlay {
  background-color: rgba(0, 47, 92, 0.1); /* [7] */
}
@media only screen {
  .edit-post-visual-editor .nhsuk-hero--image .nhsuk-hero__overlay, .block-editor-block-styles .nhsuk-hero--image .nhsuk-hero__overlay, .block-editor-inserter__menu-help-panel .nhsuk-hero--image .nhsuk-hero__overlay {
    /* [4] */
    min-height: 200px; /* [6] */
  }
}
@media screen and (-ms-high-contrast: active) {
  .edit-post-visual-editor .nhsuk-hero--image .nhsuk-hero__overlay, .block-editor-block-styles .nhsuk-hero--image .nhsuk-hero__overlay, .block-editor-inserter__menu-help-panel .nhsuk-hero--image .nhsuk-hero__overlay {
    height: auto; /* [12] */
    min-height: 0; /* [12] */
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /**
   *  Hero component description styles.
   *
   * 8. 'Random number' for the triangle.
   * 9. 'Random number' for the triangle positioning.
   * 10. Needed to enable the triangle to show correctly in high contrast mode.
   * 11. Give the description box a max width.
   * 13. Remove the arrow in Windows high contrast mode.
   * 14. Reduce spacing and change positioning for Windows high contrast mode.
   * 15. Prevent text breaking out of box on smaller sizes
   */
}
.edit-post-visual-editor .nhsuk-hero--image-description .nhsuk-hero-content, .block-editor-block-styles .nhsuk-hero--image-description .nhsuk-hero-content, .block-editor-inserter__menu-help-panel .nhsuk-hero--image-description .nhsuk-hero-content {
  background-color: #005eb8;
  color: #ffffff;
  margin-bottom: 24px;
  padding: 24px;
  position: relative;
  top: 70px;
}
.edit-post-visual-editor .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow, .block-editor-block-styles .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow, .block-editor-inserter__menu-help-panel .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow {
  bottom: -10px; /* [8] */
  display: block;
  height: 20px; /* [8] */
  left: 32px; /* [9] */
  overflow: hidden;
  position: absolute;
  transform: rotate(45deg);
  width: 20px; /* [8] */
}
@media print {
  .edit-post-visual-editor .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow, .block-editor-block-styles .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow, .block-editor-inserter__menu-help-panel .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow {
    display: none;
  }
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow, .block-editor-block-styles .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow, .block-editor-inserter__menu-help-panel .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow {
    left: 46px; /* [9] */
  }
}
.edit-post-visual-editor .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow:before, .edit-post-visual-editor .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow:after, .block-editor-block-styles .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow:before, .block-editor-block-styles .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow:after, .block-editor-inserter__menu-help-panel .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow:before, .block-editor-inserter__menu-help-panel .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow:after {
  border: solid 32px #005eb8; /* [8] */
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg); /* [10] */
  width: 0;
}
@media screen and (-ms-high-contrast: active) {
  .edit-post-visual-editor .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow, .block-editor-block-styles .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow, .block-editor-inserter__menu-help-panel .nhsuk-hero--image-description .nhsuk-hero-content .nhsuk-hero__arrow {
    display: none; /* [13] */
  }
}
@media (min-width: 23.4375em) {
  .edit-post-visual-editor .nhsuk-hero--image-description .nhsuk-hero-content, .block-editor-block-styles .nhsuk-hero--image-description .nhsuk-hero-content, .block-editor-inserter__menu-help-panel .nhsuk-hero--image-description .nhsuk-hero-content {
    /* [15] */
    width: 85%;
  }
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-hero--image-description .nhsuk-hero-content > *:first-child, .block-editor-block-styles .nhsuk-hero--image-description .nhsuk-hero-content > *:first-child, .block-editor-inserter__menu-help-panel .nhsuk-hero--image-description .nhsuk-hero-content > *:first-child {
    margin-top: 0;
  }
  .edit-post-visual-editor .nhsuk-hero--image-description .nhsuk-hero-content > *:last-child, .block-editor-block-styles .nhsuk-hero--image-description .nhsuk-hero-content > *:last-child, .block-editor-inserter__menu-help-panel .nhsuk-hero--image-description .nhsuk-hero-content > *:last-child {
    margin-bottom: 0;
  }
  .edit-post-visual-editor .nhsuk-hero--image-description .nhsuk-hero-content, .block-editor-block-styles .nhsuk-hero--image-description .nhsuk-hero-content, .block-editor-inserter__menu-help-panel .nhsuk-hero--image-description .nhsuk-hero-content {
    bottom: -48px; /* [8] */
    margin-bottom: 0;
    max-width: 35em; /* [11] */
    padding: 32px 40px;
    position: absolute;
    top: auto;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-hero--image-description .nhsuk-hero-content, .block-editor-block-styles .nhsuk-hero--image-description .nhsuk-hero-content, .block-editor-inserter__menu-help-panel .nhsuk-hero--image-description .nhsuk-hero-content {
    color: #212b32;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (-ms-high-contrast: active) {
  .edit-post-visual-editor .nhsuk-hero--image-description .nhsuk-hero-content, .block-editor-block-styles .nhsuk-hero--image-description .nhsuk-hero-content, .block-editor-inserter__menu-help-panel .nhsuk-hero--image-description .nhsuk-hero-content {
    /* [14] */
    bottom: 0;
    margin-bottom: 0;
    min-height: 0;
    padding: 32px 0 0;
    position: relative;
    top: 0;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS/ #HINT
     ========================================================================== */
}
.edit-post-visual-editor .nhsuk-hint, .block-editor-block-styles .nhsuk-hint, .block-editor-inserter__menu-help-panel .nhsuk-hint {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-hint, .block-editor-block-styles .nhsuk-hint, .block-editor-inserter__menu-help-panel .nhsuk-hint {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-hint, .block-editor-block-styles .nhsuk-hint, .block-editor-inserter__menu-help-panel .nhsuk-hint {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-hint, .block-editor-block-styles .nhsuk-hint, .block-editor-inserter__menu-help-panel .nhsuk-hint {
  color: #4c6272;
  display: block;
  margin-bottom: 16px;
}
.edit-post-visual-editor .nhsuk-label:not(.nhsuk-label--m):not(.nhsuk-label--l):not(.nhsuk-label--xl) + .nhsuk-hint, .block-editor-block-styles .nhsuk-label:not(.nhsuk-label--m):not(.nhsuk-label--l):not(.nhsuk-label--xl) + .nhsuk-hint, .block-editor-inserter__menu-help-panel .nhsuk-label:not(.nhsuk-label--m):not(.nhsuk-label--l):not(.nhsuk-label--xl) + .nhsuk-hint {
  margin-bottom: 8px;
}
.edit-post-visual-editor .nhsuk-fieldset__legend:not(.nhsuk-fieldset__legend--m):not(.nhsuk-fieldset__legend--l):not(.nhsuk-fieldset__legend--xl) + .nhsuk-hint, .block-editor-block-styles .nhsuk-fieldset__legend:not(.nhsuk-fieldset__legend--m):not(.nhsuk-fieldset__legend--l):not(.nhsuk-fieldset__legend--xl) + .nhsuk-hint, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__legend:not(.nhsuk-fieldset__legend--m):not(.nhsuk-fieldset__legend--l):not(.nhsuk-fieldset__legend--xl) + .nhsuk-hint {
  margin-bottom: 8px;
}
.edit-post-visual-editor .nhsuk-fieldset__legend + .nhsuk-hint, .block-editor-block-styles .nhsuk-fieldset__legend + .nhsuk-hint, .block-editor-inserter__menu-help-panel .nhsuk-fieldset__legend + .nhsuk-hint {
  margin-top: -4px;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS / #IMAGES
     ========================================================================== */
  /**
   * 1. Overrides default browser margin values.
   * 2. Makes the image width two thirds of its container for desktop.
   * 3. Avoid image printing full width of a page.
   * 4. Removes top margin from subsequent nhsuk-image.
   */
}
.edit-post-visual-editor .nhsuk-image, .edit-post-visual-editor .is-style-nhsuk-image, .block-editor-block-styles .nhsuk-image, .block-editor-block-styles .is-style-nhsuk-image, .block-editor-inserter__menu-help-panel .nhsuk-image, .block-editor-inserter__menu-help-panel .is-style-nhsuk-image {
  background-color: #ffffff;
  border-bottom: 1px solid #d8dde0;
  margin-left: 0; /* [1] */
  margin-right: 0; /* [1] */
  margin-bottom: 32px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-image, .edit-post-visual-editor .is-style-nhsuk-image, .block-editor-block-styles .nhsuk-image, .block-editor-block-styles .is-style-nhsuk-image, .block-editor-inserter__menu-help-panel .nhsuk-image, .block-editor-inserter__menu-help-panel .is-style-nhsuk-image {
    margin-bottom: 40px;
  }
}
.edit-post-visual-editor .nhsuk-image, .edit-post-visual-editor .is-style-nhsuk-image, .block-editor-block-styles .nhsuk-image, .block-editor-block-styles .is-style-nhsuk-image, .block-editor-inserter__menu-help-panel .nhsuk-image, .block-editor-inserter__menu-help-panel .is-style-nhsuk-image {
  margin-top: 32px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-image, .edit-post-visual-editor .is-style-nhsuk-image, .block-editor-block-styles .nhsuk-image, .block-editor-block-styles .is-style-nhsuk-image, .block-editor-inserter__menu-help-panel .nhsuk-image, .block-editor-inserter__menu-help-panel .is-style-nhsuk-image {
    margin-top: 40px;
  }
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-image, .edit-post-visual-editor .is-style-nhsuk-image, .block-editor-block-styles .nhsuk-image, .block-editor-block-styles .is-style-nhsuk-image, .block-editor-inserter__menu-help-panel .nhsuk-image, .block-editor-inserter__menu-help-panel .is-style-nhsuk-image {
    width: 66.66667%; /* [2] */
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-image, .edit-post-visual-editor .is-style-nhsuk-image, .block-editor-block-styles .nhsuk-image, .block-editor-block-styles .is-style-nhsuk-image, .block-editor-inserter__menu-help-panel .nhsuk-image, .block-editor-inserter__menu-help-panel .is-style-nhsuk-image {
    width: 50%; /* [3] */
  }
}
.edit-post-visual-editor .nhsuk-image + .nhsuk-image, .edit-post-visual-editor .is-style-nhsuk-image + .nhsuk-image, .edit-post-visual-editor .nhsuk-image + .is-style-nhsuk-image, .edit-post-visual-editor .is-style-nhsuk-image + .is-style-nhsuk-image, .block-editor-block-styles .nhsuk-image + .nhsuk-image, .block-editor-block-styles .is-style-nhsuk-image + .nhsuk-image, .block-editor-block-styles .nhsuk-image + .is-style-nhsuk-image, .block-editor-block-styles .is-style-nhsuk-image + .is-style-nhsuk-image, .block-editor-inserter__menu-help-panel .nhsuk-image + .nhsuk-image, .block-editor-inserter__menu-help-panel .is-style-nhsuk-image + .nhsuk-image, .block-editor-inserter__menu-help-panel .nhsuk-image + .is-style-nhsuk-image, .block-editor-inserter__menu-help-panel .is-style-nhsuk-image + .is-style-nhsuk-image {
  margin-top: 0;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-image + .nhsuk-image, .edit-post-visual-editor .is-style-nhsuk-image + .nhsuk-image, .edit-post-visual-editor .nhsuk-image + .is-style-nhsuk-image, .edit-post-visual-editor .is-style-nhsuk-image + .is-style-nhsuk-image, .block-editor-block-styles .nhsuk-image + .nhsuk-image, .block-editor-block-styles .is-style-nhsuk-image + .nhsuk-image, .block-editor-block-styles .nhsuk-image + .is-style-nhsuk-image, .block-editor-block-styles .is-style-nhsuk-image + .is-style-nhsuk-image, .block-editor-inserter__menu-help-panel .nhsuk-image + .nhsuk-image, .block-editor-inserter__menu-help-panel .is-style-nhsuk-image + .nhsuk-image, .block-editor-inserter__menu-help-panel .nhsuk-image + .is-style-nhsuk-image, .block-editor-inserter__menu-help-panel .is-style-nhsuk-image + .is-style-nhsuk-image {
    margin-top: 0;
  }
}
.edit-post-visual-editor .nhsuk-image + .nhsuk-image, .edit-post-visual-editor .is-style-nhsuk-image + .nhsuk-image, .edit-post-visual-editor .nhsuk-image + .is-style-nhsuk-image, .edit-post-visual-editor .is-style-nhsuk-image + .is-style-nhsuk-image, .block-editor-block-styles .nhsuk-image + .nhsuk-image, .block-editor-block-styles .is-style-nhsuk-image + .nhsuk-image, .block-editor-block-styles .nhsuk-image + .is-style-nhsuk-image, .block-editor-block-styles .is-style-nhsuk-image + .is-style-nhsuk-image, .block-editor-inserter__menu-help-panel .nhsuk-image + .nhsuk-image, .block-editor-inserter__menu-help-panel .is-style-nhsuk-image + .nhsuk-image, .block-editor-inserter__menu-help-panel .nhsuk-image + .is-style-nhsuk-image, .block-editor-inserter__menu-help-panel .is-style-nhsuk-image + .is-style-nhsuk-image {
  /* [4] */
}
.edit-post-visual-editor .nhsuk-image__img, .edit-post-visual-editor .nhsuk-image img, .edit-post-visual-editor .is-style-nhsuk-image img, .block-editor-block-styles .nhsuk-image__img, .block-editor-block-styles .nhsuk-image img, .block-editor-block-styles .is-style-nhsuk-image img, .block-editor-inserter__menu-help-panel .nhsuk-image__img, .block-editor-inserter__menu-help-panel .nhsuk-image img, .block-editor-inserter__menu-help-panel .is-style-nhsuk-image img {
  display: block;
  width: 100%;
}
.edit-post-visual-editor .nhsuk-image__caption, .edit-post-visual-editor .gallery-caption, .edit-post-visual-editor .nhsuk-image figcaption, .edit-post-visual-editor .is-style-nhsuk-image figcaption, .block-editor-block-styles .nhsuk-image__caption, .block-editor-block-styles .gallery-caption, .block-editor-block-styles .nhsuk-image figcaption, .block-editor-block-styles .is-style-nhsuk-image figcaption, .block-editor-inserter__menu-help-panel .nhsuk-image__caption, .block-editor-inserter__menu-help-panel .gallery-caption, .block-editor-inserter__menu-help-panel .nhsuk-image figcaption, .block-editor-inserter__menu-help-panel .is-style-nhsuk-image figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-image__caption, .edit-post-visual-editor .gallery-caption, .edit-post-visual-editor .nhsuk-image figcaption, .edit-post-visual-editor .is-style-nhsuk-image figcaption, .block-editor-block-styles .nhsuk-image__caption, .block-editor-block-styles .gallery-caption, .block-editor-block-styles .nhsuk-image figcaption, .block-editor-block-styles .is-style-nhsuk-image figcaption, .block-editor-inserter__menu-help-panel .nhsuk-image__caption, .block-editor-inserter__menu-help-panel .gallery-caption, .block-editor-inserter__menu-help-panel .nhsuk-image figcaption, .block-editor-inserter__menu-help-panel .is-style-nhsuk-image figcaption {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-image__caption, .edit-post-visual-editor .gallery-caption, .edit-post-visual-editor .nhsuk-image figcaption, .edit-post-visual-editor .is-style-nhsuk-image figcaption, .block-editor-block-styles .nhsuk-image__caption, .block-editor-block-styles .gallery-caption, .block-editor-block-styles .nhsuk-image figcaption, .block-editor-block-styles .is-style-nhsuk-image figcaption, .block-editor-inserter__menu-help-panel .nhsuk-image__caption, .block-editor-inserter__menu-help-panel .gallery-caption, .block-editor-inserter__menu-help-panel .nhsuk-image figcaption, .block-editor-inserter__menu-help-panel .is-style-nhsuk-image figcaption {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.edit-post-visual-editor .nhsuk-image__caption, .edit-post-visual-editor .gallery-caption, .edit-post-visual-editor .nhsuk-image figcaption, .edit-post-visual-editor .is-style-nhsuk-image figcaption, .block-editor-block-styles .nhsuk-image__caption, .block-editor-block-styles .gallery-caption, .block-editor-block-styles .nhsuk-image figcaption, .block-editor-block-styles .is-style-nhsuk-image figcaption, .block-editor-inserter__menu-help-panel .nhsuk-image__caption, .block-editor-inserter__menu-help-panel .gallery-caption, .block-editor-inserter__menu-help-panel .nhsuk-image figcaption, .block-editor-inserter__menu-help-panel .is-style-nhsuk-image figcaption {
  padding: 16px;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS/ #INPUT
     ========================================================================== */
  /**
   * 1. Disable inner shadow and remove rounded corners
   * 2. setting any background-color makes text invisible when changing colours to dark
   *    backgrounds in Firefox (https://bugzilla.mozilla.org/show_bug.cgi?id=1335476)
   *    as background-color and color need to always be set together, color should
   *    not be set either.
   */
}
.edit-post-visual-editor .nhsuk-input, .block-editor-block-styles .nhsuk-input, .block-editor-inserter__menu-help-panel .nhsuk-input {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-input, .block-editor-block-styles .nhsuk-input, .block-editor-inserter__menu-help-panel .nhsuk-input {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-input, .block-editor-block-styles .nhsuk-input, .block-editor-inserter__menu-help-panel .nhsuk-input {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-input, .block-editor-block-styles .nhsuk-input, .block-editor-inserter__menu-help-panel .nhsuk-input {
  -moz-appearance: none; /* 1 */
  -webkit-appearance: none; /* 1 */
  appearance: none; /* 1 */
  border: 2px solid #4c6272; /* 2 */
  border-radius: 0;
  box-sizing: border-box;
  min-height: 40px;
  margin-top: 0;
  padding: 4px;
  width: 100%;
}
.edit-post-visual-editor .nhsuk-input:focus, .block-editor-block-styles .nhsuk-input:focus, .block-editor-inserter__menu-help-panel .nhsuk-input:focus {
  border: 2px solid #212b32;
  box-shadow: inset 0 0 0 2px;
  outline: 4px solid #ffeb3b; /* 1 */
  outline-offset: 0;
}
.edit-post-visual-editor .nhsuk-input::-webkit-outer-spin-button,
.edit-post-visual-editor .nhsuk-input::-webkit-inner-spin-button, .block-editor-block-styles .nhsuk-input::-webkit-outer-spin-button,
.block-editor-block-styles .nhsuk-input::-webkit-inner-spin-button, .block-editor-inserter__menu-help-panel .nhsuk-input::-webkit-outer-spin-button,
.block-editor-inserter__menu-help-panel .nhsuk-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.edit-post-visual-editor .nhsuk-input[type=number], .block-editor-block-styles .nhsuk-input[type=number], .block-editor-inserter__menu-help-panel .nhsuk-input[type=number] {
  /* stylelint-disable-line string-quotes */
  -moz-appearance: textfield;
}
.edit-post-visual-editor .nhsuk-input--error, .block-editor-block-styles .nhsuk-input--error, .block-editor-inserter__menu-help-panel .nhsuk-input--error {
  border: 2px solid #d5281b;
}
.edit-post-visual-editor .nhsuk-input--width-30, .block-editor-block-styles .nhsuk-input--width-30, .block-editor-inserter__menu-help-panel .nhsuk-input--width-30 {
  max-width: 59ex;
}
.edit-post-visual-editor .nhsuk-input--width-20, .block-editor-block-styles .nhsuk-input--width-20, .block-editor-inserter__menu-help-panel .nhsuk-input--width-20 {
  max-width: 41ex;
}
.edit-post-visual-editor .nhsuk-input--width-10, .block-editor-block-styles .nhsuk-input--width-10, .block-editor-inserter__menu-help-panel .nhsuk-input--width-10 {
  max-width: 23ex;
}
.edit-post-visual-editor .nhsuk-input--width-5, .block-editor-block-styles .nhsuk-input--width-5, .block-editor-inserter__menu-help-panel .nhsuk-input--width-5 {
  max-width: 10.8ex;
}
.edit-post-visual-editor .nhsuk-input--width-4, .block-editor-block-styles .nhsuk-input--width-4, .block-editor-inserter__menu-help-panel .nhsuk-input--width-4 {
  max-width: 9ex;
}
.edit-post-visual-editor .nhsuk-input--width-3, .block-editor-block-styles .nhsuk-input--width-3, .block-editor-inserter__menu-help-panel .nhsuk-input--width-3 {
  max-width: 7.2ex;
}
.edit-post-visual-editor .nhsuk-input--width-2, .block-editor-block-styles .nhsuk-input--width-2, .block-editor-inserter__menu-help-panel .nhsuk-input--width-2 {
  max-width: 5.4ex;
}
.edit-post-visual-editor .nhsuk-input__wrapper, .block-editor-block-styles .nhsuk-input__wrapper, .block-editor-inserter__menu-help-panel .nhsuk-input__wrapper {
  display: flex;
}
@media (max-width: 19.99em) {
  .edit-post-visual-editor .nhsuk-input__wrapper, .block-editor-block-styles .nhsuk-input__wrapper, .block-editor-inserter__menu-help-panel .nhsuk-input__wrapper {
    display: block;
  }
}
.edit-post-visual-editor .nhsuk-input__prefix,
.edit-post-visual-editor .nhsuk-input__suffix, .block-editor-block-styles .nhsuk-input__prefix,
.block-editor-block-styles .nhsuk-input__suffix, .block-editor-inserter__menu-help-panel .nhsuk-input__prefix,
.block-editor-inserter__menu-help-panel .nhsuk-input__suffix {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-input__prefix,
  .edit-post-visual-editor .nhsuk-input__suffix, .block-editor-block-styles .nhsuk-input__prefix,
  .block-editor-block-styles .nhsuk-input__suffix, .block-editor-inserter__menu-help-panel .nhsuk-input__prefix,
  .block-editor-inserter__menu-help-panel .nhsuk-input__suffix {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-input__prefix,
  .edit-post-visual-editor .nhsuk-input__suffix, .block-editor-block-styles .nhsuk-input__prefix,
  .block-editor-block-styles .nhsuk-input__suffix, .block-editor-inserter__menu-help-panel .nhsuk-input__prefix,
  .block-editor-inserter__menu-help-panel .nhsuk-input__suffix {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-input__prefix,
.edit-post-visual-editor .nhsuk-input__suffix, .block-editor-block-styles .nhsuk-input__prefix,
.block-editor-block-styles .nhsuk-input__suffix, .block-editor-inserter__menu-help-panel .nhsuk-input__prefix,
.block-editor-inserter__menu-help-panel .nhsuk-input__suffix {
  background-color: #d8dde0;
  border: 2px solid #4c6272;
  box-sizing: border-box;
  cursor: default;
  display: inline-block;
  flex: 0 0 auto;
  min-height: 40px;
  min-width: 2.5rem;
  padding: 4px;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 19.99em) {
  .edit-post-visual-editor .nhsuk-input__prefix,
  .edit-post-visual-editor .nhsuk-input__suffix, .block-editor-block-styles .nhsuk-input__prefix,
  .block-editor-block-styles .nhsuk-input__suffix, .block-editor-inserter__menu-help-panel .nhsuk-input__prefix,
  .block-editor-inserter__menu-help-panel .nhsuk-input__suffix {
    max-width: 9.1ex;
    display: block;
    height: 100%;
    white-space: normal;
  }
}
@media (max-width: 40.0525em) {
  .edit-post-visual-editor .nhsuk-input__prefix,
  .edit-post-visual-editor .nhsuk-input__suffix, .block-editor-block-styles .nhsuk-input__prefix,
  .block-editor-block-styles .nhsuk-input__suffix, .block-editor-inserter__menu-help-panel .nhsuk-input__prefix,
  .block-editor-inserter__menu-help-panel .nhsuk-input__suffix {
    line-height: 1.6;
    font-size: 1.1875rem;
  }
}
@media (max-width: 19.99em) {
  .edit-post-visual-editor .nhsuk-input__prefix, .block-editor-block-styles .nhsuk-input__prefix, .block-editor-inserter__menu-help-panel .nhsuk-input__prefix {
    border-bottom: 0;
  }
}
@media (min-width: 20em) {
  .edit-post-visual-editor .nhsuk-input__prefix, .block-editor-block-styles .nhsuk-input__prefix, .block-editor-inserter__menu-help-panel .nhsuk-input__prefix {
    border-right: 0;
  }
}
@media (max-width: 19.99em) {
  .edit-post-visual-editor .nhsuk-input__suffix, .block-editor-block-styles .nhsuk-input__suffix, .block-editor-inserter__menu-help-panel .nhsuk-input__suffix {
    border-top: 0;
  }
}
@media (min-width: 20em) {
  .edit-post-visual-editor .nhsuk-input__suffix, .block-editor-block-styles .nhsuk-input__suffix, .block-editor-inserter__menu-help-panel .nhsuk-input__suffix {
    border-left: 0;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS / #INSET-TEXT
     ========================================================================== */
  /**
   * 1. Removes top margin from first element and bottom margin from last,
   *    to ensure correct spacing within the component.
   * 2. Restricts the width of the text to optimise the line length for
   *    readability.
   */
}
.edit-post-visual-editor .nhsuk-inset-text > *:first-child, .block-editor-block-styles .nhsuk-inset-text > *:first-child, .block-editor-inserter__menu-help-panel .nhsuk-inset-text > *:first-child {
  margin-top: 0;
}
.edit-post-visual-editor .nhsuk-inset-text > *:last-child, .block-editor-block-styles .nhsuk-inset-text > *:last-child, .block-editor-inserter__menu-help-panel .nhsuk-inset-text > *:last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor .nhsuk-inset-text, .block-editor-block-styles .nhsuk-inset-text, .block-editor-inserter__menu-help-panel .nhsuk-inset-text {
  /* [1] */
  max-width: 44em;
  /* [2] */
  margin-bottom: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-inset-text, .block-editor-block-styles .nhsuk-inset-text, .block-editor-inserter__menu-help-panel .nhsuk-inset-text {
    margin-bottom: 48px;
  }
}
.edit-post-visual-editor .nhsuk-inset-text, .block-editor-block-styles .nhsuk-inset-text, .block-editor-inserter__menu-help-panel .nhsuk-inset-text {
  margin-top: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-inset-text, .block-editor-block-styles .nhsuk-inset-text, .block-editor-inserter__menu-help-panel .nhsuk-inset-text {
    margin-top: 48px;
  }
}
.edit-post-visual-editor .nhsuk-inset-text, .block-editor-block-styles .nhsuk-inset-text, .block-editor-inserter__menu-help-panel .nhsuk-inset-text {
  padding: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-inset-text, .block-editor-block-styles .nhsuk-inset-text, .block-editor-inserter__menu-help-panel .nhsuk-inset-text {
    padding: 24px;
  }
}
.edit-post-visual-editor .nhsuk-inset-text, .block-editor-block-styles .nhsuk-inset-text, .block-editor-inserter__menu-help-panel .nhsuk-inset-text {
  border-left: 8px solid #005eb8;
}
@media print {
  .edit-post-visual-editor .nhsuk-inset-text, .block-editor-block-styles .nhsuk-inset-text, .block-editor-inserter__menu-help-panel .nhsuk-inset-text {
    border-color: #212b32;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS/ #LABEL
     ========================================================================== */
}
.edit-post-visual-editor .nhsuk-label, .block-editor-block-styles .nhsuk-label, .block-editor-inserter__menu-help-panel .nhsuk-label {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-label, .block-editor-block-styles .nhsuk-label, .block-editor-inserter__menu-help-panel .nhsuk-label {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-label, .block-editor-block-styles .nhsuk-label, .block-editor-inserter__menu-help-panel .nhsuk-label {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-label, .block-editor-block-styles .nhsuk-label, .block-editor-inserter__menu-help-panel .nhsuk-label {
  display: block;
  margin-bottom: 4px;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Modifiers that make labels look more like their equivalent headings */
}
.edit-post-visual-editor .nhsuk-label--xl,
.edit-post-visual-editor .nhsuk-label--l,
.edit-post-visual-editor .nhsuk-label--m, .block-editor-block-styles .nhsuk-label--xl,
.block-editor-block-styles .nhsuk-label--l,
.block-editor-block-styles .nhsuk-label--m, .block-editor-inserter__menu-help-panel .nhsuk-label--xl,
.block-editor-inserter__menu-help-panel .nhsuk-label--l,
.block-editor-inserter__menu-help-panel .nhsuk-label--m {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}
.edit-post-visual-editor .nhsuk-label--xl, .block-editor-block-styles .nhsuk-label--xl, .block-editor-inserter__menu-help-panel .nhsuk-label--xl {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-label--xl, .block-editor-block-styles .nhsuk-label--xl, .block-editor-inserter__menu-help-panel .nhsuk-label--xl {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.16667;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-label--xl, .block-editor-block-styles .nhsuk-label--xl, .block-editor-inserter__menu-help-panel .nhsuk-label--xl {
    font-size: 32pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-label--l, .block-editor-block-styles .nhsuk-label--l, .block-editor-inserter__menu-help-panel .nhsuk-label--l {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-label--l, .block-editor-block-styles .nhsuk-label--l, .block-editor-inserter__menu-help-panel .nhsuk-label--l {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-label--l, .block-editor-block-styles .nhsuk-label--l, .block-editor-inserter__menu-help-panel .nhsuk-label--l {
    font-size: 24pt;
    line-height: 1.05;
  }
}
.edit-post-visual-editor .nhsuk-label--m, .block-editor-block-styles .nhsuk-label--m, .block-editor-inserter__menu-help-panel .nhsuk-label--m {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-label--m, .block-editor-block-styles .nhsuk-label--m, .block-editor-inserter__menu-help-panel .nhsuk-label--m {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-label--m, .block-editor-block-styles .nhsuk-label--m, .block-editor-inserter__menu-help-panel .nhsuk-label--m {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-label--s, .block-editor-block-styles .nhsuk-label--s, .block-editor-inserter__menu-help-panel .nhsuk-label--s {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-label--s, .block-editor-block-styles .nhsuk-label--s, .block-editor-inserter__menu-help-panel .nhsuk-label--s {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-label--s, .block-editor-block-styles .nhsuk-label--s, .block-editor-inserter__menu-help-panel .nhsuk-label--s {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-label--s, .block-editor-block-styles .nhsuk-label--s, .block-editor-inserter__menu-help-panel .nhsuk-label--s {
  font-weight: 600;
  margin-top: 0;
}
.edit-post-visual-editor .nhsuk-label-wrapper, .block-editor-block-styles .nhsuk-label-wrapper, .block-editor-inserter__menu-help-panel .nhsuk-label-wrapper {
  margin: 0;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS / #PAGINATION
     ========================================================================== */
  /**
   * 1. Padding to give the icon spacing.
   * 2. Append the word 'page' after next and
   *    previous on print stylesheets to make it easier
   *    to understand in print context.
   */
}
.edit-post-visual-editor .nhsuk-pagination, .block-editor-block-styles .nhsuk-pagination, .block-editor-inserter__menu-help-panel .nhsuk-pagination {
  margin-top: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-pagination, .block-editor-block-styles .nhsuk-pagination, .block-editor-inserter__menu-help-panel .nhsuk-pagination {
    margin-top: 48px;
  }
}
.edit-post-visual-editor .nhsuk-pagination, .block-editor-block-styles .nhsuk-pagination, .block-editor-inserter__menu-help-panel .nhsuk-pagination {
  margin-bottom: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-pagination, .block-editor-block-styles .nhsuk-pagination, .block-editor-inserter__menu-help-panel .nhsuk-pagination {
    margin-bottom: 48px;
  }
}
.edit-post-visual-editor .nhsuk-pagination__list:after, .block-editor-block-styles .nhsuk-pagination__list:after, .block-editor-inserter__menu-help-panel .nhsuk-pagination__list:after {
  clear: both;
  content: "";
  display: block;
}
.edit-post-visual-editor .nhsuk-pagination-item--previous, .block-editor-block-styles .nhsuk-pagination-item--previous, .block-editor-inserter__menu-help-panel .nhsuk-pagination-item--previous {
  float: left;
  text-align: left;
  width: 50%;
}
.edit-post-visual-editor .nhsuk-pagination-item--previous .nhsuk-icon, .block-editor-block-styles .nhsuk-pagination-item--previous .nhsuk-icon, .block-editor-inserter__menu-help-panel .nhsuk-pagination-item--previous .nhsuk-icon {
  left: -6px;
}
.edit-post-visual-editor .nhsuk-pagination-item--previous .nhsuk-pagination__title, .block-editor-block-styles .nhsuk-pagination-item--previous .nhsuk-pagination__title, .block-editor-inserter__menu-help-panel .nhsuk-pagination-item--previous .nhsuk-pagination__title {
  padding-left: 32px; /* [1] */
}
.edit-post-visual-editor .nhsuk-pagination-item--next, .block-editor-block-styles .nhsuk-pagination-item--next, .block-editor-inserter__menu-help-panel .nhsuk-pagination-item--next {
  float: right;
  text-align: right;
  width: 50%;
}
.edit-post-visual-editor .nhsuk-pagination-item--next .nhsuk-icon, .block-editor-block-styles .nhsuk-pagination-item--next .nhsuk-icon, .block-editor-inserter__menu-help-panel .nhsuk-pagination-item--next .nhsuk-icon {
  right: -6px;
}
.edit-post-visual-editor .nhsuk-pagination-item--next .nhsuk-pagination__title, .block-editor-block-styles .nhsuk-pagination-item--next .nhsuk-pagination__title, .block-editor-inserter__menu-help-panel .nhsuk-pagination-item--next .nhsuk-pagination__title {
  padding-right: 32px; /* [1] */
}
.edit-post-visual-editor .nhsuk-pagination__link, .block-editor-block-styles .nhsuk-pagination__link, .block-editor-inserter__menu-help-panel .nhsuk-pagination__link {
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
}
@media print {
  .edit-post-visual-editor .nhsuk-pagination__link, .block-editor-block-styles .nhsuk-pagination__link, .block-editor-inserter__menu-help-panel .nhsuk-pagination__link {
    color: #212b32;
  }
}
.edit-post-visual-editor .nhsuk-pagination__link .nhsuk-icon, .block-editor-block-styles .nhsuk-pagination__link .nhsuk-icon, .block-editor-inserter__menu-help-panel .nhsuk-pagination__link .nhsuk-icon {
  position: absolute;
  top: -2px;
}
@media print {
  .edit-post-visual-editor .nhsuk-pagination__link .nhsuk-icon, .block-editor-block-styles .nhsuk-pagination__link .nhsuk-icon, .block-editor-inserter__menu-help-panel .nhsuk-pagination__link .nhsuk-icon {
    color: #212b32;
    margin-top: 0;
  }
}
.edit-post-visual-editor .nhsuk-pagination__link:hover, .block-editor-block-styles .nhsuk-pagination__link:hover, .block-editor-inserter__menu-help-panel .nhsuk-pagination__link:hover {
  color: #7c2855;
}
.edit-post-visual-editor .nhsuk-pagination__link:hover .nhsuk-icon, .block-editor-block-styles .nhsuk-pagination__link:hover .nhsuk-icon, .block-editor-inserter__menu-help-panel .nhsuk-pagination__link:hover .nhsuk-icon {
  fill: #7c2855;
}
.edit-post-visual-editor .nhsuk-pagination__link:hover .nhsuk-pagination__page, .block-editor-block-styles .nhsuk-pagination__link:hover .nhsuk-pagination__page, .block-editor-inserter__menu-help-panel .nhsuk-pagination__link:hover .nhsuk-pagination__page {
  text-decoration: none;
}
.edit-post-visual-editor .nhsuk-pagination__link:focus, .block-editor-block-styles .nhsuk-pagination__link:focus, .block-editor-inserter__menu-help-panel .nhsuk-pagination__link:focus {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}
.edit-post-visual-editor .nhsuk-pagination__link:focus .nhsuk-pagination__page, .block-editor-block-styles .nhsuk-pagination__link:focus .nhsuk-pagination__page, .block-editor-inserter__menu-help-panel .nhsuk-pagination__link:focus .nhsuk-pagination__page {
  text-decoration: none;
}
.edit-post-visual-editor .nhsuk-pagination__link:focus:visited .nhsuk-icon, .edit-post-visual-editor .nhsuk-pagination__link:focus:hover .nhsuk-icon, .edit-post-visual-editor .nhsuk-pagination__link:focus:active .nhsuk-icon, .block-editor-block-styles .nhsuk-pagination__link:focus:visited .nhsuk-icon, .block-editor-block-styles .nhsuk-pagination__link:focus:hover .nhsuk-icon, .block-editor-block-styles .nhsuk-pagination__link:focus:active .nhsuk-icon, .block-editor-inserter__menu-help-panel .nhsuk-pagination__link:focus:visited .nhsuk-icon, .block-editor-inserter__menu-help-panel .nhsuk-pagination__link:focus:hover .nhsuk-icon, .block-editor-inserter__menu-help-panel .nhsuk-pagination__link:focus:active .nhsuk-icon {
  fill: #212b32;
}
.edit-post-visual-editor .nhsuk-pagination__link:visited .nhsuk-icon, .block-editor-block-styles .nhsuk-pagination__link:visited .nhsuk-icon, .block-editor-inserter__menu-help-panel .nhsuk-pagination__link:visited .nhsuk-icon {
  fill: #330072;
}
.edit-post-visual-editor .nhsuk-pagination__link:visited:hover .nhsuk-icon, .block-editor-block-styles .nhsuk-pagination__link:visited:hover .nhsuk-icon, .block-editor-inserter__menu-help-panel .nhsuk-pagination__link:visited:hover .nhsuk-icon {
  fill: #7c2855;
}
.edit-post-visual-editor .nhsuk-pagination__link:visited:focus .nhsuk-icon, .block-editor-block-styles .nhsuk-pagination__link:visited:focus .nhsuk-icon, .block-editor-inserter__menu-help-panel .nhsuk-pagination__link:visited:focus .nhsuk-icon {
  fill: #212b32;
}
.edit-post-visual-editor .nhsuk-pagination__title, .block-editor-block-styles .nhsuk-pagination__title, .block-editor-inserter__menu-help-panel .nhsuk-pagination__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-pagination__title, .block-editor-block-styles .nhsuk-pagination__title, .block-editor-inserter__menu-help-panel .nhsuk-pagination__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-pagination__title, .block-editor-block-styles .nhsuk-pagination__title, .block-editor-inserter__menu-help-panel .nhsuk-pagination__title {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-pagination__title, .block-editor-block-styles .nhsuk-pagination__title, .block-editor-inserter__menu-help-panel .nhsuk-pagination__title {
  display: block;
}
@media print {
  .edit-post-visual-editor .nhsuk-pagination__title:after, .block-editor-block-styles .nhsuk-pagination__title:after, .block-editor-inserter__menu-help-panel .nhsuk-pagination__title:after {
    content: " page"; /* [2] */
  }
}
.edit-post-visual-editor .nhsuk-pagination__page, .block-editor-block-styles .nhsuk-pagination__page, .block-editor-inserter__menu-help-panel .nhsuk-pagination__page {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-pagination__page, .block-editor-block-styles .nhsuk-pagination__page, .block-editor-inserter__menu-help-panel .nhsuk-pagination__page {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-pagination__page, .block-editor-block-styles .nhsuk-pagination__page, .block-editor-inserter__menu-help-panel .nhsuk-pagination__page {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.edit-post-visual-editor .nhsuk-pagination__page, .block-editor-block-styles .nhsuk-pagination__page, .block-editor-inserter__menu-help-panel .nhsuk-pagination__page {
  display: block;
  text-decoration: underline;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS/ #RADIOS
     ========================================================================== */
  /**
   * 1. remove 300ms pause on mobile.
   * 2. Fix bug in IE11 caused by transform rotate (-45deg).
   */
}
.edit-post-visual-editor .nhsuk-radios__item, .block-editor-block-styles .nhsuk-radios__item, .block-editor-inserter__menu-help-panel .nhsuk-radios__item {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-radios__item, .block-editor-block-styles .nhsuk-radios__item, .block-editor-inserter__menu-help-panel .nhsuk-radios__item {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-radios__item, .block-editor-block-styles .nhsuk-radios__item, .block-editor-inserter__menu-help-panel .nhsuk-radios__item {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-radios__item, .block-editor-block-styles .nhsuk-radios__item, .block-editor-inserter__menu-help-panel .nhsuk-radios__item {
  clear: left;
  display: block;
  margin-bottom: 8px;
  min-height: 40px;
  padding: 0 0 0 40px;
  position: relative;
}
.edit-post-visual-editor .nhsuk-radios__item:last-child,
.edit-post-visual-editor .nhsuk-radios__item:last-of-type, .block-editor-block-styles .nhsuk-radios__item:last-child,
.block-editor-block-styles .nhsuk-radios__item:last-of-type, .block-editor-inserter__menu-help-panel .nhsuk-radios__item:last-child,
.block-editor-inserter__menu-help-panel .nhsuk-radios__item:last-of-type {
  margin-bottom: 0;
}
.edit-post-visual-editor .nhsuk-radios__input, .block-editor-block-styles .nhsuk-radios__input, .block-editor-inserter__menu-help-panel .nhsuk-radios__input {
  cursor: pointer;
  height: 40px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 40px;
  z-index: 1;
}
.edit-post-visual-editor .nhsuk-radios__label, .block-editor-block-styles .nhsuk-radios__label, .block-editor-inserter__menu-help-panel .nhsuk-radios__label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 12px 4px;
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 1 */
}
.edit-post-visual-editor .nhsuk-radios__hint, .block-editor-block-styles .nhsuk-radios__hint, .block-editor-inserter__menu-help-panel .nhsuk-radios__hint {
  display: block;
  padding-left: 12px;
  padding-right: 12px;
}
.edit-post-visual-editor .nhsuk-radios__input + .nhsuk-radios__label::before, .block-editor-block-styles .nhsuk-radios__input + .nhsuk-radios__label::before, .block-editor-inserter__menu-help-panel .nhsuk-radios__input + .nhsuk-radios__label::before {
  background: #ffffff;
  border: 2px solid #4c6272;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
.edit-post-visual-editor .nhsuk-radios__input + .nhsuk-radios__label::after, .block-editor-block-styles .nhsuk-radios__input + .nhsuk-radios__label::after, .block-editor-inserter__menu-help-panel .nhsuk-radios__input + .nhsuk-radios__label::after {
  background: #4c6272;
  border: 10px solid #212b32;
  border-radius: 50%;
  content: "";
  height: 0;
  left: 10px;
  opacity: 0;
  position: absolute;
  top: 10px;
  width: 0;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /**
   * Focus state
   *
   * 1. Since box-shadows are removed when users customise their colours
   *    We set a transparent outline that is shown instead.
   *    https://accessibility.blog.gov.uk/2017/03/27/how-users-change-colours-on-websites/
   */
}
.edit-post-visual-editor .nhsuk-radios__input:focus + .nhsuk-radios__label::before, .block-editor-block-styles .nhsuk-radios__input:focus + .nhsuk-radios__label::before, .block-editor-inserter__menu-help-panel .nhsuk-radios__input:focus + .nhsuk-radios__label::before {
  border: 4px solid #212b32;
  box-shadow: 0 0 0 4px #ffeb3b;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Selected state */
}
.edit-post-visual-editor .nhsuk-radios__input:checked + .nhsuk-radios__label::after, .block-editor-block-styles .nhsuk-radios__input:checked + .nhsuk-radios__label::after, .block-editor-inserter__menu-help-panel .nhsuk-radios__input:checked + .nhsuk-radios__label::after {
  opacity: 1;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Disabled state */
}
.edit-post-visual-editor .nhsuk-radios__input:disabled,
.edit-post-visual-editor .nhsuk-radios__input:disabled + .nhsuk-radios__label, .block-editor-block-styles .nhsuk-radios__input:disabled,
.block-editor-block-styles .nhsuk-radios__input:disabled + .nhsuk-radios__label, .block-editor-inserter__menu-help-panel .nhsuk-radios__input:disabled,
.block-editor-inserter__menu-help-panel .nhsuk-radios__input:disabled + .nhsuk-radios__label {
  cursor: default;
}
.edit-post-visual-editor .nhsuk-radios__input:disabled + .nhsuk-radios__label, .block-editor-block-styles .nhsuk-radios__input:disabled + .nhsuk-radios__label, .block-editor-inserter__menu-help-panel .nhsuk-radios__input:disabled + .nhsuk-radios__label {
  opacity: 0.5;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /*
   * Inline variant
   *
   * 1. Prevent inline modifier being used with conditional reveals
   */
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-radios--inline:after, .block-editor-block-styles .nhsuk-radios--inline:after, .block-editor-inserter__menu-help-panel .nhsuk-radios--inline:after {
    clear: both;
    content: "";
    display: block;
  }
  .edit-post-visual-editor .nhsuk-radios--inline .nhsuk-radios__item, .block-editor-block-styles .nhsuk-radios--inline .nhsuk-radios__item, .block-editor-inserter__menu-help-panel .nhsuk-radios--inline .nhsuk-radios__item {
    clear: none;
    float: left;
    margin-right: 24px;
  }
}
.edit-post-visual-editor .nhsuk-radios--inline.nhsuk-radios--conditional, .block-editor-block-styles .nhsuk-radios--inline.nhsuk-radios--conditional, .block-editor-inserter__menu-help-panel .nhsuk-radios--inline.nhsuk-radios--conditional {
  /* 1 */
}
.edit-post-visual-editor .nhsuk-radios--inline.nhsuk-radios--conditional .nhsuk-radios__item, .block-editor-block-styles .nhsuk-radios--inline.nhsuk-radios--conditional .nhsuk-radios__item, .block-editor-inserter__menu-help-panel .nhsuk-radios--inline.nhsuk-radios--conditional .nhsuk-radios__item {
  float: none;
  margin-right: 0;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Divider variant */
}
.edit-post-visual-editor .nhsuk-radios__divider, .block-editor-block-styles .nhsuk-radios__divider, .block-editor-inserter__menu-help-panel .nhsuk-radios__divider {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-radios__divider, .block-editor-block-styles .nhsuk-radios__divider, .block-editor-inserter__menu-help-panel .nhsuk-radios__divider {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-radios__divider, .block-editor-block-styles .nhsuk-radios__divider, .block-editor-inserter__menu-help-panel .nhsuk-radios__divider {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-radios__divider, .block-editor-block-styles .nhsuk-radios__divider, .block-editor-inserter__menu-help-panel .nhsuk-radios__divider {
  color: #212b32;
  margin-bottom: 8px;
  text-align: center;
  width: 40px;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Conditional */
}
.edit-post-visual-editor .nhsuk-radios__conditional, .block-editor-block-styles .nhsuk-radios__conditional, .block-editor-inserter__menu-help-panel .nhsuk-radios__conditional {
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-radios__conditional, .block-editor-block-styles .nhsuk-radios__conditional, .block-editor-inserter__menu-help-panel .nhsuk-radios__conditional {
    margin-bottom: 24px;
  }
}
.edit-post-visual-editor .nhsuk-radios__conditional, .block-editor-block-styles .nhsuk-radios__conditional, .block-editor-inserter__menu-help-panel .nhsuk-radios__conditional {
  border-left: 4px solid #4c6272;
  margin-left: 18px;
  padding-left: 30px;
}
.edit-post-visual-editor .nhsuk-radios__conditional > :last-child, .block-editor-block-styles .nhsuk-radios__conditional > :last-child, .block-editor-inserter__menu-help-panel .nhsuk-radios__conditional > :last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor .js-enabled .nhsuk-radios__conditional--hidden, .block-editor-block-styles .js-enabled .nhsuk-radios__conditional--hidden, .block-editor-inserter__menu-help-panel .js-enabled .nhsuk-radios__conditional--hidden {
  display: none;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS/ #SELECT
     ========================================================================== */
  /**
   * Select input sizing
   * 1. Uses rems so that safari input scales with font size
   * 2. This min-width was chosen because:
   *    - it makes the Select wider than it is tall (which is what users expect)
   *    - 20ex + 3ex matches the 'width-10' variant of the input component
   *    - it fits comfortably on screens as narrow as 240px wide
   */
}
.edit-post-visual-editor .nhsuk-select, .block-editor-block-styles .nhsuk-select, .block-editor-inserter__menu-help-panel .nhsuk-select {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-select, .block-editor-block-styles .nhsuk-select, .block-editor-inserter__menu-help-panel .nhsuk-select {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-select, .block-editor-block-styles .nhsuk-select, .block-editor-inserter__menu-help-panel .nhsuk-select {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-select, .block-editor-block-styles .nhsuk-select, .block-editor-inserter__menu-help-panel .nhsuk-select {
  border: 2px solid #4c6272;
  box-sizing: border-box;
  height: 2.5rem; /* [1] */
  min-width: 23ex; /* [2] */
  max-width: 100%;
  padding: 4px;
}
.edit-post-visual-editor .nhsuk-select:focus, .block-editor-block-styles .nhsuk-select:focus, .block-editor-inserter__menu-help-panel .nhsuk-select:focus {
  border: 2px solid #212b32;
  box-shadow: inset 0 0 0 2px;
  outline: 4px solid #ffeb3b; /* 1 */
  outline-offset: 0;
}
.edit-post-visual-editor .nhsuk-select option:active,
.edit-post-visual-editor .nhsuk-select option:checked,
.edit-post-visual-editor .nhsuk-select:focus::-ms-value, .block-editor-block-styles .nhsuk-select option:active,
.block-editor-block-styles .nhsuk-select option:checked,
.block-editor-block-styles .nhsuk-select:focus::-ms-value, .block-editor-inserter__menu-help-panel .nhsuk-select option:active,
.block-editor-inserter__menu-help-panel .nhsuk-select option:checked,
.block-editor-inserter__menu-help-panel .nhsuk-select:focus::-ms-value {
  background-color: #005eb8;
  color: #ffffff;
}
.edit-post-visual-editor .nhsuk-select--error, .block-editor-block-styles .nhsuk-select--error, .block-editor-inserter__menu-help-panel .nhsuk-select--error {
  border: 2px solid #d5281b;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS / #SKIP-LINK
     ========================================================================== */
  /**
   * 1. Hides the skip link off the page,
   * 2. until the link gains focus from keyboard tabbing.
   */
}
.edit-post-visual-editor .nhsuk-skip-link, .block-editor-block-styles .nhsuk-skip-link, .block-editor-inserter__menu-help-panel .nhsuk-skip-link {
  left: -9999px; /* [1] */
  padding: 8px;
  position: absolute;
}
.edit-post-visual-editor .nhsuk-skip-link:active, .edit-post-visual-editor .nhsuk-skip-link:focus, .block-editor-block-styles .nhsuk-skip-link:active, .block-editor-block-styles .nhsuk-skip-link:focus, .block-editor-inserter__menu-help-panel .nhsuk-skip-link:active, .block-editor-inserter__menu-help-panel .nhsuk-skip-link:focus {
  left: 16px; /* [2] */
  top: 16px;
  z-index: 2;
}
.edit-post-visual-editor .nhsuk-skip-link:visited, .block-editor-block-styles .nhsuk-skip-link:visited, .block-editor-inserter__menu-help-panel .nhsuk-skip-link:visited {
  color: #212b32;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS/ #SUMMARY-LIST
     ========================================================================== */
  /**
   * Original code taken from GDS (Government Digital Service)
   * https://github.com/alphagov/govuk-frontend
   *
   * 1. Required to allow us to wrap words that overflow.
   * 2. Reset default user agent styles
   * 3. Automatic wrapping for unbreakable text (e.g. URLs)
   * 4. Fallback for older browsers only
   */
}
.edit-post-visual-editor .nhsuk-summary-list, .block-editor-block-styles .nhsuk-summary-list, .block-editor-inserter__menu-help-panel .nhsuk-summary-list {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-summary-list, .block-editor-block-styles .nhsuk-summary-list, .block-editor-inserter__menu-help-panel .nhsuk-summary-list {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-summary-list, .block-editor-block-styles .nhsuk-summary-list, .block-editor-inserter__menu-help-panel .nhsuk-summary-list {
    font-size: 14pt;
    line-height: 1.15;
  }
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-summary-list, .block-editor-block-styles .nhsuk-summary-list, .block-editor-inserter__menu-help-panel .nhsuk-summary-list {
    display: table;
    table-layout: fixed; /* [1] */
    width: 100%;
  }
}
.edit-post-visual-editor .nhsuk-summary-list, .block-editor-block-styles .nhsuk-summary-list, .block-editor-inserter__menu-help-panel .nhsuk-summary-list {
  margin: 0; /* [2] */
  margin-bottom: 32px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-summary-list, .block-editor-block-styles .nhsuk-summary-list, .block-editor-inserter__menu-help-panel .nhsuk-summary-list {
    margin-bottom: 40px;
  }
}
@media (max-width: 40.0525em) {
  .edit-post-visual-editor .nhsuk-summary-list__row, .block-editor-block-styles .nhsuk-summary-list__row, .block-editor-inserter__menu-help-panel .nhsuk-summary-list__row {
    border-bottom: 1px solid #d8dde0;
    margin-bottom: 16px;
  }
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-summary-list__row, .block-editor-block-styles .nhsuk-summary-list__row, .block-editor-inserter__menu-help-panel .nhsuk-summary-list__row {
    display: table-row;
  }
}
.edit-post-visual-editor .nhsuk-summary-list__key,
.edit-post-visual-editor .nhsuk-summary-list__value,
.edit-post-visual-editor .nhsuk-summary-list__actions, .block-editor-block-styles .nhsuk-summary-list__key,
.block-editor-block-styles .nhsuk-summary-list__value,
.block-editor-block-styles .nhsuk-summary-list__actions, .block-editor-inserter__menu-help-panel .nhsuk-summary-list__key,
.block-editor-inserter__menu-help-panel .nhsuk-summary-list__value,
.block-editor-inserter__menu-help-panel .nhsuk-summary-list__actions {
  margin: 0; /* [2] */
  vertical-align: top;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-summary-list__key,
  .edit-post-visual-editor .nhsuk-summary-list__value,
  .edit-post-visual-editor .nhsuk-summary-list__actions, .block-editor-block-styles .nhsuk-summary-list__key,
  .block-editor-block-styles .nhsuk-summary-list__value,
  .block-editor-block-styles .nhsuk-summary-list__actions, .block-editor-inserter__menu-help-panel .nhsuk-summary-list__key,
  .block-editor-inserter__menu-help-panel .nhsuk-summary-list__value,
  .block-editor-inserter__menu-help-panel .nhsuk-summary-list__actions {
    border-bottom: 1px solid #d8dde0;
    display: table-cell;
    padding-bottom: 8px;
    padding-right: 24px;
    padding-top: 8px;
  }
}
.edit-post-visual-editor .nhsuk-summary-list__actions, .block-editor-block-styles .nhsuk-summary-list__actions, .block-editor-inserter__menu-help-panel .nhsuk-summary-list__actions {
  margin-bottom: 16px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-summary-list__actions, .block-editor-block-styles .nhsuk-summary-list__actions, .block-editor-inserter__menu-help-panel .nhsuk-summary-list__actions {
    padding-right: 0;
    text-align: right;
    width: 20%;
  }
}
.edit-post-visual-editor .nhsuk-summary-list__key,
.edit-post-visual-editor .nhsuk-summary-list__value, .block-editor-block-styles .nhsuk-summary-list__key,
.block-editor-block-styles .nhsuk-summary-list__value, .block-editor-inserter__menu-help-panel .nhsuk-summary-list__key,
.block-editor-inserter__menu-help-panel .nhsuk-summary-list__value {
  /* [3] */
  overflow-wrap: break-word;
  word-wrap: break-word; /* [4] */
}
.edit-post-visual-editor .nhsuk-summary-list__key, .block-editor-block-styles .nhsuk-summary-list__key, .block-editor-inserter__menu-help-panel .nhsuk-summary-list__key {
  font-weight: 600;
  margin-bottom: 4px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-summary-list__key, .block-editor-block-styles .nhsuk-summary-list__key, .block-editor-inserter__menu-help-panel .nhsuk-summary-list__key {
    width: 30%;
  }
}
@media (max-width: 40.0525em) {
  .edit-post-visual-editor .nhsuk-summary-list__value, .block-editor-block-styles .nhsuk-summary-list__value, .block-editor-inserter__menu-help-panel .nhsuk-summary-list__value {
    margin-bottom: 16px;
  }
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-summary-list__value, .block-editor-block-styles .nhsuk-summary-list__value, .block-editor-inserter__menu-help-panel .nhsuk-summary-list__value {
    width: 50%;
  }
}
.edit-post-visual-editor .nhsuk-summary-list__value > p, .block-editor-block-styles .nhsuk-summary-list__value > p, .block-editor-inserter__menu-help-panel .nhsuk-summary-list__value > p {
  margin-bottom: 8px;
}
.edit-post-visual-editor .nhsuk-summary-list__value > :last-child, .block-editor-block-styles .nhsuk-summary-list__value > :last-child, .block-editor-inserter__menu-help-panel .nhsuk-summary-list__value > :last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor .nhsuk-summary-list__actions-list, .block-editor-block-styles .nhsuk-summary-list__actions-list, .block-editor-inserter__menu-help-panel .nhsuk-summary-list__actions-list {
  margin: 0; /* [2] */
  padding: 0; /* [2] */
  width: 100%;
}
.edit-post-visual-editor .nhsuk-summary-list__actions-list-item, .block-editor-block-styles .nhsuk-summary-list__actions-list-item, .block-editor-inserter__menu-help-panel .nhsuk-summary-list__actions-list-item {
  display: inline;
  margin-right: 8px;
  padding-right: 8px;
}
.edit-post-visual-editor .nhsuk-summary-list__actions-list-item:not(:last-child), .block-editor-block-styles .nhsuk-summary-list__actions-list-item:not(:last-child), .block-editor-inserter__menu-help-panel .nhsuk-summary-list__actions-list-item:not(:last-child) {
  border-right: 1px solid #d8dde0;
}
.edit-post-visual-editor .nhsuk-summary-list__actions-list-item:last-child, .block-editor-block-styles .nhsuk-summary-list__actions-list-item:last-child, .block-editor-inserter__menu-help-panel .nhsuk-summary-list__actions-list-item:last-child {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}
.edit-post-visual-editor .nhsuk-summary-list--no-border .nhsuk-summary-list__key,
.edit-post-visual-editor .nhsuk-summary-list--no-border .nhsuk-summary-list__value,
.edit-post-visual-editor .nhsuk-summary-list--no-border .nhsuk-summary-list__actions,
.edit-post-visual-editor .nhsuk-summary-list--no-border .nhsuk-summary-list__row, .block-editor-block-styles .nhsuk-summary-list--no-border .nhsuk-summary-list__key,
.block-editor-block-styles .nhsuk-summary-list--no-border .nhsuk-summary-list__value,
.block-editor-block-styles .nhsuk-summary-list--no-border .nhsuk-summary-list__actions,
.block-editor-block-styles .nhsuk-summary-list--no-border .nhsuk-summary-list__row, .block-editor-inserter__menu-help-panel .nhsuk-summary-list--no-border .nhsuk-summary-list__key,
.block-editor-inserter__menu-help-panel .nhsuk-summary-list--no-border .nhsuk-summary-list__value,
.block-editor-inserter__menu-help-panel .nhsuk-summary-list--no-border .nhsuk-summary-list__actions,
.block-editor-inserter__menu-help-panel .nhsuk-summary-list--no-border .nhsuk-summary-list__row {
  border: 0;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS / #TABLE
     ========================================================================== */
  /**
   * Table container is used to ensure the table does not break the container.
   *
   * 1. Margin is removed so there isn't double spacing.
   */
}
.edit-post-visual-editor .nhsuk-table-container, .block-editor-block-styles .nhsuk-table-container, .block-editor-inserter__menu-help-panel .nhsuk-table-container {
  margin-bottom: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-table-container, .block-editor-block-styles .nhsuk-table-container, .block-editor-inserter__menu-help-panel .nhsuk-table-container {
    margin-bottom: 48px;
  }
}
.edit-post-visual-editor .nhsuk-table-container, .block-editor-block-styles .nhsuk-table-container, .block-editor-inserter__menu-help-panel .nhsuk-table-container {
  display: block;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: auto;
  width: 100%;
}
.edit-post-visual-editor .nhsuk-table-container .nhsuk-table, .block-editor-block-styles .nhsuk-table-container .nhsuk-table, .block-editor-inserter__menu-help-panel .nhsuk-table-container .nhsuk-table {
  margin: 0; /* [1] */
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Table row hover
  ========================================================================== */
  /**
   * Table row hover is used to aid readability for users.
   */
}
.edit-post-visual-editor .nhsuk-table__row:hover, .block-editor-block-styles .nhsuk-table__row:hover, .block-editor-inserter__menu-help-panel .nhsuk-table__row:hover {
  background-color: #f0f4f5;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Table panel with tab heading
  ========================================================================== */
  /**
   * 1. Margin is removed so there isn't double spacing.
   */
}
.edit-post-visual-editor .nhsuk-table__panel-with-heading-tab > *:first-child, .block-editor-block-styles .nhsuk-table__panel-with-heading-tab > *:first-child, .block-editor-inserter__menu-help-panel .nhsuk-table__panel-with-heading-tab > *:first-child {
  margin-top: 0;
}
.edit-post-visual-editor .nhsuk-table__panel-with-heading-tab > *:last-child, .block-editor-block-styles .nhsuk-table__panel-with-heading-tab > *:last-child, .block-editor-inserter__menu-help-panel .nhsuk-table__panel-with-heading-tab > *:last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor .nhsuk-table__panel-with-heading-tab, .block-editor-block-styles .nhsuk-table__panel-with-heading-tab, .block-editor-inserter__menu-help-panel .nhsuk-table__panel-with-heading-tab {
  margin-bottom: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-table__panel-with-heading-tab, .block-editor-block-styles .nhsuk-table__panel-with-heading-tab, .block-editor-inserter__menu-help-panel .nhsuk-table__panel-with-heading-tab {
    margin-bottom: 48px;
  }
}
.edit-post-visual-editor .nhsuk-table__panel-with-heading-tab, .block-editor-block-styles .nhsuk-table__panel-with-heading-tab, .block-editor-inserter__menu-help-panel .nhsuk-table__panel-with-heading-tab {
  margin-top: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-table__panel-with-heading-tab, .block-editor-block-styles .nhsuk-table__panel-with-heading-tab, .block-editor-inserter__menu-help-panel .nhsuk-table__panel-with-heading-tab {
    margin-top: 48px;
  }
}
.edit-post-visual-editor .nhsuk-table__panel-with-heading-tab, .block-editor-block-styles .nhsuk-table__panel-with-heading-tab, .block-editor-inserter__menu-help-panel .nhsuk-table__panel-with-heading-tab {
  padding: 24px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-table__panel-with-heading-tab, .block-editor-block-styles .nhsuk-table__panel-with-heading-tab, .block-editor-inserter__menu-help-panel .nhsuk-table__panel-with-heading-tab {
    padding: 32px;
  }
}
.edit-post-visual-editor .nhsuk-table__panel-with-heading-tab, .block-editor-block-styles .nhsuk-table__panel-with-heading-tab, .block-editor-inserter__menu-help-panel .nhsuk-table__panel-with-heading-tab {
  background-color: #ffffff;
  color: #212b32;
}
@media print {
  .edit-post-visual-editor .nhsuk-table__panel-with-heading-tab, .block-editor-block-styles .nhsuk-table__panel-with-heading-tab, .block-editor-inserter__menu-help-panel .nhsuk-table__panel-with-heading-tab {
    border: 1px solid #212b32;
    page-break-inside: avoid;
  }
}
.edit-post-visual-editor .nhsuk-table__panel-with-heading-tab, .block-editor-block-styles .nhsuk-table__panel-with-heading-tab, .block-editor-inserter__menu-help-panel .nhsuk-table__panel-with-heading-tab {
  border: 1px solid #d8dde0;
  padding-top: 0 !important; /* stylelint-disable-line declaration-no-important */
}
.edit-post-visual-editor .nhsuk-table__panel-with-heading-tab .nhsuk-table-container,
.edit-post-visual-editor .nhsuk-table__panel-with-heading-tab .nhsuk-table, .block-editor-block-styles .nhsuk-table__panel-with-heading-tab .nhsuk-table-container,
.block-editor-block-styles .nhsuk-table__panel-with-heading-tab .nhsuk-table, .block-editor-inserter__menu-help-panel .nhsuk-table__panel-with-heading-tab .nhsuk-table-container,
.block-editor-inserter__menu-help-panel .nhsuk-table__panel-with-heading-tab .nhsuk-table {
  margin: 0; /* [1] */
}
.edit-post-visual-editor .nhsuk-table__heading-tab, .block-editor-block-styles .nhsuk-table__heading-tab, .block-editor-inserter__menu-help-panel .nhsuk-table__heading-tab {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-table__heading-tab, .block-editor-block-styles .nhsuk-table__heading-tab, .block-editor-inserter__menu-help-panel .nhsuk-table__heading-tab {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-table__heading-tab, .block-editor-block-styles .nhsuk-table__heading-tab, .block-editor-inserter__menu-help-panel .nhsuk-table__heading-tab {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-table__heading-tab, .block-editor-block-styles .nhsuk-table__heading-tab, .block-editor-inserter__menu-help-panel .nhsuk-table__heading-tab {
  background-color: #005eb8;
  color: #ffffff;
  display: inline-block;
  margin: 0 0 8px -33px;
  padding: 8px 32px;
  position: relative;
  top: -16px;
}
@media (max-width: 40.0525em) {
  .edit-post-visual-editor .nhsuk-table__heading-tab, .block-editor-block-styles .nhsuk-table__heading-tab, .block-editor-inserter__menu-help-panel .nhsuk-table__heading-tab {
    margin-left: -25px;
    margin-right: 0;
    padding: 8px 24px;
    top: -8px;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-table__heading-tab, .block-editor-block-styles .nhsuk-table__heading-tab, .block-editor-inserter__menu-help-panel .nhsuk-table__heading-tab {
    background: none;
    color: #212b32;
    top: 0;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Responsive table
  ========================================================================== */
  /**
   * 1. Hiding the thead on mobile
   * 2. Displaying the thead on desktop
   * 3. Removing default screen reader behaviour
   * 4. Assigning role of table-row on desktop to give default screen reader behaviour
   * 5. Using justify content to space out elements in the row on mobile
   * 6. Assigning a minimum width in case of black cell
   * 7. Aligning content to the right on mobile
   * 8. Aligning mobile header to left to split it from the data
   * 9. Hiding mobile specific header from desktop view
   * 10. Adding a display block value due to IE 11 not having full flex support
   */
}
.edit-post-visual-editor .nhsuk-table-responsive, .edit-post-visual-editor figure.is-style-nhsuk-table-responsive, .block-editor-block-styles .nhsuk-table-responsive, .block-editor-block-styles figure.is-style-nhsuk-table-responsive, .block-editor-inserter__menu-help-panel .nhsuk-table-responsive, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive {
  margin-bottom: 0;
  width: 100%;
}
.edit-post-visual-editor .nhsuk-table-responsive thead, .edit-post-visual-editor figure.is-style-nhsuk-table-responsive thead, .block-editor-block-styles .nhsuk-table-responsive thead, .block-editor-block-styles figure.is-style-nhsuk-table-responsive thead, .block-editor-inserter__menu-help-panel .nhsuk-table-responsive thead, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive thead {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* [1] */
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-table-responsive thead, .edit-post-visual-editor figure.is-style-nhsuk-table-responsive thead, .block-editor-block-styles .nhsuk-table-responsive thead, .block-editor-block-styles figure.is-style-nhsuk-table-responsive thead, .block-editor-inserter__menu-help-panel .nhsuk-table-responsive thead, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive thead {
    clip: auto;
    -webkit-clip-path: initial;
    clip-path: initial;
    display: table-header-group;
    height: auto;
    overflow: auto;
    position: relative;
    width: auto;
    /* [2] */
  }
}
.edit-post-visual-editor .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table-responsive__heading, .edit-post-visual-editor figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table-responsive__heading, .block-editor-block-styles .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table-responsive__heading, .block-editor-block-styles figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table-responsive__heading, .block-editor-inserter__menu-help-panel .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table-responsive__heading, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table-responsive__heading {
  font-weight: 600;
  padding-right: 16px;
  text-align: left; /* [8] */
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table-responsive__heading, .edit-post-visual-editor figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table-responsive__heading, .block-editor-block-styles .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table-responsive__heading, .block-editor-block-styles figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table-responsive__heading, .block-editor-inserter__menu-help-panel .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table-responsive__heading, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table-responsive__heading {
    display: none; /* [9] */
  }
}
.edit-post-visual-editor .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row, .edit-post-visual-editor figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row, .block-editor-block-styles .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row, .block-editor-block-styles figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row, .block-editor-inserter__menu-help-panel .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row {
  display: block; /* [3] */
  margin-bottom: 24px;
}
.edit-post-visual-editor .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row:last-child, .edit-post-visual-editor figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row:last-child, .block-editor-block-styles .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row:last-child, .block-editor-block-styles figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row:last-child, .block-editor-inserter__menu-help-panel .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row:last-child, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row:last-child {
  margin-bottom: 0;
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row, .edit-post-visual-editor figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row, .block-editor-block-styles .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row, .block-editor-block-styles figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row, .block-editor-inserter__menu-help-panel .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row {
    display: table-row; /* [4] */
  }
}
.edit-post-visual-editor .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th, .edit-post-visual-editor figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th, .block-editor-block-styles .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th, .block-editor-block-styles figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th, .block-editor-inserter__menu-help-panel .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th {
  text-align: right;
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th, .edit-post-visual-editor figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th, .block-editor-block-styles .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th, .block-editor-block-styles figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th, .block-editor-inserter__menu-help-panel .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row th {
    text-align: left;
  }
}
.edit-post-visual-editor .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .edit-post-visual-editor figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .block-editor-block-styles .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .block-editor-block-styles figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .block-editor-inserter__menu-help-panel .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td {
  display: block;
  display: flex;
  justify-content: space-between; /* [5] */
  min-width: 1px; /* [6] */
}
@media all and (-ms-high-contrast: none) {
  .edit-post-visual-editor .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .edit-post-visual-editor figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .block-editor-block-styles .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .block-editor-block-styles figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .block-editor-inserter__menu-help-panel .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td {
    /* [10] */
    display: block;
  }
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .edit-post-visual-editor figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .block-editor-block-styles .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .block-editor-block-styles figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .block-editor-inserter__menu-help-panel .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td {
    display: table-cell;
  }
}
@media (max-width: 48.0525em) {
  .edit-post-visual-editor .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .edit-post-visual-editor figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .block-editor-block-styles .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .block-editor-block-styles figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .block-editor-inserter__menu-help-panel .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td {
    padding-right: 0;
    text-align: right; /* [7] */
  }
  .edit-post-visual-editor .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td:last-child, .edit-post-visual-editor figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td:last-child, .block-editor-block-styles .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td:last-child, .block-editor-block-styles figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td:last-child, .block-editor-inserter__menu-help-panel .nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td:last-child, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive .nhsuk-table__body .nhsuk-table__row td:last-child {
    border-bottom: 3px solid #d8dde0;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Numeric tables
  ========================================================================== */
  /**
   * Right aligns table cells for numeric tables.
   */
}
.edit-post-visual-editor .nhsuk-table__header--numeric,
.edit-post-visual-editor .nhsuk-table__cell--numeric, .block-editor-block-styles .nhsuk-table__header--numeric,
.block-editor-block-styles .nhsuk-table__cell--numeric, .block-editor-inserter__menu-help-panel .nhsuk-table__header--numeric,
.block-editor-inserter__menu-help-panel .nhsuk-table__cell--numeric {
  text-align: right;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     #TAG
     ========================================================================== */
}
.edit-post-visual-editor .nhsuk-tag, .block-editor-block-styles .nhsuk-tag, .block-editor-inserter__menu-help-panel .nhsuk-tag {
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-tag, .block-editor-block-styles .nhsuk-tag, .block-editor-inserter__menu-help-panel .nhsuk-tag {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-tag, .block-editor-block-styles .nhsuk-tag, .block-editor-inserter__menu-help-panel .nhsuk-tag {
    font-size: 14pt;
    line-height: 1;
  }
}
.edit-post-visual-editor .nhsuk-tag, .block-editor-block-styles .nhsuk-tag, .block-editor-inserter__menu-help-panel .nhsuk-tag {
  background-color: rgb(0, 84.6, 165.6);
  border: 1px solid rgb(0, 84.6, 165.6);
  color: #ffffff;
  display: inline-block;
  outline: 2px solid transparent;
  outline-offset: -2px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  text-decoration: none;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Colour variants
    ========================================================================== */
}
.edit-post-visual-editor .nhsuk-tag--white, .edit-post-visual-editor .nhsuk-tag.is-style-white, .block-editor-block-styles .nhsuk-tag--white, .block-editor-block-styles .nhsuk-tag.is-style-white, .block-editor-inserter__menu-help-panel .nhsuk-tag--white, .block-editor-inserter__menu-help-panel .nhsuk-tag.is-style-white {
  background-color: #ffffff;
  border-color: #212b32;
  color: #212b32;
}
.edit-post-visual-editor .nhsuk-tag--grey, .edit-post-visual-editor .nhsuk-tag.is-style-grey, .block-editor-block-styles .nhsuk-tag--grey, .block-editor-block-styles .nhsuk-tag.is-style-grey, .block-editor-inserter__menu-help-panel .nhsuk-tag--grey, .block-editor-inserter__menu-help-panel .nhsuk-tag.is-style-grey {
  background-color: rgb(219.2, 223.6, 226.8);
  border-color: rgb(53.2, 68.6, 79.8);
  color: rgb(53.2, 68.6, 79.8);
}
.edit-post-visual-editor .nhsuk-tag--green, .edit-post-visual-editor .nhsuk-tag.is-style-green, .block-editor-block-styles .nhsuk-tag--green, .block-editor-block-styles .nhsuk-tag.is-style-green, .block-editor-inserter__menu-help-panel .nhsuk-tag--green, .block-editor-inserter__menu-help-panel .nhsuk-tag.is-style-green {
  background-color: rgb(204, 229.4, 215.8);
  border-color: rgb(0, 76.2, 35.4);
  color: rgb(0, 76.2, 35.4);
}
.edit-post-visual-editor .nhsuk-tag--aqua-green, .edit-post-visual-editor .nhsuk-tag.is-style-aqua-green, .block-editor-block-styles .nhsuk-tag--aqua-green, .block-editor-block-styles .nhsuk-tag.is-style-aqua-green, .block-editor-inserter__menu-help-panel .nhsuk-tag--aqua-green, .block-editor-inserter__menu-help-panel .nhsuk-tag.is-style-aqua-green {
  background-color: rgb(204, 236.8, 234.6);
  border-color: rgb(0, 82, 76.5);
  color: rgb(0, 82, 76.5);
}
.edit-post-visual-editor .nhsuk-tag--blue, .block-editor-block-styles .nhsuk-tag--blue, .block-editor-inserter__menu-help-panel .nhsuk-tag--blue {
  background-color: rgb(204, 222.8, 240.8);
  border-color: rgb(0, 65.8, 128.8);
  color: rgb(0, 65.8, 128.8);
}
.edit-post-visual-editor .nhsuk-tag--purple, .edit-post-visual-editor .nhsuk-tag.is-style-purple, .block-editor-block-styles .nhsuk-tag--purple, .block-editor-block-styles .nhsuk-tag.is-style-purple, .block-editor-inserter__menu-help-panel .nhsuk-tag--purple, .block-editor-inserter__menu-help-panel .nhsuk-tag.is-style-purple {
  background-color: rgb(214.2, 204, 226.8);
  border-color: rgb(35.7, 0, 79.8);
  color: rgb(35.7, 0, 79.8);
}
.edit-post-visual-editor .nhsuk-tag--pink, .edit-post-visual-editor .nhsuk-tag.is-style-pink, .block-editor-block-styles .nhsuk-tag--pink, .block-editor-block-styles .nhsuk-tag.is-style-pink, .block-editor-inserter__menu-help-panel .nhsuk-tag--pink, .block-editor-inserter__menu-help-panel .nhsuk-tag.is-style-pink {
  background-color: rgb(238.8, 211.4, 227);
  border-color: rgb(87, 18.5, 57.5);
  color: rgb(87, 18.5, 57.5);
}
.edit-post-visual-editor .nhsuk-tag--red, .edit-post-visual-editor .nhsuk-tag.is-style-red, .block-editor-block-styles .nhsuk-tag--red, .block-editor-block-styles .nhsuk-tag.is-style-red, .block-editor-inserter__menu-help-panel .nhsuk-tag--red, .block-editor-inserter__menu-help-panel .nhsuk-tag.is-style-red {
  background-color: rgb(246.6, 212, 209.4);
  border-color: rgb(106.5, 20, 13.5);
  color: rgb(106.5, 20, 13.5);
}
.edit-post-visual-editor .nhsuk-tag--orange, .edit-post-visual-editor .nhsuk-tag.is-style-orange, .block-editor-block-styles .nhsuk-tag--orange, .block-editor-block-styles .nhsuk-tag.is-style-orange, .block-editor-inserter__menu-help-panel .nhsuk-tag--orange, .block-editor-inserter__menu-help-panel .nhsuk-tag.is-style-orange {
  background-color: rgb(255, 219.5, 141.5);
  border-color: rgb(76.5, 55.2, 8.4);
  color: rgb(76.5, 55.2, 8.4);
}
.edit-post-visual-editor .nhsuk-tag--yellow, .edit-post-visual-editor .nhsuk-tag.is-style-yellow, .block-editor-block-styles .nhsuk-tag--yellow, .block-editor-block-styles .nhsuk-tag.is-style-yellow, .block-editor-inserter__menu-help-panel .nhsuk-tag--yellow, .block-editor-inserter__menu-help-panel .nhsuk-tag.is-style-yellow {
  background-color: #fff59d;
  border-color: rgb(76.5, 70.5, 17.7);
  color: rgb(76.5, 70.5, 17.7);
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Remove tag border
    ========================================================================== */
}
.edit-post-visual-editor .nhsuk-tag--no-border, .block-editor-block-styles .nhsuk-tag--no-border, .block-editor-inserter__menu-help-panel .nhsuk-tag--no-border {
  border: 0;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS/ #TEXTAREA
     ========================================================================== */
}
.edit-post-visual-editor .nhsuk-textarea, .block-editor-block-styles .nhsuk-textarea, .block-editor-inserter__menu-help-panel .nhsuk-textarea {
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-textarea, .block-editor-block-styles .nhsuk-textarea, .block-editor-inserter__menu-help-panel .nhsuk-textarea {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-textarea, .block-editor-block-styles .nhsuk-textarea, .block-editor-inserter__menu-help-panel .nhsuk-textarea {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-textarea, .block-editor-block-styles .nhsuk-textarea, .block-editor-inserter__menu-help-panel .nhsuk-textarea {
  -webkit-appearance: none;
  border: 2px solid #4c6272;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  min-height: 40px;
  padding: 4px;
  resize: vertical;
  width: 100%;
}
.edit-post-visual-editor .nhsuk-textarea:focus, .block-editor-block-styles .nhsuk-textarea:focus, .block-editor-inserter__menu-help-panel .nhsuk-textarea:focus {
  border: 2px solid #212b32;
  box-shadow: inset 0 0 0 2px;
  outline: 4px solid #ffeb3b; /* 1 */
  outline-offset: 0;
}
.edit-post-visual-editor .nhsuk-textarea--error, .block-editor-block-styles .nhsuk-textarea--error, .block-editor-inserter__menu-help-panel .nhsuk-textarea--error {
  border: 2px solid #d5281b;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS / #WARNING-CALLOUT
     ========================================================================== */
  /**
   * 1. Uses @mixin panel-with-label from tools/_mixins.
   * 2. Uses @mixin heading-label from tools/_mixins.
   */
}
.edit-post-visual-editor .nhsuk-warning-callout > *:first-child, .block-editor-block-styles .nhsuk-warning-callout > *:first-child, .block-editor-inserter__menu-help-panel .nhsuk-warning-callout > *:first-child {
  margin-top: 0;
}
.edit-post-visual-editor .nhsuk-warning-callout > *:last-child, .block-editor-block-styles .nhsuk-warning-callout > *:last-child, .block-editor-inserter__menu-help-panel .nhsuk-warning-callout > *:last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor .nhsuk-warning-callout, .block-editor-block-styles .nhsuk-warning-callout, .block-editor-inserter__menu-help-panel .nhsuk-warning-callout {
  margin-bottom: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-warning-callout, .block-editor-block-styles .nhsuk-warning-callout, .block-editor-inserter__menu-help-panel .nhsuk-warning-callout {
    margin-bottom: 48px;
  }
}
.edit-post-visual-editor .nhsuk-warning-callout, .block-editor-block-styles .nhsuk-warning-callout, .block-editor-inserter__menu-help-panel .nhsuk-warning-callout {
  margin-top: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-warning-callout, .block-editor-block-styles .nhsuk-warning-callout, .block-editor-inserter__menu-help-panel .nhsuk-warning-callout {
    margin-top: 48px;
  }
}
.edit-post-visual-editor .nhsuk-warning-callout, .block-editor-block-styles .nhsuk-warning-callout, .block-editor-inserter__menu-help-panel .nhsuk-warning-callout {
  padding: 24px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-warning-callout, .block-editor-block-styles .nhsuk-warning-callout, .block-editor-inserter__menu-help-panel .nhsuk-warning-callout {
    padding: 32px;
  }
}
.edit-post-visual-editor .nhsuk-warning-callout, .block-editor-block-styles .nhsuk-warning-callout, .block-editor-inserter__menu-help-panel .nhsuk-warning-callout {
  background-color: #fff9c4;
  color: #212b32;
}
@media print {
  .edit-post-visual-editor .nhsuk-warning-callout, .block-editor-block-styles .nhsuk-warning-callout, .block-editor-inserter__menu-help-panel .nhsuk-warning-callout {
    border: 1px solid #212b32;
    page-break-inside: avoid;
  }
}
.edit-post-visual-editor .nhsuk-warning-callout, .block-editor-block-styles .nhsuk-warning-callout, .block-editor-inserter__menu-help-panel .nhsuk-warning-callout {
  border: 1px solid #ffeb3b;
  padding-top: 0 !important; /* stylelint-disable-line declaration-no-important */
  /* [1] */
}
.edit-post-visual-editor .nhsuk-warning-callout__label, .block-editor-block-styles .nhsuk-warning-callout__label, .block-editor-inserter__menu-help-panel .nhsuk-warning-callout__label {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-warning-callout__label, .block-editor-block-styles .nhsuk-warning-callout__label, .block-editor-inserter__menu-help-panel .nhsuk-warning-callout__label {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-warning-callout__label, .block-editor-block-styles .nhsuk-warning-callout__label, .block-editor-inserter__menu-help-panel .nhsuk-warning-callout__label {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-warning-callout__label, .block-editor-block-styles .nhsuk-warning-callout__label, .block-editor-inserter__menu-help-panel .nhsuk-warning-callout__label {
  background-color: #ffeb3b;
  color: #212b32;
  display: inline-block;
  margin: 0 0 8px -33px;
  padding: 8px 32px;
  position: relative;
  top: -16px;
}
@media (max-width: 40.0525em) {
  .edit-post-visual-editor .nhsuk-warning-callout__label, .block-editor-block-styles .nhsuk-warning-callout__label, .block-editor-inserter__menu-help-panel .nhsuk-warning-callout__label {
    margin-left: -25px;
    margin-right: 0;
    padding: 8px 24px;
    top: -8px;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-warning-callout__label, .block-editor-block-styles .nhsuk-warning-callout__label, .block-editor-inserter__menu-help-panel .nhsuk-warning-callout__label {
    background: none;
    color: #212b32;
    top: 0;
  }
}
.edit-post-visual-editor .nhsuk-warning-callout__label, .block-editor-block-styles .nhsuk-warning-callout__label, .block-editor-inserter__menu-help-panel .nhsuk-warning-callout__label {
  /* [2] */
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS / #PANEL
     ========================================================================== */
}
.edit-post-visual-editor .nhsuk-panel > *:first-child, .block-editor-block-styles .nhsuk-panel > *:first-child, .block-editor-inserter__menu-help-panel .nhsuk-panel > *:first-child {
  margin-top: 0;
}
.edit-post-visual-editor .nhsuk-panel > *:last-child, .block-editor-block-styles .nhsuk-panel > *:last-child, .block-editor-inserter__menu-help-panel .nhsuk-panel > *:last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor .nhsuk-panel, .block-editor-block-styles .nhsuk-panel, .block-editor-inserter__menu-help-panel .nhsuk-panel {
  margin-bottom: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-panel, .block-editor-block-styles .nhsuk-panel, .block-editor-inserter__menu-help-panel .nhsuk-panel {
    margin-bottom: 48px;
  }
}
.edit-post-visual-editor .nhsuk-panel, .block-editor-block-styles .nhsuk-panel, .block-editor-inserter__menu-help-panel .nhsuk-panel {
  margin-top: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-panel, .block-editor-block-styles .nhsuk-panel, .block-editor-inserter__menu-help-panel .nhsuk-panel {
    margin-top: 48px;
  }
}
.edit-post-visual-editor .nhsuk-panel, .block-editor-block-styles .nhsuk-panel, .block-editor-inserter__menu-help-panel .nhsuk-panel {
  padding: 24px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-panel, .block-editor-block-styles .nhsuk-panel, .block-editor-inserter__menu-help-panel .nhsuk-panel {
    padding: 32px;
  }
}
.edit-post-visual-editor .nhsuk-panel, .block-editor-block-styles .nhsuk-panel, .block-editor-inserter__menu-help-panel .nhsuk-panel {
  background-color: #ffffff;
  color: #212b32;
}
@media print {
  .edit-post-visual-editor .nhsuk-panel, .block-editor-block-styles .nhsuk-panel, .block-editor-inserter__menu-help-panel .nhsuk-panel {
    border: 1px solid #212b32;
    page-break-inside: avoid;
  }
}
.edit-post-visual-editor .nhsuk-panel, .block-editor-block-styles .nhsuk-panel, .block-editor-inserter__menu-help-panel .nhsuk-panel {
  width: 100%;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Panel colour variant
     ========================================================================== */
}
.edit-post-visual-editor .nhsuk-panel--grey, .edit-post-visual-editor .nhsuk-panel.is-style-panel-grey, .block-editor-block-styles .nhsuk-panel--grey, .block-editor-block-styles .nhsuk-panel.is-style-panel-grey, .block-editor-inserter__menu-help-panel .nhsuk-panel--grey, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-grey {
  background-color: #f0f4f5;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Panel with label
     ========================================================================== */
}
.edit-post-visual-editor .nhsuk-panel-with-label > *:first-child, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label > *:first-child, .block-editor-block-styles .nhsuk-panel-with-label > *:first-child, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label > *:first-child, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label > *:first-child, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label > *:first-child {
  margin-top: 0;
}
.edit-post-visual-editor .nhsuk-panel-with-label > *:last-child, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label > *:last-child, .block-editor-block-styles .nhsuk-panel-with-label > *:last-child, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label > *:last-child, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label > *:last-child, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label > *:last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor .nhsuk-panel-with-label, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label, .block-editor-block-styles .nhsuk-panel-with-label, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label {
  margin-bottom: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-panel-with-label, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label, .block-editor-block-styles .nhsuk-panel-with-label, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label {
    margin-bottom: 48px;
  }
}
.edit-post-visual-editor .nhsuk-panel-with-label, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label, .block-editor-block-styles .nhsuk-panel-with-label, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label {
  margin-top: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-panel-with-label, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label, .block-editor-block-styles .nhsuk-panel-with-label, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label {
    margin-top: 48px;
  }
}
.edit-post-visual-editor .nhsuk-panel-with-label, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label, .block-editor-block-styles .nhsuk-panel-with-label, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label {
  padding: 24px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-panel-with-label, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label, .block-editor-block-styles .nhsuk-panel-with-label, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label {
    padding: 32px;
  }
}
.edit-post-visual-editor .nhsuk-panel-with-label, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label, .block-editor-block-styles .nhsuk-panel-with-label, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label {
  background-color: #ffffff;
  color: #212b32;
}
@media print {
  .edit-post-visual-editor .nhsuk-panel-with-label, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label, .block-editor-block-styles .nhsuk-panel-with-label, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label {
    border: 1px solid #212b32;
    page-break-inside: avoid;
  }
}
.edit-post-visual-editor .nhsuk-panel-with-label, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label, .block-editor-block-styles .nhsuk-panel-with-label, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label {
  border: 1px solid #d8dde0;
  padding-top: 0 !important; /* stylelint-disable-line declaration-no-important */
}
.edit-post-visual-editor .nhsuk-panel-with-label__label, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-panel-with-label__label, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label__label, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-panel-with-label__label, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-panel-with-label__label, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label__label, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-panel-with-label__label, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-panel-with-label__label, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label__label, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-panel-with-label__label, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-panel-with-label__label, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label__label, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text {
  background-color: #005eb8;
  color: #ffffff;
  display: inline-block;
  margin: 0 0 8px -33px;
  padding: 8px 32px;
  position: relative;
  top: -16px;
}
@media (max-width: 40.0525em) {
  .edit-post-visual-editor .nhsuk-panel-with-label__label, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-panel-with-label__label, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label__label, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text {
    margin-left: -25px;
    margin-right: 0;
    padding: 8px 24px;
    top: -8px;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-panel-with-label__label, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-panel-with-label__label, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label__label, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text {
    background: none;
    color: #212b32;
    top: 0;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-panel-with-label__label, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-panel-with-label__label, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label__label, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text {
    color: #212b32;
    fill: #212b32;
  }
  .edit-post-visual-editor .nhsuk-panel-with-label__label:active, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3:active, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text:active, .edit-post-visual-editor .nhsuk-panel-with-label__label:focus, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3:focus, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text:focus, .edit-post-visual-editor .nhsuk-panel-with-label__label:visited, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3:visited, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text:visited, .block-editor-block-styles .nhsuk-panel-with-label__label:active, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3:active, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text:active, .block-editor-block-styles .nhsuk-panel-with-label__label:focus, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3:focus, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text:focus, .block-editor-block-styles .nhsuk-panel-with-label__label:visited, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3:visited, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text:visited, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label__label:active, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3:active, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text:active, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label__label:focus, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3:focus, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text:focus, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label__label:visited, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3:visited, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text:visited {
    color: #212b32;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Panel group
     ========================================================================== */
  /**
   * Panel group allows you to have a row of panels.
   *
   * 1. Flexbox is used to make each panel in a row the same height.
   */
}
.edit-post-visual-editor .nhsuk-panel-group, .block-editor-block-styles .nhsuk-panel-group, .block-editor-inserter__menu-help-panel .nhsuk-panel-group {
  display: flex;
  flex-wrap: wrap;
  /* [1] */
  margin-bottom: 32px;
}
@media (max-width: 48.0525em) {
  .edit-post-visual-editor .nhsuk-panel-group, .block-editor-block-styles .nhsuk-panel-group, .block-editor-inserter__menu-help-panel .nhsuk-panel-group {
    margin-bottom: 24px;
  }
}
.edit-post-visual-editor .nhsuk-panel-group__item, .block-editor-block-styles .nhsuk-panel-group__item, .block-editor-inserter__menu-help-panel .nhsuk-panel-group__item {
  display: flex;
}
@media (max-width: 48.0525em) {
  .edit-post-visual-editor .nhsuk-panel-group__item, .block-editor-block-styles .nhsuk-panel-group__item, .block-editor-inserter__menu-help-panel .nhsuk-panel-group__item {
    flex: 0 0 100%;
  }
}
.edit-post-visual-editor .nhsuk-panel-group__item, .block-editor-block-styles .nhsuk-panel-group__item, .block-editor-inserter__menu-help-panel .nhsuk-panel-group__item {
  /* [1] */
}
@media (max-width: 48.0525em) {
  .edit-post-visual-editor .nhsuk-panel-group__item, .block-editor-block-styles .nhsuk-panel-group__item, .block-editor-inserter__menu-help-panel .nhsuk-panel-group__item {
    margin-bottom: 24px;
  }
  .edit-post-visual-editor .nhsuk-panel-group__item:last-child, .block-editor-block-styles .nhsuk-panel-group__item:last-child, .block-editor-inserter__menu-help-panel .nhsuk-panel-group__item:last-child {
    margin-bottom: 0;
  }
}
.edit-post-visual-editor .nhsuk-panel-group__item .nhsuk-panel, .block-editor-block-styles .nhsuk-panel-group__item .nhsuk-panel, .block-editor-inserter__menu-help-panel .nhsuk-panel-group__item .nhsuk-panel {
  margin-bottom: 0;
  margin-top: 0;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS / #PROMO
     ========================================================================== */
  /**
   * 1. Extra margin is added to compensate for the box-shadow.
   * 2. Box shadow size is set within settings/_globals.scss.
   * 3. Makes the <a> fill the height of it's parent container.
   * 4. Is needed for the :active top positioning.
   * 5. Removes default <a> text underline from all elements.
   * 6. Adds text underline to promo heading.
   * 7. Creates the 'pressed down' effect when clicked.
   * 8. Border is used to create a divider between the white content
   *    box and an image.
   */
}
.edit-post-visual-editor .nhsuk-promo, .block-editor-block-styles .nhsuk-promo, .block-editor-inserter__menu-help-panel .nhsuk-promo {
  margin-bottom: 36px; /* [1] */
  width: 100%;
}
.edit-post-visual-editor .nhsuk-promo__link-wrapper, .block-editor-block-styles .nhsuk-promo__link-wrapper, .block-editor-inserter__menu-help-panel .nhsuk-promo__link-wrapper {
  background-color: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0 4px 0 0 #d8dde0; /* [2] */
  display: block;
  height: 100%; /* [3] */
  position: relative; /* [4] */
  text-decoration: none; /* [5] */
}
.edit-post-visual-editor .nhsuk-promo__link-wrapper:hover, .block-editor-block-styles .nhsuk-promo__link-wrapper:hover, .block-editor-inserter__menu-help-panel .nhsuk-promo__link-wrapper:hover {
  background-color: #ffffff;
  color: #005eb8;
}
.edit-post-visual-editor .nhsuk-promo__link-wrapper:hover .nhsuk-promo__heading, .block-editor-block-styles .nhsuk-promo__link-wrapper:hover .nhsuk-promo__heading, .block-editor-inserter__menu-help-panel .nhsuk-promo__link-wrapper:hover .nhsuk-promo__heading {
  color: #7c2855;
}
.edit-post-visual-editor .nhsuk-promo__link-wrapper:focus, .block-editor-block-styles .nhsuk-promo__link-wrapper:focus, .block-editor-inserter__menu-help-panel .nhsuk-promo__link-wrapper:focus {
  background-color: #ffffff;
  box-shadow: 0 4px 0 0 #d8dde0;
}
.edit-post-visual-editor .nhsuk-promo__link-wrapper:focus .nhsuk-promo__heading, .block-editor-block-styles .nhsuk-promo__link-wrapper:focus .nhsuk-promo__heading, .block-editor-inserter__menu-help-panel .nhsuk-promo__link-wrapper:focus .nhsuk-promo__heading {
  background-color: #ffeb3b;
  box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
  color: #212b32;
  outline: 4px solid transparent;
  text-decoration: none;
}
.edit-post-visual-editor .nhsuk-promo__link-wrapper:active, .block-editor-block-styles .nhsuk-promo__link-wrapper:active, .block-editor-inserter__menu-help-panel .nhsuk-promo__link-wrapper:active {
  background-color: #ffffff; /* [7] */
  box-shadow: none;
  top: 4px; /* [7] */
}
.edit-post-visual-editor .nhsuk-promo__link-wrapper:active .nhsuk-promo__heading, .block-editor-block-styles .nhsuk-promo__link-wrapper:active .nhsuk-promo__heading, .block-editor-inserter__menu-help-panel .nhsuk-promo__link-wrapper:active .nhsuk-promo__heading {
  background: none;
  box-shadow: none;
}
.edit-post-visual-editor .nhsuk-promo__link-wrapper:hover .nhsuk-promo__heading, .edit-post-visual-editor .nhsuk-promo__link-wrapper:active .nhsuk-promo__heading, .block-editor-block-styles .nhsuk-promo__link-wrapper:hover .nhsuk-promo__heading, .block-editor-block-styles .nhsuk-promo__link-wrapper:active .nhsuk-promo__heading, .block-editor-inserter__menu-help-panel .nhsuk-promo__link-wrapper:hover .nhsuk-promo__heading, .block-editor-inserter__menu-help-panel .nhsuk-promo__link-wrapper:active .nhsuk-promo__heading {
  text-decoration: none;
}
@media print {
  .edit-post-visual-editor .nhsuk-promo__img, .block-editor-block-styles .nhsuk-promo__img, .block-editor-inserter__menu-help-panel .nhsuk-promo__img {
    display: none;
  }
}
.edit-post-visual-editor .nhsuk-promo__img, .block-editor-block-styles .nhsuk-promo__img, .block-editor-inserter__menu-help-panel .nhsuk-promo__img {
  border-bottom: 1px solid #f0f4f5; /* [8] */
  display: block;
  width: 100%;
}
.edit-post-visual-editor .nhsuk-promo__heading, .block-editor-block-styles .nhsuk-promo__heading, .block-editor-inserter__menu-help-panel .nhsuk-promo__heading {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-promo__heading, .block-editor-block-styles .nhsuk-promo__heading, .block-editor-inserter__menu-help-panel .nhsuk-promo__heading {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-promo__heading, .block-editor-block-styles .nhsuk-promo__heading, .block-editor-inserter__menu-help-panel .nhsuk-promo__heading {
    font-size: 18pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-promo__heading, .block-editor-block-styles .nhsuk-promo__heading, .block-editor-inserter__menu-help-panel .nhsuk-promo__heading {
  display: inline-block;
  margin-bottom: 16px;
  text-decoration: underline;
}
.edit-post-visual-editor .nhsuk-promo__content > *:first-child, .block-editor-block-styles .nhsuk-promo__content > *:first-child, .block-editor-inserter__menu-help-panel .nhsuk-promo__content > *:first-child {
  margin-top: 0;
}
.edit-post-visual-editor .nhsuk-promo__content > *:last-child, .block-editor-block-styles .nhsuk-promo__content > *:last-child, .block-editor-inserter__menu-help-panel .nhsuk-promo__content > *:last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor .nhsuk-promo__content, .block-editor-block-styles .nhsuk-promo__content, .block-editor-inserter__menu-help-panel .nhsuk-promo__content {
  padding: 24px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-promo__content, .block-editor-block-styles .nhsuk-promo__content, .block-editor-inserter__menu-help-panel .nhsuk-promo__content {
    padding: 32px;
  }
}
.edit-post-visual-editor .nhsuk-promo__description, .block-editor-block-styles .nhsuk-promo__description, .block-editor-inserter__menu-help-panel .nhsuk-promo__description {
  color: #4c6272;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Promo size variant
     ========================================================================== */
  /**
   * Promo small reduces the size of the text heading and description.
   */
}
.edit-post-visual-editor .nhsuk-promo--small .nhsuk-promo__heading, .edit-post-visual-editor .nhsuk-promo.is-style-promo-small .nhsuk-promo__heading, .block-editor-block-styles .nhsuk-promo--small .nhsuk-promo__heading, .block-editor-block-styles .nhsuk-promo.is-style-promo-small .nhsuk-promo__heading, .block-editor-inserter__menu-help-panel .nhsuk-promo--small .nhsuk-promo__heading, .block-editor-inserter__menu-help-panel .nhsuk-promo.is-style-promo-small .nhsuk-promo__heading {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-promo--small .nhsuk-promo__heading, .edit-post-visual-editor .nhsuk-promo.is-style-promo-small .nhsuk-promo__heading, .block-editor-block-styles .nhsuk-promo--small .nhsuk-promo__heading, .block-editor-block-styles .nhsuk-promo.is-style-promo-small .nhsuk-promo__heading, .block-editor-inserter__menu-help-panel .nhsuk-promo--small .nhsuk-promo__heading, .block-editor-inserter__menu-help-panel .nhsuk-promo.is-style-promo-small .nhsuk-promo__heading {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-promo--small .nhsuk-promo__heading, .edit-post-visual-editor .nhsuk-promo.is-style-promo-small .nhsuk-promo__heading, .block-editor-block-styles .nhsuk-promo--small .nhsuk-promo__heading, .block-editor-block-styles .nhsuk-promo.is-style-promo-small .nhsuk-promo__heading, .block-editor-inserter__menu-help-panel .nhsuk-promo--small .nhsuk-promo__heading, .block-editor-inserter__menu-help-panel .nhsuk-promo.is-style-promo-small .nhsuk-promo__heading {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-promo--small .nhsuk-promo__description, .edit-post-visual-editor .nhsuk-promo.is-style-promo-small .nhsuk-promo__description, .block-editor-block-styles .nhsuk-promo--small .nhsuk-promo__description, .block-editor-block-styles .nhsuk-promo.is-style-promo-small .nhsuk-promo__description, .block-editor-inserter__menu-help-panel .nhsuk-promo--small .nhsuk-promo__description, .block-editor-inserter__menu-help-panel .nhsuk-promo.is-style-promo-small .nhsuk-promo__description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-promo--small .nhsuk-promo__description, .edit-post-visual-editor .nhsuk-promo.is-style-promo-small .nhsuk-promo__description, .block-editor-block-styles .nhsuk-promo--small .nhsuk-promo__description, .block-editor-block-styles .nhsuk-promo.is-style-promo-small .nhsuk-promo__description, .block-editor-inserter__menu-help-panel .nhsuk-promo--small .nhsuk-promo__description, .block-editor-inserter__menu-help-panel .nhsuk-promo.is-style-promo-small .nhsuk-promo__description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-promo--small .nhsuk-promo__description, .edit-post-visual-editor .nhsuk-promo.is-style-promo-small .nhsuk-promo__description, .block-editor-block-styles .nhsuk-promo--small .nhsuk-promo__description, .block-editor-block-styles .nhsuk-promo.is-style-promo-small .nhsuk-promo__description, .block-editor-inserter__menu-help-panel .nhsuk-promo--small .nhsuk-promo__description, .block-editor-inserter__menu-help-panel .nhsuk-promo.is-style-promo-small .nhsuk-promo__description {
    font-size: 14pt;
    line-height: 1.2;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Promo group
     ========================================================================== */
  /**
   * Promo group allows you to have a row of promos.
   *
   * Flexbox is used to make each promo in a row the same height.
   */
}
.edit-post-visual-editor .nhsuk-promo-group, .block-editor-block-styles .nhsuk-promo-group, .block-editor-inserter__menu-help-panel .nhsuk-promo-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
@media (max-width: 48.0525em) {
  .edit-post-visual-editor .nhsuk-promo-group, .block-editor-block-styles .nhsuk-promo-group, .block-editor-inserter__menu-help-panel .nhsuk-promo-group {
    margin-bottom: 28px;
  }
}
.edit-post-visual-editor .nhsuk-promo-group__item, .block-editor-block-styles .nhsuk-promo-group__item, .block-editor-inserter__menu-help-panel .nhsuk-promo-group__item {
  display: flex;
}
@media (max-width: 48.0525em) {
  .edit-post-visual-editor .nhsuk-promo-group__item, .block-editor-block-styles .nhsuk-promo-group__item, .block-editor-inserter__menu-help-panel .nhsuk-promo-group__item {
    flex: 0 0 100%;
  }
}
@media (max-width: 48.0525em) {
  .edit-post-visual-editor .nhsuk-promo-group__item, .block-editor-block-styles .nhsuk-promo-group__item, .block-editor-inserter__menu-help-panel .nhsuk-promo-group__item {
    margin-bottom: 28px;
  }
  .edit-post-visual-editor .nhsuk-promo-group__item:last-child, .block-editor-block-styles .nhsuk-promo-group__item:last-child, .block-editor-inserter__menu-help-panel .nhsuk-promo-group__item:last-child {
    margin-bottom: 0;
  }
}
.edit-post-visual-editor .nhsuk-promo-group__item .nhsuk-promo, .block-editor-block-styles .nhsuk-promo-group__item .nhsuk-promo, .block-editor-inserter__menu-help-panel .nhsuk-promo-group__item .nhsuk-promo {
  margin-bottom: 0;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* ==========================================================================
     COMPONENTS / #CARE-CARD
     ========================================================================== */
  /**
   * Care card default styles.
   *
   * 1. Default care card colour set to blue (non-urgent care card) -
   *    using the @mixin care-card tools/_mixins.scss.
   *    The same mixin is used for each care card, setting the background
   *    colour,text colour and print border width with the variables.
   * 2. This shows as a solid border in high contrast mode in Windows, so helps
   *    differentiates care cards from the rest of the content.
   * 3. 'Random number' for the heading triangle.
   * 4. 'Random number' for the heading triangle positioning.
   * 5. 'Random number' used for spacing to compensate for the triangle.
   * 6. Needed to enable the triangle to show correctly in high contrast mode.
   * 7. Prevent additional padding on headings
   * 8. Give the action link icon sufficient contrast when used in the immediate variant
   */
}
.edit-post-visual-editor .nhsuk-care,
.edit-post-visual-editor .nhsuk-care-card, .block-editor-block-styles .nhsuk-care,
.block-editor-block-styles .nhsuk-care-card, .block-editor-inserter__menu-help-panel .nhsuk-care,
.block-editor-inserter__menu-help-panel .nhsuk-care-card {
  margin-bottom: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-care,
  .edit-post-visual-editor .nhsuk-care-card, .block-editor-block-styles .nhsuk-care,
  .block-editor-block-styles .nhsuk-care-card, .block-editor-inserter__menu-help-panel .nhsuk-care,
  .block-editor-inserter__menu-help-panel .nhsuk-care-card {
    margin-bottom: 48px;
  }
}
.edit-post-visual-editor .nhsuk-care,
.edit-post-visual-editor .nhsuk-care-card, .block-editor-block-styles .nhsuk-care,
.block-editor-block-styles .nhsuk-care-card, .block-editor-inserter__menu-help-panel .nhsuk-care,
.block-editor-inserter__menu-help-panel .nhsuk-care-card {
  margin-top: 40px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-care,
  .edit-post-visual-editor .nhsuk-care-card, .block-editor-block-styles .nhsuk-care,
  .block-editor-block-styles .nhsuk-care-card, .block-editor-inserter__menu-help-panel .nhsuk-care,
  .block-editor-inserter__menu-help-panel .nhsuk-care-card {
    margin-top: 48px;
  }
}
.edit-post-visual-editor .nhsuk-care .nhsuk-card--care__heading-container,
.edit-post-visual-editor .nhsuk-care-card .nhsuk-card--care__heading-container, .block-editor-block-styles .nhsuk-care .nhsuk-card--care__heading-container,
.block-editor-block-styles .nhsuk-care-card .nhsuk-card--care__heading-container, .block-editor-inserter__menu-help-panel .nhsuk-care .nhsuk-card--care__heading-container,
.block-editor-inserter__menu-help-panel .nhsuk-care-card .nhsuk-card--care__heading-container {
  background-color: #005eb8;
  color: #ffffff;
}
@media print {
  .edit-post-visual-editor .nhsuk-care,
  .edit-post-visual-editor .nhsuk-care-card, .block-editor-block-styles .nhsuk-care,
  .block-editor-block-styles .nhsuk-care-card, .block-editor-inserter__menu-help-panel .nhsuk-care,
  .block-editor-inserter__menu-help-panel .nhsuk-care-card {
    border: 4px solid #212b32;
    color: #212b32;
    page-break-inside: avoid;
  }
}
.edit-post-visual-editor .nhsuk-care,
.edit-post-visual-editor .nhsuk-care-card, .block-editor-block-styles .nhsuk-care,
.block-editor-block-styles .nhsuk-care-card, .block-editor-inserter__menu-help-panel .nhsuk-care,
.block-editor-inserter__menu-help-panel .nhsuk-care-card {
  /* [1] */
  border: 1px solid transparent;
  /* [2] */
}
.edit-post-visual-editor .nhsuk-care-card__heading-container,
.edit-post-visual-editor .nhsuk-card--care__heading-container, .block-editor-block-styles .nhsuk-care-card__heading-container,
.block-editor-block-styles .nhsuk-card--care__heading-container, .block-editor-inserter__menu-help-panel .nhsuk-care-card__heading-container,
.block-editor-inserter__menu-help-panel .nhsuk-card--care__heading-container {
  padding-left: 24px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-care-card__heading-container,
  .edit-post-visual-editor .nhsuk-card--care__heading-container, .block-editor-block-styles .nhsuk-care-card__heading-container,
  .block-editor-block-styles .nhsuk-card--care__heading-container, .block-editor-inserter__menu-help-panel .nhsuk-care-card__heading-container,
  .block-editor-inserter__menu-help-panel .nhsuk-card--care__heading-container {
    padding-left: 32px;
  }
}
.edit-post-visual-editor .nhsuk-care-card__heading-container,
.edit-post-visual-editor .nhsuk-card--care__heading-container, .block-editor-block-styles .nhsuk-care-card__heading-container,
.block-editor-block-styles .nhsuk-card--care__heading-container, .block-editor-inserter__menu-help-panel .nhsuk-care-card__heading-container,
.block-editor-inserter__menu-help-panel .nhsuk-card--care__heading-container {
  padding-right: 24px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-care-card__heading-container,
  .edit-post-visual-editor .nhsuk-card--care__heading-container, .block-editor-block-styles .nhsuk-care-card__heading-container,
  .block-editor-block-styles .nhsuk-card--care__heading-container, .block-editor-inserter__menu-help-panel .nhsuk-care-card__heading-container,
  .block-editor-inserter__menu-help-panel .nhsuk-card--care__heading-container {
    padding-right: 32px;
  }
}
.edit-post-visual-editor .nhsuk-care-card__heading-container,
.edit-post-visual-editor .nhsuk-card--care__heading-container, .block-editor-block-styles .nhsuk-care-card__heading-container,
.block-editor-block-styles .nhsuk-card--care__heading-container, .block-editor-inserter__menu-help-panel .nhsuk-care-card__heading-container,
.block-editor-inserter__menu-help-panel .nhsuk-card--care__heading-container {
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative;
}
.edit-post-visual-editor .nhsuk-care-card__arrow,
.edit-post-visual-editor .nhsuk-card--care__arrow, .block-editor-block-styles .nhsuk-care-card__arrow,
.block-editor-block-styles .nhsuk-card--care__arrow, .block-editor-inserter__menu-help-panel .nhsuk-care-card__arrow,
.block-editor-inserter__menu-help-panel .nhsuk-card--care__arrow {
  bottom: -10px;
  /* [3] */
  display: block;
  height: 20px;
  /* [3] */
  left: 30px;
  /* [4] */
  overflow: hidden;
  position: absolute;
  transform: rotate(45deg);
  width: 20px;
  z-index: 1;
  /* [3] */
}
@media print {
  .edit-post-visual-editor .nhsuk-care-card__arrow,
  .edit-post-visual-editor .nhsuk-card--care__arrow, .block-editor-block-styles .nhsuk-care-card__arrow,
  .block-editor-block-styles .nhsuk-card--care__arrow, .block-editor-inserter__menu-help-panel .nhsuk-care-card__arrow,
  .block-editor-inserter__menu-help-panel .nhsuk-card--care__arrow {
    display: none;
  }
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-care-card__arrow,
  .edit-post-visual-editor .nhsuk-card--care__arrow, .block-editor-block-styles .nhsuk-care-card__arrow,
  .block-editor-block-styles .nhsuk-card--care__arrow, .block-editor-inserter__menu-help-panel .nhsuk-care-card__arrow,
  .block-editor-inserter__menu-help-panel .nhsuk-card--care__arrow {
    left: 38px;
    /* [4] */
  }
}
.edit-post-visual-editor .nhsuk-care-card__arrow:before, .edit-post-visual-editor .nhsuk-care-card__arrow:after,
.edit-post-visual-editor .nhsuk-card--care__arrow:before,
.edit-post-visual-editor .nhsuk-card--care__arrow:after, .block-editor-block-styles .nhsuk-care-card__arrow:before, .block-editor-block-styles .nhsuk-care-card__arrow:after,
.block-editor-block-styles .nhsuk-card--care__arrow:before,
.block-editor-block-styles .nhsuk-card--care__arrow:after, .block-editor-inserter__menu-help-panel .nhsuk-care-card__arrow:before, .block-editor-inserter__menu-help-panel .nhsuk-care-card__arrow:after,
.block-editor-inserter__menu-help-panel .nhsuk-card--care__arrow:before,
.block-editor-inserter__menu-help-panel .nhsuk-card--care__arrow:after {
  border: solid 32px #005eb8;
  /* [3] */
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  /* [6] */
  width: 0;
}
.edit-post-visual-editor .nhsuk-care-card__heading,
.edit-post-visual-editor .nhsuk-card--care__heading, .block-editor-block-styles .nhsuk-care-card__heading,
.block-editor-block-styles .nhsuk-card--care__heading, .block-editor-inserter__menu-help-panel .nhsuk-care-card__heading,
.block-editor-inserter__menu-help-panel .nhsuk-card--care__heading {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-care-card__heading,
  .edit-post-visual-editor .nhsuk-card--care__heading, .block-editor-block-styles .nhsuk-care-card__heading,
  .block-editor-block-styles .nhsuk-card--care__heading, .block-editor-inserter__menu-help-panel .nhsuk-care-card__heading,
  .block-editor-inserter__menu-help-panel .nhsuk-card--care__heading {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-care-card__heading,
  .edit-post-visual-editor .nhsuk-card--care__heading, .block-editor-block-styles .nhsuk-care-card__heading,
  .block-editor-block-styles .nhsuk-card--care__heading, .block-editor-inserter__menu-help-panel .nhsuk-care-card__heading,
  .block-editor-inserter__menu-help-panel .nhsuk-card--care__heading {
    font-size: 18pt;
    line-height: 1.15;
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-care-card__heading,
  .edit-post-visual-editor .nhsuk-card--care__heading, .block-editor-block-styles .nhsuk-care-card__heading,
  .block-editor-block-styles .nhsuk-card--care__heading, .block-editor-inserter__menu-help-panel .nhsuk-care-card__heading,
  .block-editor-inserter__menu-help-panel .nhsuk-card--care__heading {
    color: #212b32;
    fill: #212b32;
  }
  .edit-post-visual-editor .nhsuk-care-card__heading:active, .edit-post-visual-editor .nhsuk-care-card__heading:focus, .edit-post-visual-editor .nhsuk-care-card__heading:visited,
  .edit-post-visual-editor .nhsuk-card--care__heading:active,
  .edit-post-visual-editor .nhsuk-card--care__heading:focus,
  .edit-post-visual-editor .nhsuk-card--care__heading:visited, .block-editor-block-styles .nhsuk-care-card__heading:active, .block-editor-block-styles .nhsuk-care-card__heading:focus, .block-editor-block-styles .nhsuk-care-card__heading:visited,
  .block-editor-block-styles .nhsuk-card--care__heading:active,
  .block-editor-block-styles .nhsuk-card--care__heading:focus,
  .block-editor-block-styles .nhsuk-card--care__heading:visited, .block-editor-inserter__menu-help-panel .nhsuk-care-card__heading:active, .block-editor-inserter__menu-help-panel .nhsuk-care-card__heading:focus, .block-editor-inserter__menu-help-panel .nhsuk-care-card__heading:visited,
  .block-editor-inserter__menu-help-panel .nhsuk-card--care__heading:active,
  .block-editor-inserter__menu-help-panel .nhsuk-card--care__heading:focus,
  .block-editor-inserter__menu-help-panel .nhsuk-card--care__heading:visited {
    color: #212b32;
  }
}
.edit-post-visual-editor .nhsuk-care-card__heading,
.edit-post-visual-editor .nhsuk-card--care__heading, .block-editor-block-styles .nhsuk-care-card__heading,
.block-editor-block-styles .nhsuk-card--care__heading, .block-editor-inserter__menu-help-panel .nhsuk-care-card__heading,
.block-editor-inserter__menu-help-panel .nhsuk-card--care__heading {
  margin: 0;
  padding-top: 0;
  /* [7] */
}
.edit-post-visual-editor .nhsuk-care-card__content > *:first-child,
.edit-post-visual-editor .nhsuk-card__content > *:first-child, .block-editor-block-styles .nhsuk-care-card__content > *:first-child,
.block-editor-block-styles .nhsuk-card__content > *:first-child, .block-editor-inserter__menu-help-panel .nhsuk-care-card__content > *:first-child,
.block-editor-inserter__menu-help-panel .nhsuk-card__content > *:first-child {
  margin-top: 0;
}
.edit-post-visual-editor .nhsuk-care-card__content > *:last-child,
.edit-post-visual-editor .nhsuk-card__content > *:last-child, .block-editor-block-styles .nhsuk-care-card__content > *:last-child,
.block-editor-block-styles .nhsuk-card__content > *:last-child, .block-editor-inserter__menu-help-panel .nhsuk-care-card__content > *:last-child,
.block-editor-inserter__menu-help-panel .nhsuk-card__content > *:last-child {
  margin-bottom: 0;
}
.edit-post-visual-editor .nhsuk-care-card__content,
.edit-post-visual-editor .nhsuk-card__content, .block-editor-block-styles .nhsuk-care-card__content,
.block-editor-block-styles .nhsuk-card__content, .block-editor-inserter__menu-help-panel .nhsuk-care-card__content,
.block-editor-inserter__menu-help-panel .nhsuk-card__content {
  padding-bottom: 24px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-care-card__content,
  .edit-post-visual-editor .nhsuk-card__content, .block-editor-block-styles .nhsuk-care-card__content,
  .block-editor-block-styles .nhsuk-card__content, .block-editor-inserter__menu-help-panel .nhsuk-care-card__content,
  .block-editor-inserter__menu-help-panel .nhsuk-card__content {
    padding-bottom: 32px;
  }
}
.edit-post-visual-editor .nhsuk-care-card__content,
.edit-post-visual-editor .nhsuk-card__content, .block-editor-block-styles .nhsuk-care-card__content,
.block-editor-block-styles .nhsuk-card__content, .block-editor-inserter__menu-help-panel .nhsuk-care-card__content,
.block-editor-inserter__menu-help-panel .nhsuk-card__content {
  padding-left: 24px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-care-card__content,
  .edit-post-visual-editor .nhsuk-card__content, .block-editor-block-styles .nhsuk-care-card__content,
  .block-editor-block-styles .nhsuk-card__content, .block-editor-inserter__menu-help-panel .nhsuk-care-card__content,
  .block-editor-inserter__menu-help-panel .nhsuk-card__content {
    padding-left: 32px;
  }
}
.edit-post-visual-editor .nhsuk-care-card__content,
.edit-post-visual-editor .nhsuk-card__content, .block-editor-block-styles .nhsuk-care-card__content,
.block-editor-block-styles .nhsuk-card__content, .block-editor-inserter__menu-help-panel .nhsuk-care-card__content,
.block-editor-inserter__menu-help-panel .nhsuk-card__content {
  padding-right: 24px;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-care-card__content,
  .edit-post-visual-editor .nhsuk-card__content, .block-editor-block-styles .nhsuk-care-card__content,
  .block-editor-block-styles .nhsuk-card__content, .block-editor-inserter__menu-help-panel .nhsuk-care-card__content,
  .block-editor-inserter__menu-help-panel .nhsuk-card__content {
    padding-right: 32px;
  }
}
.edit-post-visual-editor .nhsuk-care-card__content,
.edit-post-visual-editor .nhsuk-card__content, .block-editor-block-styles .nhsuk-care-card__content,
.block-editor-block-styles .nhsuk-card__content, .block-editor-inserter__menu-help-panel .nhsuk-care-card__content,
.block-editor-inserter__menu-help-panel .nhsuk-card__content {
  background-color: #ffffff;
  border: 1px solid #d8dde0;
  border-top: 0;
  padding-top: 32px;
  /* [5] */
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor .nhsuk-care-card__content,
  .edit-post-visual-editor .nhsuk-card__content, .block-editor-block-styles .nhsuk-care-card__content,
  .block-editor-block-styles .nhsuk-card__content, .block-editor-inserter__menu-help-panel .nhsuk-care-card__content,
  .block-editor-inserter__menu-help-panel .nhsuk-card__content {
    padding-bottom: 32px;
    padding-top: 36px;
    /* [5] */
  }
}
@media print {
  .edit-post-visual-editor .nhsuk-care-card__content,
  .edit-post-visual-editor .nhsuk-card__content, .block-editor-block-styles .nhsuk-care-card__content,
  .block-editor-block-styles .nhsuk-card__content, .block-editor-inserter__menu-help-panel .nhsuk-care-card__content,
  .block-editor-inserter__menu-help-panel .nhsuk-card__content {
    color: #212b32;
    fill: #212b32;
  }
  .edit-post-visual-editor .nhsuk-care-card__content:active, .edit-post-visual-editor .nhsuk-care-card__content:focus, .edit-post-visual-editor .nhsuk-care-card__content:visited,
  .edit-post-visual-editor .nhsuk-card__content:active,
  .edit-post-visual-editor .nhsuk-card__content:focus,
  .edit-post-visual-editor .nhsuk-card__content:visited, .block-editor-block-styles .nhsuk-care-card__content:active, .block-editor-block-styles .nhsuk-care-card__content:focus, .block-editor-block-styles .nhsuk-care-card__content:visited,
  .block-editor-block-styles .nhsuk-card__content:active,
  .block-editor-block-styles .nhsuk-card__content:focus,
  .block-editor-block-styles .nhsuk-card__content:visited, .block-editor-inserter__menu-help-panel .nhsuk-care-card__content:active, .block-editor-inserter__menu-help-panel .nhsuk-care-card__content:focus, .block-editor-inserter__menu-help-panel .nhsuk-care-card__content:visited,
  .block-editor-inserter__menu-help-panel .nhsuk-card__content:active,
  .block-editor-inserter__menu-help-panel .nhsuk-card__content:focus,
  .block-editor-inserter__menu-help-panel .nhsuk-card__content:visited {
    color: #212b32;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /**
   * Card card variations style.
   *
   * 1. <a> needs to be white because the background colour is black.
   */
}
.edit-post-visual-editor .nhsuk-care-card--urgent .nhsuk-card--care__heading-container, .edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-urgent .nhsuk-card--care__heading-container,
.edit-post-visual-editor .nhsuk-card.nhsuk-card--care--urgent .nhsuk-card--care__heading-container, .block-editor-block-styles .nhsuk-care-card--urgent .nhsuk-card--care__heading-container, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-urgent .nhsuk-card--care__heading-container,
.block-editor-block-styles .nhsuk-card.nhsuk-card--care--urgent .nhsuk-card--care__heading-container, .block-editor-inserter__menu-help-panel .nhsuk-care-card--urgent .nhsuk-card--care__heading-container, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-urgent .nhsuk-card--care__heading-container,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--urgent .nhsuk-card--care__heading-container {
  background-color: #d5281b;
  color: #ffffff;
}
@media print {
  .edit-post-visual-editor .nhsuk-care-card--urgent, .edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-urgent,
  .edit-post-visual-editor .nhsuk-card.nhsuk-card--care--urgent, .block-editor-block-styles .nhsuk-care-card--urgent, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-urgent,
  .block-editor-block-styles .nhsuk-card.nhsuk-card--care--urgent, .block-editor-inserter__menu-help-panel .nhsuk-care-card--urgent, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-urgent,
  .block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--urgent {
    border: 6px solid #212b32;
    color: #212b32;
    page-break-inside: avoid;
  }
}
.edit-post-visual-editor .nhsuk-care-card--urgent .nhsuk-care-card__arrow:before, .edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-urgent .nhsuk-care-card__arrow:before, .edit-post-visual-editor .nhsuk-care-card--urgent .nhsuk-care-card__arrow:after, .edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-urgent .nhsuk-care-card__arrow:after,
.edit-post-visual-editor .nhsuk-care-card--urgent .nhsuk-card--care__arrow:before,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-urgent .nhsuk-card--care__arrow:before,
.edit-post-visual-editor .nhsuk-care-card--urgent .nhsuk-card--care__arrow:after,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-urgent .nhsuk-card--care__arrow:after,
.edit-post-visual-editor .nhsuk-card.nhsuk-card--care--urgent .nhsuk-care-card__arrow:before,
.edit-post-visual-editor .nhsuk-card.nhsuk-card--care--urgent .nhsuk-care-card__arrow:after,
.edit-post-visual-editor .nhsuk-card.nhsuk-card--care--urgent .nhsuk-card--care__arrow:before,
.edit-post-visual-editor .nhsuk-card.nhsuk-card--care--urgent .nhsuk-card--care__arrow:after, .block-editor-block-styles .nhsuk-care-card--urgent .nhsuk-care-card__arrow:before, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-urgent .nhsuk-care-card__arrow:before, .block-editor-block-styles .nhsuk-care-card--urgent .nhsuk-care-card__arrow:after, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-urgent .nhsuk-care-card__arrow:after,
.block-editor-block-styles .nhsuk-care-card--urgent .nhsuk-card--care__arrow:before,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-urgent .nhsuk-card--care__arrow:before,
.block-editor-block-styles .nhsuk-care-card--urgent .nhsuk-card--care__arrow:after,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-urgent .nhsuk-card--care__arrow:after,
.block-editor-block-styles .nhsuk-card.nhsuk-card--care--urgent .nhsuk-care-card__arrow:before,
.block-editor-block-styles .nhsuk-card.nhsuk-card--care--urgent .nhsuk-care-card__arrow:after,
.block-editor-block-styles .nhsuk-card.nhsuk-card--care--urgent .nhsuk-card--care__arrow:before,
.block-editor-block-styles .nhsuk-card.nhsuk-card--care--urgent .nhsuk-card--care__arrow:after, .block-editor-inserter__menu-help-panel .nhsuk-care-card--urgent .nhsuk-care-card__arrow:before, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-urgent .nhsuk-care-card__arrow:before, .block-editor-inserter__menu-help-panel .nhsuk-care-card--urgent .nhsuk-care-card__arrow:after, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-urgent .nhsuk-care-card__arrow:after,
.block-editor-inserter__menu-help-panel .nhsuk-care-card--urgent .nhsuk-card--care__arrow:before,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-urgent .nhsuk-card--care__arrow:before,
.block-editor-inserter__menu-help-panel .nhsuk-care-card--urgent .nhsuk-card--care__arrow:after,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-urgent .nhsuk-card--care__arrow:after,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--urgent .nhsuk-care-card__arrow:before,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--urgent .nhsuk-care-card__arrow:after,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--urgent .nhsuk-card--care__arrow:before,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--urgent .nhsuk-card--care__arrow:after {
  border-color: #d5281b;
}
.edit-post-visual-editor .nhsuk-care-card--immediate .nhsuk-card--care__heading-container, .edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card--care__heading-container,
.edit-post-visual-editor .nhsuk-card.nhsuk-card--care--emergency .nhsuk-card--care__heading-container, .block-editor-block-styles .nhsuk-care-card--immediate .nhsuk-card--care__heading-container, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card--care__heading-container,
.block-editor-block-styles .nhsuk-card.nhsuk-card--care--emergency .nhsuk-card--care__heading-container, .block-editor-inserter__menu-help-panel .nhsuk-care-card--immediate .nhsuk-card--care__heading-container, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card--care__heading-container,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--emergency .nhsuk-card--care__heading-container {
  background-color: #d5281b;
  color: #ffffff;
}
@media print {
  .edit-post-visual-editor .nhsuk-care-card--immediate, .edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-immediate,
  .edit-post-visual-editor .nhsuk-card.nhsuk-card--care--emergency, .block-editor-block-styles .nhsuk-care-card--immediate, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-immediate,
  .block-editor-block-styles .nhsuk-card.nhsuk-card--care--emergency, .block-editor-inserter__menu-help-panel .nhsuk-care-card--immediate, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-immediate,
  .block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--emergency {
    border: 8px solid #212b32;
    color: #212b32;
    page-break-inside: avoid;
  }
}
.edit-post-visual-editor .nhsuk-care-card--immediate .nhsuk-care-card__arrow:before, .edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-care-card__arrow:before, .edit-post-visual-editor .nhsuk-care-card--immediate .nhsuk-care-card__arrow:after, .edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-care-card__arrow:after,
.edit-post-visual-editor .nhsuk-care-card--immediate .nhsuk-card--care__arrow:before,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card--care__arrow:before,
.edit-post-visual-editor .nhsuk-care-card--immediate .nhsuk-card--care__arrow:after,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card--care__arrow:after,
.edit-post-visual-editor .nhsuk-card.nhsuk-card--care--emergency .nhsuk-care-card__arrow:before,
.edit-post-visual-editor .nhsuk-card.nhsuk-card--care--emergency .nhsuk-care-card__arrow:after,
.edit-post-visual-editor .nhsuk-card.nhsuk-card--care--emergency .nhsuk-card--care__arrow:before,
.edit-post-visual-editor .nhsuk-card.nhsuk-card--care--emergency .nhsuk-card--care__arrow:after, .block-editor-block-styles .nhsuk-care-card--immediate .nhsuk-care-card__arrow:before, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-care-card__arrow:before, .block-editor-block-styles .nhsuk-care-card--immediate .nhsuk-care-card__arrow:after, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-care-card__arrow:after,
.block-editor-block-styles .nhsuk-care-card--immediate .nhsuk-card--care__arrow:before,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card--care__arrow:before,
.block-editor-block-styles .nhsuk-care-card--immediate .nhsuk-card--care__arrow:after,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card--care__arrow:after,
.block-editor-block-styles .nhsuk-card.nhsuk-card--care--emergency .nhsuk-care-card__arrow:before,
.block-editor-block-styles .nhsuk-card.nhsuk-card--care--emergency .nhsuk-care-card__arrow:after,
.block-editor-block-styles .nhsuk-card.nhsuk-card--care--emergency .nhsuk-card--care__arrow:before,
.block-editor-block-styles .nhsuk-card.nhsuk-card--care--emergency .nhsuk-card--care__arrow:after, .block-editor-inserter__menu-help-panel .nhsuk-care-card--immediate .nhsuk-care-card__arrow:before, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-care-card__arrow:before, .block-editor-inserter__menu-help-panel .nhsuk-care-card--immediate .nhsuk-care-card__arrow:after, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-care-card__arrow:after,
.block-editor-inserter__menu-help-panel .nhsuk-care-card--immediate .nhsuk-card--care__arrow:before,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card--care__arrow:before,
.block-editor-inserter__menu-help-panel .nhsuk-care-card--immediate .nhsuk-card--care__arrow:after,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card--care__arrow:after,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--emergency .nhsuk-care-card__arrow:before,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--emergency .nhsuk-care-card__arrow:after,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--emergency .nhsuk-card--care__arrow:before,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--emergency .nhsuk-card--care__arrow:after {
  border-color: #d5281b;
}
.edit-post-visual-editor .nhsuk-care-card--immediate .nhsuk-care-card__content, .edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-care-card__content,
.edit-post-visual-editor .nhsuk-care-card--immediate .nhsuk-card__content,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card__content,
.edit-post-visual-editor .nhsuk-card.nhsuk-card--care--emergency .nhsuk-care-card__content,
.edit-post-visual-editor .nhsuk-card.nhsuk-card--care--emergency .nhsuk-card__content, .block-editor-block-styles .nhsuk-care-card--immediate .nhsuk-care-card__content, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-care-card__content,
.block-editor-block-styles .nhsuk-care-card--immediate .nhsuk-card__content,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card__content,
.block-editor-block-styles .nhsuk-card.nhsuk-card--care--emergency .nhsuk-care-card__content,
.block-editor-block-styles .nhsuk-card.nhsuk-card--care--emergency .nhsuk-card__content, .block-editor-inserter__menu-help-panel .nhsuk-care-card--immediate .nhsuk-care-card__content, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-care-card__content,
.block-editor-inserter__menu-help-panel .nhsuk-care-card--immediate .nhsuk-card__content,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card__content,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--emergency .nhsuk-care-card__content,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--emergency .nhsuk-card__content {
  background-color: #212b32;
  border: 0;
  color: #ffffff;
}
.edit-post-visual-editor .nhsuk-care-card--immediate .nhsuk-care-card__content a, .edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-care-card__content a,
.edit-post-visual-editor .nhsuk-care-card--immediate .nhsuk-card__content a,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card__content a,
.edit-post-visual-editor .nhsuk-card.nhsuk-card--care--emergency .nhsuk-care-card__content a,
.edit-post-visual-editor .nhsuk-card.nhsuk-card--care--emergency .nhsuk-card__content a, .block-editor-block-styles .nhsuk-care-card--immediate .nhsuk-care-card__content a, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-care-card__content a,
.block-editor-block-styles .nhsuk-care-card--immediate .nhsuk-card__content a,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card__content a,
.block-editor-block-styles .nhsuk-card.nhsuk-card--care--emergency .nhsuk-care-card__content a,
.block-editor-block-styles .nhsuk-card.nhsuk-card--care--emergency .nhsuk-card__content a, .block-editor-inserter__menu-help-panel .nhsuk-care-card--immediate .nhsuk-care-card__content a, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-care-card__content a,
.block-editor-inserter__menu-help-panel .nhsuk-care-card--immediate .nhsuk-card__content a,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card__content a,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--emergency .nhsuk-care-card__content a,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--emergency .nhsuk-card__content a {
  color: #ffffff;
  /* [1] */
}
.edit-post-visual-editor .nhsuk-care-card--immediate .nhsuk-care-card__content a:focus, .edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-care-card__content a:focus,
.edit-post-visual-editor .nhsuk-care-card--immediate .nhsuk-card__content a:focus,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card__content a:focus,
.edit-post-visual-editor .nhsuk-card.nhsuk-card--care--emergency .nhsuk-care-card__content a:focus,
.edit-post-visual-editor .nhsuk-card.nhsuk-card--care--emergency .nhsuk-card__content a:focus, .block-editor-block-styles .nhsuk-care-card--immediate .nhsuk-care-card__content a:focus, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-care-card__content a:focus,
.block-editor-block-styles .nhsuk-care-card--immediate .nhsuk-card__content a:focus,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card__content a:focus,
.block-editor-block-styles .nhsuk-card.nhsuk-card--care--emergency .nhsuk-care-card__content a:focus,
.block-editor-block-styles .nhsuk-card.nhsuk-card--care--emergency .nhsuk-card__content a:focus, .block-editor-inserter__menu-help-panel .nhsuk-care-card--immediate .nhsuk-care-card__content a:focus, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-care-card__content a:focus,
.block-editor-inserter__menu-help-panel .nhsuk-care-card--immediate .nhsuk-card__content a:focus,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card__content a:focus,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--emergency .nhsuk-care-card__content a:focus,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--emergency .nhsuk-card__content a:focus {
  color: #212b32;
  /* [1] */
}
.edit-post-visual-editor .nhsuk-care-card--immediate .nhsuk-details, .edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-details,
.edit-post-visual-editor .nhsuk-care-card--immediate .nhsuk-details__summary,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-details__summary,
.edit-post-visual-editor .nhsuk-card.nhsuk-card--care--emergency .nhsuk-details,
.edit-post-visual-editor .nhsuk-card.nhsuk-card--care--emergency .nhsuk-details__summary, .block-editor-block-styles .nhsuk-care-card--immediate .nhsuk-details, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-details,
.block-editor-block-styles .nhsuk-care-card--immediate .nhsuk-details__summary,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-details__summary,
.block-editor-block-styles .nhsuk-card.nhsuk-card--care--emergency .nhsuk-details,
.block-editor-block-styles .nhsuk-card.nhsuk-card--care--emergency .nhsuk-details__summary, .block-editor-inserter__menu-help-panel .nhsuk-care-card--immediate .nhsuk-details, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-details,
.block-editor-inserter__menu-help-panel .nhsuk-care-card--immediate .nhsuk-details__summary,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-details__summary,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--emergency .nhsuk-details,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--emergency .nhsuk-details__summary {
  color: #ffffff;
}
.edit-post-visual-editor .nhsuk-care-card--immediate .nhsuk-details__summary:hover, .edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-details__summary:hover,
.edit-post-visual-editor .nhsuk-card.nhsuk-card--care--emergency .nhsuk-details__summary:hover, .block-editor-block-styles .nhsuk-care-card--immediate .nhsuk-details__summary:hover, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-details__summary:hover,
.block-editor-block-styles .nhsuk-card.nhsuk-card--care--emergency .nhsuk-details__summary:hover, .block-editor-inserter__menu-help-panel .nhsuk-care-card--immediate .nhsuk-details__summary:hover, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-details__summary:hover,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--emergency .nhsuk-details__summary:hover {
  color: #ffffff;
}
.edit-post-visual-editor .nhsuk-care-card--immediate .nhsuk-details__summary:focus, .edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-details__summary:focus,
.edit-post-visual-editor .nhsuk-card.nhsuk-card--care--emergency .nhsuk-details__summary:focus, .block-editor-block-styles .nhsuk-care-card--immediate .nhsuk-details__summary:focus, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-details__summary:focus,
.block-editor-block-styles .nhsuk-card.nhsuk-card--care--emergency .nhsuk-details__summary:focus, .block-editor-inserter__menu-help-panel .nhsuk-care-card--immediate .nhsuk-details__summary:focus, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-details__summary:focus,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--emergency .nhsuk-details__summary:focus {
  color: #212b32;
}
.edit-post-visual-editor .nhsuk-care-card--immediate .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle, .edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle,
.edit-post-visual-editor .nhsuk-card.nhsuk-card--care--emergency .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle, .block-editor-block-styles .nhsuk-care-card--immediate .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle,
.block-editor-block-styles .nhsuk-card.nhsuk-card--care--emergency .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle, .block-editor-inserter__menu-help-panel .nhsuk-care-card--immediate .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-card--care--emergency .nhsuk-action-link__link .nhsuk-icon__arrow-right-circle {
  fill: #ffffff;
  /* [8] */
}
.edit-post-visual-editor .nhsuk-care-card .nhsuk-care-card__heading-container,
.edit-post-visual-editor .nhsuk-card .nhsuk-card--care__heading-container, .block-editor-block-styles .nhsuk-care-card .nhsuk-care-card__heading-container,
.block-editor-block-styles .nhsuk-card .nhsuk-card--care__heading-container, .block-editor-inserter__menu-help-panel .nhsuk-care-card .nhsuk-care-card__heading-container,
.block-editor-inserter__menu-help-panel .nhsuk-card .nhsuk-card--care__heading-container {
  background-color: #005eb8;
  color: #ffffff;
}
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-urgent, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-urgent, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-urgent {
  /* urgent infocard */
}
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-urgent .nhsuk-care-card__heading-container, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-urgent .nhsuk-care-card__heading-container, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-urgent .nhsuk-care-card__heading-container {
  background-color: #d5281b;
}
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-care-card__heading-container,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card--care__heading-container, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-care-card__heading-container,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card--care__heading-container, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-care-card__heading-container,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card--care__heading-container {
  background-color: #d5281b;
}
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-care-card__content,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card__content, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-care-card__content,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card__content, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-care-card__content,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-immediate .nhsuk-card__content {
  background-color: #212b32;
  color: #ffffff;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* urgent infocard */
}
.edit-post-visual-editor .nhsuk-panel-with-label, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label, .block-editor-block-styles .nhsuk-panel-with-label, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label {
  width: 100%;
}
.edit-post-visual-editor .nhsuk-panel-with-label .nhsuk-panel-with-label__label a, .edit-post-visual-editor .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3 a, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label h3 a, .edit-post-visual-editor .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .nhsuk-panel-with-label .rich-text a, .edit-post-visual-editor .nhsuk-panel-with-label .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 a, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label .edit-post-visual-editor .nhsuk-panel-with-label h3 a, .edit-post-visual-editor .nhsuk-panel-with-label .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .edit-post-visual-editor .nhsuk-panel-with-label .rich-text a, .edit-post-visual-editor .nhsuk-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 a, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label .edit-post-visual-editor .nhsuk-panel-with-label h3 a, .edit-post-visual-editor .nhsuk-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .edit-post-visual-editor .nhsuk-panel-with-label .rich-text a, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label a, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 a, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .edit-post-visual-editor .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 a, .block-editor-block-styles .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 a, .edit-post-visual-editor .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .block-editor-block-styles .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 a, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 a, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .edit-post-visual-editor .nhsuk-panel-with-label .nhsuk-panel-with-label__label a:visited, .edit-post-visual-editor .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3 a:visited, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label h3 a:visited, .edit-post-visual-editor .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3 .rich-text a:visited, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .nhsuk-panel-with-label .rich-text a:visited, .edit-post-visual-editor .nhsuk-panel-with-label .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 a:visited, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label .edit-post-visual-editor .nhsuk-panel-with-label h3 a:visited, .edit-post-visual-editor .nhsuk-panel-with-label .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text a:visited, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .edit-post-visual-editor .nhsuk-panel-with-label .rich-text a:visited, .edit-post-visual-editor .nhsuk-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 a:visited, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label .edit-post-visual-editor .nhsuk-panel-with-label h3 a:visited, .edit-post-visual-editor .nhsuk-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text a:visited, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .edit-post-visual-editor .nhsuk-panel-with-label .rich-text a:visited, .block-editor-block-styles .nhsuk-panel-with-label .nhsuk-panel-with-label__label a, .block-editor-block-styles .nhsuk-panel-with-label .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 a, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label .block-editor-block-styles .nhsuk-panel-with-label h3 a, .block-editor-block-styles .nhsuk-panel-with-label .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .block-editor-block-styles .nhsuk-panel-with-label .rich-text a, .block-editor-block-styles .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3 a, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label h3 a, .block-editor-block-styles .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .nhsuk-panel-with-label .rich-text a, .block-editor-block-styles .nhsuk-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 a, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label .block-editor-block-styles .nhsuk-panel-with-label h3 a, .block-editor-block-styles .nhsuk-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .block-editor-block-styles .nhsuk-panel-with-label .rich-text a, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label a, .block-editor-block-styles .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 a, .edit-post-visual-editor .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 a, .block-editor-block-styles .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .edit-post-visual-editor .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 a, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 a, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 a, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .block-editor-block-styles .nhsuk-panel-with-label .nhsuk-panel-with-label__label a:visited, .block-editor-block-styles .nhsuk-panel-with-label .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 a:visited, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label .block-editor-block-styles .nhsuk-panel-with-label h3 a:visited, .block-editor-block-styles .nhsuk-panel-with-label .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text a:visited, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .block-editor-block-styles .nhsuk-panel-with-label .rich-text a:visited, .block-editor-block-styles .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3 a:visited, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label h3 a:visited, .block-editor-block-styles .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3 .rich-text a:visited, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .nhsuk-panel-with-label .rich-text a:visited, .block-editor-block-styles .nhsuk-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 a:visited, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label .block-editor-block-styles .nhsuk-panel-with-label h3 a:visited, .block-editor-block-styles .nhsuk-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text a:visited, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .block-editor-block-styles .nhsuk-panel-with-label .rich-text a:visited, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label .nhsuk-panel-with-label__label a, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 a, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label h3 a, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label .rich-text a, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 a, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label h3 a, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label .rich-text a, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3 a, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label h3 a, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .nhsuk-panel-with-label .rich-text a, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label a, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 a, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 a, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 a, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 a, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 a, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text a, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label .nhsuk-panel-with-label__label a:visited, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 a:visited, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label h3 a:visited, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text a:visited, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label .rich-text a:visited, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 a:visited, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label h3 a:visited, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text a:visited, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label .rich-text a:visited, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3 a:visited, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label h3 a:visited, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3 .rich-text a:visited, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .nhsuk-panel-with-label .rich-text a:visited {
  color: #ffffff;
}
.edit-post-visual-editor .nhsuk-panel-with-label .entry-footer span, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label .entry-footer span, .block-editor-block-styles .nhsuk-panel-with-label .entry-footer span, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label .entry-footer span, .block-editor-inserter__menu-help-panel .nhsuk-panel-with-label .entry-footer span, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label .entry-footer span {
  padding: 0 10px;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /*panel extension*/
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* promo extension */
}
.edit-post-visual-editor .nhsuk-promo figure, .block-editor-block-styles .nhsuk-promo figure, .block-editor-inserter__menu-help-panel .nhsuk-promo figure {
  margin: 0;
}
.edit-post-visual-editor .wp-block-nhsblocks-panel1 .paneltext, .block-editor-block-styles .wp-block-nhsblocks-panel1 .paneltext, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-panel1 .paneltext {
  display: flow-root;
}
.edit-post-visual-editor .wp-block-nhsblock-rowgroup .nhsuk-panel-group, .block-editor-block-styles .wp-block-nhsblock-rowgroup .nhsuk-panel-group, .block-editor-inserter__menu-help-panel .wp-block-nhsblock-rowgroup .nhsuk-panel-group {
  padding: 0;
}
.edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item {
  overflow: hidden;
  margin-bottom: 2rem;
}
.edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-promo__link-wrapper, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-promo__link-wrapper, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-promo__link-wrapper {
  background: inherit;
  box-shadow: none;
  width: 100%;
}
.edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label {
  background: inherit;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-size: cover;
  position: relative;
  padding: 33.33% 0;
  height: 100%;
}
.edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-panel-with-label__label, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .rich-text, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .rich-text, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .rich-text, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-panel-with-label__label, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-panel-with-label__label, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text {
  z-index: 2;
  top: 0;
  margin: 0 -20px;
  position: absolute;
  top: 50%;
  left: 10%;
  max-width: 90%;
  font-size: 1.1rem;
}
.edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-dashboard__image, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-dashboard__image, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-dashboard__image, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-dashboard__image, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-dashboard__image, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-dashboard__image {
  width: 100%;
  height: 100%;
}
.edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-promo__img, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-promo__img, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-promo__img, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-promo__img, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-promo__img, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-promo__img {
  position: relative;
  top: -16px;
  z-index: 1;
}
.edit-post-visual-editor .nhsuk-dashboard .nhsuk-grid-column-full-width, .block-editor-block-styles .nhsuk-dashboard .nhsuk-grid-column-full-width, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-grid-column-full-width {
  max-height: 300px;
}
.edit-post-visual-editor .nhsuk-dashboard .nhsuk-grid-column-one-half, .edit-post-visual-editor .nhsuk-dashboard .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onehalf"], .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-dashboard [data-type="nhsblocks/onehalf"], .block-editor-block-styles .nhsuk-dashboard .nhsuk-grid-column-one-half, .block-editor-block-styles .nhsuk-dashboard .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onehalf"], .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-dashboard [data-type="nhsblocks/onehalf"], .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-grid-column-one-half, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onehalf"], .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-dashboard [data-type="nhsblocks/onehalf"] {
  max-height: 250px;
}
.edit-post-visual-editor .nhsuk-dashboard .nhsuk-grid-column-one-third, .edit-post-visual-editor .nhsuk-dashboard .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onethird"], .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-dashboard [data-type="nhsblocks/onethird"], .edit-post-visual-editor .nhsuk-dashboard .nhsuk-grid-column-two-thirds, .edit-post-visual-editor .nhsuk-dashboard .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"], .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-dashboard [data-type="nhsblocks/twothirds"], .block-editor-block-styles .nhsuk-dashboard .nhsuk-grid-column-one-third, .block-editor-block-styles .nhsuk-dashboard .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onethird"], .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-dashboard [data-type="nhsblocks/onethird"], .block-editor-block-styles .nhsuk-dashboard .nhsuk-grid-column-two-thirds, .block-editor-block-styles .nhsuk-dashboard .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"], .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-dashboard [data-type="nhsblocks/twothirds"], .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-grid-column-one-third, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onethird"], .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-dashboard [data-type="nhsblocks/onethird"], .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-grid-column-two-thirds, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"], .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-dashboard [data-type="nhsblocks/twothirds"] {
  max-height: 200px;
}
.edit-post-visual-editor .nhsuk-promo-group__item, .block-editor-block-styles .nhsuk-promo-group__item, .block-editor-inserter__menu-help-panel .nhsuk-promo-group__item {
  margin-bottom: 36px;
}
.edit-post-visual-editor .wp-block-nhsblocks-promo1 .nhsuk-image, .edit-post-visual-editor .wp-block-nhsblocks-promo1 .is-style-nhsuk-image, .block-editor-block-styles .wp-block-nhsblocks-promo1 .nhsuk-image, .block-editor-block-styles .wp-block-nhsblocks-promo1 .is-style-nhsuk-image, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-promo1 .nhsuk-image, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-promo1 .is-style-nhsuk-image {
  width: 100%;
}
.edit-post-visual-editor .wp-block-nhsblocks-promo1 img.nhsuk-promo__img, .block-editor-block-styles .wp-block-nhsblocks-promo1 img.nhsuk-promo__img, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-promo1 img.nhsuk-promo__img {
  width: 100%;
  height: auto;
}
.edit-post-visual-editor .wp-block-nhsblocks-promo1 .nhsuk-promo__description,
.edit-post-visual-editor .wp-block-nhsblocks-promo1 .nhsuk-promo__heading, .block-editor-block-styles .wp-block-nhsblocks-promo1 .nhsuk-promo__description,
.block-editor-block-styles .wp-block-nhsblocks-promo1 .nhsuk-promo__heading, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-promo1 .nhsuk-promo__description,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-promo1 .nhsuk-promo__heading {
  padding: 0 32px;
}
.edit-post-visual-editor .nhsuk-promo .nhsuk-promo__content, .block-editor-block-styles .nhsuk-promo .nhsuk-promo__content, .block-editor-inserter__menu-help-panel .nhsuk-promo .nhsuk-promo__content {
  padding: 0 0 16px 0;
}
.edit-post-visual-editor .nhsuk-promo .nhsuk-promo__content .nhsuk-image, .edit-post-visual-editor .nhsuk-promo .nhsuk-promo__content .is-style-nhsuk-image, .block-editor-block-styles .nhsuk-promo .nhsuk-promo__content .nhsuk-image, .block-editor-block-styles .nhsuk-promo .nhsuk-promo__content .is-style-nhsuk-image, .block-editor-inserter__menu-help-panel .nhsuk-promo .nhsuk-promo__content .nhsuk-image, .block-editor-inserter__menu-help-panel .nhsuk-promo .nhsuk-promo__content .is-style-nhsuk-image {
  width: 100%;
  padding: 0;
}
.edit-post-visual-editor .nhsuk-promo .nhsuk-promo__content .nhsuk-promo__heading, .block-editor-block-styles .nhsuk-promo .nhsuk-promo__content .nhsuk-promo__heading, .block-editor-inserter__menu-help-panel .nhsuk-promo .nhsuk-promo__content .nhsuk-promo__heading {
  padding: 8px 16px;
}
.edit-post-visual-editor .nhsuk-promo .nhsuk-promo__content .nhsuk-promo__description, .edit-post-visual-editor .nhsuk-promo .nhsuk-promo__content p, .block-editor-block-styles .nhsuk-promo .nhsuk-promo__content .nhsuk-promo__description, .block-editor-block-styles .nhsuk-promo .nhsuk-promo__content p, .block-editor-inserter__menu-help-panel .nhsuk-promo .nhsuk-promo__content .nhsuk-promo__description, .block-editor-inserter__menu-help-panel .nhsuk-promo .nhsuk-promo__content p {
  padding: 8px;
}
.edit-post-visual-editor .nhsuk-promo .nhsuk-promo__content .nhsuk-readmore, .block-editor-block-styles .nhsuk-promo .nhsuk-promo__content .nhsuk-readmore, .block-editor-inserter__menu-help-panel .nhsuk-promo .nhsuk-promo__content .nhsuk-readmore {
  padding: 0 32px 8px 0;
}
.edit-post-visual-editor ul, .block-editor-block-styles ul, .block-editor-inserter__menu-help-panel ul {
  list-style: none;
}
.edit-post-visual-editor .nhsuk-width-container--full, .block-editor-block-styles .nhsuk-width-container--full, .block-editor-inserter__menu-help-panel .nhsuk-width-container--full {
  margin: 0;
  max-width: none;
}
.edit-post-visual-editor .nhsuk-card-group, .block-editor-block-styles .nhsuk-card-group, .block-editor-inserter__menu-help-panel .nhsuk-card-group {
  margin-left: 0;
  margin-right: 0;
}
.edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited {
  border-radius: 4px;
  background: #007f3b;
  font-size: #ffffff;
  padding: 1px 8px;
  position: relative;
  top: -5px;
  margin-bottom: 5px;
}
.edit-post-visual-editor .nhsuk-button--reverse:visited, .edit-post-visual-editor .nhsuk-button.is-style-reverse:visited, .edit-post-visual-editor .is-style-reverse.wp-block-button__link:visited, .edit-post-visual-editor .is-style-reverse.wp-block-file__button:visited, .block-editor-block-styles .nhsuk-button--reverse:visited, .block-editor-block-styles .nhsuk-button.is-style-reverse:visited, .block-editor-block-styles .is-style-reverse.wp-block-button__link:visited, .block-editor-block-styles .is-style-reverse.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .nhsuk-button--reverse:visited, .block-editor-inserter__menu-help-panel .nhsuk-button.is-style-reverse:visited, .block-editor-inserter__menu-help-panel .is-style-reverse.wp-block-button__link:visited, .block-editor-inserter__menu-help-panel .is-style-reverse.wp-block-file__button:visited {
  color: #212b32;
}
.edit-post-visual-editor .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination-item--previous, .edit-post-visual-editor .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination-item--next, .block-editor-block-styles .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination-item--previous, .block-editor-block-styles .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination-item--next, .block-editor-inserter__menu-help-panel .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination-item--previous, .block-editor-inserter__menu-help-panel .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination-item--next {
  width: 30%;
}
.edit-post-visual-editor .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination-item, .block-editor-block-styles .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination-item, .block-editor-inserter__menu-help-panel .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination-item {
  width: 8%;
  float: left;
}
.edit-post-visual-editor .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination__link:hover, .block-editor-block-styles .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination__link:hover, .block-editor-inserter__menu-help-panel .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination__link:hover {
  box-shadow: 0 0 0 16px #ffeb3b inset;
}
.edit-post-visual-editor .has-white-color, .block-editor-block-styles .has-white-color, .block-editor-inserter__menu-help-panel .has-white-color {
  color: #ffffff;
}
.edit-post-visual-editor .has-white-background-color, .block-editor-block-styles .has-white-background-color, .block-editor-inserter__menu-help-panel .has-white-background-color {
  background-color: #ffffff;
}
.edit-post-visual-editor .has-nhs-dark-blue-color, .block-editor-block-styles .has-nhs-dark-blue-color, .block-editor-inserter__menu-help-panel .has-nhs-dark-blue-color {
  color: #003087;
}
.edit-post-visual-editor .has-nhs-dark-blue-background-color, .block-editor-block-styles .has-nhs-dark-blue-background-color, .block-editor-inserter__menu-help-panel .has-nhs-dark-blue-background-color {
  background-color: #003087;
}
.edit-post-visual-editor .has-nhs-bright-blue-color, .block-editor-block-styles .has-nhs-bright-blue-color, .block-editor-inserter__menu-help-panel .has-nhs-bright-blue-color {
  color: #0072ce;
}
.edit-post-visual-editor .has-nhs-bright-blue-background-color, .block-editor-block-styles .has-nhs-bright-blue-background-color, .block-editor-inserter__menu-help-panel .has-nhs-bright-blue-background-color {
  background-color: #0072ce;
}
.edit-post-visual-editor .has-nhs-light-blue-color, .block-editor-block-styles .has-nhs-light-blue-color, .block-editor-inserter__menu-help-panel .has-nhs-light-blue-color {
  color: #41b6e6;
}
.edit-post-visual-editor .has-nhs-light-blue-background-color, .block-editor-block-styles .has-nhs-light-blue-background-color, .block-editor-inserter__menu-help-panel .has-nhs-light-blue-background-color {
  background-color: #41b6e6;
}
.edit-post-visual-editor .has-nhs-mid-grey-color, .block-editor-block-styles .has-nhs-mid-grey-color, .block-editor-inserter__menu-help-panel .has-nhs-mid-grey-color {
  color: #768692;
}
.edit-post-visual-editor .has-nhs-mid-grey-background-color, .block-editor-block-styles .has-nhs-mid-grey-background-color, .block-editor-inserter__menu-help-panel .has-nhs-mid-grey-background-color {
  background-color: #768692;
}
.edit-post-visual-editor .has-nhs-light-grey-color, .block-editor-block-styles .has-nhs-light-grey-color, .block-editor-inserter__menu-help-panel .has-nhs-light-grey-color {
  color: #e8edee;
}
.edit-post-visual-editor .has-nhs-light-grey-background-color, .block-editor-block-styles .has-nhs-light-grey-background-color, .block-editor-inserter__menu-help-panel .has-nhs-light-grey-background-color {
  background-color: #e8edee;
}
.edit-post-visual-editor .has-nhs-dark-grey-color, .block-editor-block-styles .has-nhs-dark-grey-color, .block-editor-inserter__menu-help-panel .has-nhs-dark-grey-color {
  color: #425563;
}
.edit-post-visual-editor .has-nhs-dark-grey-background-color, .block-editor-block-styles .has-nhs-dark-grey-background-color, .block-editor-inserter__menu-help-panel .has-nhs-dark-grey-background-color {
  background-color: #425563;
}
.edit-post-visual-editor .has-nhs-purple-color, .block-editor-block-styles .has-nhs-purple-color, .block-editor-inserter__menu-help-panel .has-nhs-purple-color {
  color: #330072;
}
.edit-post-visual-editor .has-nhs-purple-background-color, .block-editor-block-styles .has-nhs-purple-background-color, .block-editor-inserter__menu-help-panel .has-nhs-purple-background-color {
  background-color: #330072;
}
.edit-post-visual-editor .has-nhs-pink-color, .block-editor-block-styles .has-nhs-pink-color, .block-editor-inserter__menu-help-panel .has-nhs-pink-color {
  color: #ae2573;
}
.edit-post-visual-editor .has-nhs-pink-background-color, .block-editor-block-styles .has-nhs-pink-background-color, .block-editor-inserter__menu-help-panel .has-nhs-pink-background-color {
  background-color: #ae2573;
}
.edit-post-visual-editor .has-nhs-light-purple-color, .block-editor-block-styles .has-nhs-light-purple-color, .block-editor-inserter__menu-help-panel .has-nhs-light-purple-color {
  color: #704c9c;
}
.edit-post-visual-editor .has-nhs-light-purple-background-color, .block-editor-block-styles .has-nhs-light-purple-background-color, .block-editor-inserter__menu-help-panel .has-nhs-light-purple-background-color {
  background-color: #704c9c;
}
.edit-post-visual-editor .has-nhs-light-green-color, .block-editor-block-styles .has-nhs-light-green-color, .block-editor-inserter__menu-help-panel .has-nhs-light-green-color {
  color: #78be20;
}
.edit-post-visual-editor .has-nhs-light-green-background-color, .block-editor-block-styles .has-nhs-light-green-background-color, .block-editor-inserter__menu-help-panel .has-nhs-light-green-background-color {
  background-color: #78be20;
}
.edit-post-visual-editor .has-nhs-dark-green-color, .block-editor-block-styles .has-nhs-dark-green-color, .block-editor-inserter__menu-help-panel .has-nhs-dark-green-color {
  color: #006747;
}
.edit-post-visual-editor .has-nhs-dark-green-background-color, .block-editor-block-styles .has-nhs-dark-green-background-color, .block-editor-inserter__menu-help-panel .has-nhs-dark-green-background-color {
  background-color: #006747;
}
.edit-post-visual-editor .has-nhs-aqua-green-color, .block-editor-block-styles .has-nhs-aqua-green-color, .block-editor-inserter__menu-help-panel .has-nhs-aqua-green-color {
  color: #00a499;
}
.edit-post-visual-editor .has-nhs-aqua-green-background-color, .block-editor-block-styles .has-nhs-aqua-green-background-color, .block-editor-inserter__menu-help-panel .has-nhs-aqua-green-background-color {
  background-color: #00a499;
}
.edit-post-visual-editor .has-nhs-black-color, .block-editor-block-styles .has-nhs-black-color, .block-editor-inserter__menu-help-panel .has-nhs-black-color {
  color: #212b32;
}
.edit-post-visual-editor .has-nhs-black-background-color, .block-editor-block-styles .has-nhs-black-background-color, .block-editor-inserter__menu-help-panel .has-nhs-black-background-color {
  background-color: #212b32;
}
.edit-post-visual-editor .has-emergency-red-color, .block-editor-block-styles .has-emergency-red-color, .block-editor-inserter__menu-help-panel .has-emergency-red-color {
  color: #d5281b;
}
.edit-post-visual-editor .has-emergency-red-background-color, .block-editor-block-styles .has-emergency-red-background-color, .block-editor-inserter__menu-help-panel .has-emergency-red-background-color {
  background-color: #d5281b;
}
.edit-post-visual-editor .has-nhs-yellow-color, .block-editor-block-styles .has-nhs-yellow-color, .block-editor-inserter__menu-help-panel .has-nhs-yellow-color {
  color: #ffeb3b;
}
.edit-post-visual-editor .has-nhs-yellow-background-color, .block-editor-block-styles .has-nhs-yellow-background-color, .block-editor-inserter__menu-help-panel .has-nhs-yellow-background-color {
  background-color: #ffeb3b;
}
.edit-post-visual-editor .has-nhs-warm-yellow-color, .block-editor-block-styles .has-nhs-warm-yellow-color, .block-editor-inserter__menu-help-panel .has-nhs-warm-yellow-color {
  color: #ffb81c;
}
.edit-post-visual-editor .has-nhs-warm-yellow-background-color, .block-editor-block-styles .has-nhs-warm-yellow-background-color, .block-editor-inserter__menu-help-panel .has-nhs-warm-yellow-background-color {
  background-color: #ffb81c;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /*
  // variations to styling required for gutenberg native blocks
  // @author Tony Blacker, NHS Leadership Academy
  // @version 1.0 22nd July 2019
  */
  /* button extension*/
}
.edit-post-visual-editor .nhsuk-button.is-style-secondary, .edit-post-visual-editor .is-style-secondary.wp-block-button__link, .edit-post-visual-editor .is-style-secondary.wp-block-file__button, .edit-post-visual-editor .wp-block-file a.is-style-secondary.wp-block-file__button, .block-editor-block-styles .nhsuk-button.is-style-secondary, .block-editor-block-styles .is-style-secondary.wp-block-button__link, .block-editor-block-styles .is-style-secondary.wp-block-file__button, .block-editor-block-styles .wp-block-file a.is-style-secondary.wp-block-file__button, .block-editor-inserter__menu-help-panel .nhsuk-button.is-style-secondary, .block-editor-inserter__menu-help-panel .is-style-secondary.wp-block-button__link, .block-editor-inserter__menu-help-panel .is-style-secondary.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.is-style-secondary.wp-block-file__button { /* secondary button style*/ }
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* reverse button style*/
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* reveal extension*/
}
.edit-post-visual-editor .nhsuk-details.is-style-expander, .block-editor-block-styles .nhsuk-details.is-style-expander, .block-editor-inserter__menu-help-panel .nhsuk-details.is-style-expander { /* expander reveal style*/ }
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* warning callout */
}
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout {
  background-color: #fff9c4;
  border: 1px solid #ffeb3b;
}
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container {
  background-color: #ffeb3b;
  display: inline-block;
  top: -16px;
  margin-bottom: 8px;
  padding: 8px 32px;
  position: relative;
}
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container h3,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container h3,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container h3,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container h3,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container h3,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container h3, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container h3,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container h3,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container h3,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container h3,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container h3,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container h3, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container h3,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container h3,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container h3,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container h3,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container h3,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container h3 {
  background-color: #ffeb3b;
  color: #212b32 !important;
}
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-card--care__heading span,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-care-card__heading span,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-card--care__heading span,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-care-card__heading span,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-card--care__heading span,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-care-card__heading span,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-card--care__heading span,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-care-card__heading span,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container .nhsuk-card--care__heading span,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container .nhsuk-care-card__heading span,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container .nhsuk-card--care__heading span,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container .nhsuk-care-card__heading span, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-card--care__heading span,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-care-card__heading span,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-card--care__heading span,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-care-card__heading span,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-card--care__heading span,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-care-card__heading span,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-card--care__heading span,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-care-card__heading span,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container .nhsuk-card--care__heading span,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container .nhsuk-care-card__heading span,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container .nhsuk-card--care__heading span,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container .nhsuk-care-card__heading span, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-card--care__heading span,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-care-card__heading span,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-card--care__heading span,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-care-card__heading span,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-card--care__heading span,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-care-card__heading span,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-card--care__heading span,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-care-card__heading span,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container .nhsuk-card--care__heading span,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container .nhsuk-care-card__heading span,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container .nhsuk-card--care__heading span,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container .nhsuk-care-card__heading span {
  color: #212b32;
}
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__arrow,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__arrow,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__arrow,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__arrow,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__arrow,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__arrow, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__arrow,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__arrow,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__arrow,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__arrow,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__arrow,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__arrow, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__arrow,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__arrow,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__arrow,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__arrow,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__arrow,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__arrow {
  display: none;
}
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card__content,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__content,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-card__content,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__content,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-card__content,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__content, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card__content,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__content,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-card__content,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__content,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-card__content,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__content, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card__content,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__content,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-card__content,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__content,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-card__content,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__content {
  background-color: #fff9c4;
  padding-top: 0;
  border: none;
}
.edit-post-visual-editor .nhsuk-care-card__heading-container h3, .block-editor-block-styles .nhsuk-care-card__heading-container h3, .block-editor-inserter__menu-help-panel .nhsuk-care-card__heading-container h3 {
  color: #ffffff !important;
  margin: 0 !important;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* do and dont list extension */
}
.edit-post-visual-editor .nhsuk-do-dont-list svg.nhsuk-icon, .block-editor-block-styles .nhsuk-do-dont-list svg.nhsuk-icon, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list svg.nhsuk-icon {
  width: 35px;
  height: 34px;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* inset text inverted link amendment */
}
.edit-post-visual-editor .nhsuk-inset-text is-style-quote-reverse .nhsuk-inset-text__quote a, .block-editor-block-styles .nhsuk-inset-text is-style-quote-reverse .nhsuk-inset-text__quote a, .block-editor-inserter__menu-help-panel .nhsuk-inset-text is-style-quote-reverse .nhsuk-inset-text__quote a {
  color: #ffffff;
  font-weight: 700;
}
.edit-post-visual-editor .nhsuk-hero__overlay, .block-editor-block-styles .nhsuk-hero__overlay, .block-editor-inserter__menu-help-panel .nhsuk-hero__overlay {
  margin-bottom: 50px;
}
.edit-post-visual-editor .nhsuk-hero__overlay .nhsuk-grid-column-two-thirds, .edit-post-visual-editor .nhsuk-hero__overlay .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"], .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-hero__overlay [data-type="nhsblocks/twothirds"], .block-editor-block-styles .nhsuk-hero__overlay .nhsuk-grid-column-two-thirds, .block-editor-block-styles .nhsuk-hero__overlay .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"], .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-hero__overlay [data-type="nhsblocks/twothirds"], .block-editor-inserter__menu-help-panel .nhsuk-hero__overlay .nhsuk-grid-column-two-thirds, .block-editor-inserter__menu-help-panel .nhsuk-hero__overlay .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"], .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-hero__overlay [data-type="nhsblocks/twothirds"] {
  padding: 0;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Hero fix so it works on all templates */
}
.edit-post-visual-editor .wp-block-nhsblocks-heroblock, .block-editor-block-styles .wp-block-nhsblocks-heroblock, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-heroblock {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}
.edit-post-visual-editor .nhsuk-card .nhsuk-card__description, .block-editor-block-styles .nhsuk-card .nhsuk-card__description, .block-editor-inserter__menu-help-panel .nhsuk-card .nhsuk-card__description {
  display: flow-root;
}
.edit-post-visual-editor .nhsuk-card.is-style-panel-grey, .block-editor-block-styles .nhsuk-card.is-style-panel-grey, .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-grey {
  background: inherit;
  border: none;
}
.edit-post-visual-editor .nhsuk-card figure, .block-editor-block-styles .nhsuk-card figure, .block-editor-inserter__menu-help-panel .nhsuk-card figure {
  margin: 0;
}
.edit-post-visual-editor .components-panel__header.edit-post-sidebar__panel-tabs ul, .block-editor-block-styles .components-panel__header.edit-post-sidebar__panel-tabs ul, .block-editor-inserter__menu-help-panel .components-panel__header.edit-post-sidebar__panel-tabs ul {
  padding: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.edit-post-visual-editor .wp-block, .block-editor-block-styles .wp-block, .block-editor-inserter__menu-help-panel .wp-block {
  max-width: 983px;
}
.edit-post-visual-editor .wp-block[data-align=wide], .block-editor-block-styles .wp-block[data-align=wide], .block-editor-inserter__menu-help-panel .wp-block[data-align=wide] { /* it can be "data-align=full" and also "right", "left" and "center" */
  max-width: 1228px;
}
.edit-post-visual-editor .block-editor-block-list__block, .block-editor-block-styles .block-editor-block-list__block, .block-editor-inserter__menu-help-panel .block-editor-block-list__block {
  font-family: Frutiger W01, Arial, Sans-serif;
  font-size: 16px;
}
.edit-post-visual-editor .has-white-color, .block-editor-block-styles .has-white-color, .block-editor-inserter__menu-help-panel .has-white-color {
  color: #ffffff;
}
.edit-post-visual-editor .has-white-background-color, .block-editor-block-styles .has-white-background-color, .block-editor-inserter__menu-help-panel .has-white-background-color {
  background-color: #ffffff;
}
.edit-post-visual-editor .has-nhs-dark-blue-color, .block-editor-block-styles .has-nhs-dark-blue-color, .block-editor-inserter__menu-help-panel .has-nhs-dark-blue-color {
  color: #003087;
}
.edit-post-visual-editor .has-nhs-dark-blue-background-color, .block-editor-block-styles .has-nhs-dark-blue-background-color, .block-editor-inserter__menu-help-panel .has-nhs-dark-blue-background-color {
  background-color: #003087;
}
.edit-post-visual-editor .has-nhs-bright-blue-color, .block-editor-block-styles .has-nhs-bright-blue-color, .block-editor-inserter__menu-help-panel .has-nhs-bright-blue-color {
  color: #0072ce;
}
.edit-post-visual-editor .has-nhs-bright-blue-background-color, .block-editor-block-styles .has-nhs-bright-blue-background-color, .block-editor-inserter__menu-help-panel .has-nhs-bright-blue-background-color {
  background-color: #0072ce;
}
.edit-post-visual-editor .has-nhs-light-blue-color, .block-editor-block-styles .has-nhs-light-blue-color, .block-editor-inserter__menu-help-panel .has-nhs-light-blue-color {
  color: #41b6e6;
}
.edit-post-visual-editor .has-nhs-light-blue-background-color, .block-editor-block-styles .has-nhs-light-blue-background-color, .block-editor-inserter__menu-help-panel .has-nhs-light-blue-background-color {
  background-color: #41b6e6;
}
.edit-post-visual-editor .has-nhs-mid-grey-color, .block-editor-block-styles .has-nhs-mid-grey-color, .block-editor-inserter__menu-help-panel .has-nhs-mid-grey-color {
  color: #768692;
}
.edit-post-visual-editor .has-nhs-mid-grey-background-color, .block-editor-block-styles .has-nhs-mid-grey-background-color, .block-editor-inserter__menu-help-panel .has-nhs-mid-grey-background-color {
  background-color: #768692;
}
.edit-post-visual-editor .has-nhs-light-grey-color, .block-editor-block-styles .has-nhs-light-grey-color, .block-editor-inserter__menu-help-panel .has-nhs-light-grey-color {
  color: #e8edee;
}
.edit-post-visual-editor .has-nhs-light-grey-background-color, .block-editor-block-styles .has-nhs-light-grey-background-color, .block-editor-inserter__menu-help-panel .has-nhs-light-grey-background-color {
  background-color: #e8edee;
}
.edit-post-visual-editor .has-nhs-dark-grey-color, .block-editor-block-styles .has-nhs-dark-grey-color, .block-editor-inserter__menu-help-panel .has-nhs-dark-grey-color {
  color: #425563;
}
.edit-post-visual-editor .has-nhs-dark-grey-background-color, .block-editor-block-styles .has-nhs-dark-grey-background-color, .block-editor-inserter__menu-help-panel .has-nhs-dark-grey-background-color {
  background-color: #425563;
}
.edit-post-visual-editor .has-nhs-purple-color, .block-editor-block-styles .has-nhs-purple-color, .block-editor-inserter__menu-help-panel .has-nhs-purple-color {
  color: #330072;
}
.edit-post-visual-editor .has-nhs-purple-background-color, .block-editor-block-styles .has-nhs-purple-background-color, .block-editor-inserter__menu-help-panel .has-nhs-purple-background-color {
  background-color: #330072;
}
.edit-post-visual-editor .has-nhs-pink-color, .block-editor-block-styles .has-nhs-pink-color, .block-editor-inserter__menu-help-panel .has-nhs-pink-color {
  color: #ae2573;
}
.edit-post-visual-editor .has-nhs-pink-background-color, .block-editor-block-styles .has-nhs-pink-background-color, .block-editor-inserter__menu-help-panel .has-nhs-pink-background-color {
  background-color: #ae2573;
}
.edit-post-visual-editor .has-nhs-light-purple-color, .block-editor-block-styles .has-nhs-light-purple-color, .block-editor-inserter__menu-help-panel .has-nhs-light-purple-color {
  color: #704c9c;
}
.edit-post-visual-editor .has-nhs-light-purple-background-color, .block-editor-block-styles .has-nhs-light-purple-background-color, .block-editor-inserter__menu-help-panel .has-nhs-light-purple-background-color {
  background-color: #704c9c;
}
.edit-post-visual-editor .has-nhs-light-green-color, .block-editor-block-styles .has-nhs-light-green-color, .block-editor-inserter__menu-help-panel .has-nhs-light-green-color {
  color: #78be20;
}
.edit-post-visual-editor .has-nhs-light-green-background-color, .block-editor-block-styles .has-nhs-light-green-background-color, .block-editor-inserter__menu-help-panel .has-nhs-light-green-background-color {
  background-color: #78be20;
}
.edit-post-visual-editor .has-nhs-dark-green-color, .block-editor-block-styles .has-nhs-dark-green-color, .block-editor-inserter__menu-help-panel .has-nhs-dark-green-color {
  color: #006747;
}
.edit-post-visual-editor .has-nhs-dark-green-background-color, .block-editor-block-styles .has-nhs-dark-green-background-color, .block-editor-inserter__menu-help-panel .has-nhs-dark-green-background-color {
  background-color: #006747;
}
.edit-post-visual-editor .has-nhs-aqua-green-color, .block-editor-block-styles .has-nhs-aqua-green-color, .block-editor-inserter__menu-help-panel .has-nhs-aqua-green-color {
  color: #00a499;
}
.edit-post-visual-editor .has-nhs-aqua-green-background-color, .block-editor-block-styles .has-nhs-aqua-green-background-color, .block-editor-inserter__menu-help-panel .has-nhs-aqua-green-background-color {
  background-color: #00a499;
}
.edit-post-visual-editor .has-nhs-black-color, .block-editor-block-styles .has-nhs-black-color, .block-editor-inserter__menu-help-panel .has-nhs-black-color {
  color: #212b32;
}
.edit-post-visual-editor .has-nhs-black-background-color, .block-editor-block-styles .has-nhs-black-background-color, .block-editor-inserter__menu-help-panel .has-nhs-black-background-color {
  background-color: #212b32;
}
.edit-post-visual-editor .has-emergency-red-color, .block-editor-block-styles .has-emergency-red-color, .block-editor-inserter__menu-help-panel .has-emergency-red-color {
  color: #d5281b;
}
.edit-post-visual-editor .has-emergency-red-background-color, .block-editor-block-styles .has-emergency-red-background-color, .block-editor-inserter__menu-help-panel .has-emergency-red-background-color {
  background-color: #d5281b;
}
.edit-post-visual-editor .has-nhs-yellow-color, .block-editor-block-styles .has-nhs-yellow-color, .block-editor-inserter__menu-help-panel .has-nhs-yellow-color {
  color: #ffeb3b;
}
.edit-post-visual-editor .has-nhs-yellow-background-color, .block-editor-block-styles .has-nhs-yellow-background-color, .block-editor-inserter__menu-help-panel .has-nhs-yellow-background-color {
  background-color: #ffeb3b;
}
.edit-post-visual-editor .has-nhs-warm-yellow-color, .block-editor-block-styles .has-nhs-warm-yellow-color, .block-editor-inserter__menu-help-panel .has-nhs-warm-yellow-color {
  color: #ffb81c;
}
.edit-post-visual-editor .has-nhs-warm-yellow-background-color, .block-editor-block-styles .has-nhs-warm-yellow-background-color, .block-editor-inserter__menu-help-panel .has-nhs-warm-yellow-background-color {
  background-color: #ffb81c;
}
.edit-post-visual-editor .nhsuk-width-container--full, .block-editor-block-styles .nhsuk-width-container--full, .block-editor-inserter__menu-help-panel .nhsuk-width-container--full {
  margin: 0;
  max-width: none;
}
.edit-post-visual-editor .nhsuk-card-group, .block-editor-block-styles .nhsuk-card-group, .block-editor-inserter__menu-help-panel .nhsuk-card-group {
  margin-left: 0;
  margin-right: 0;
}
.edit-post-visual-editor .wp-block-button__link, .edit-post-visual-editor .wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited, .block-editor-block-styles .wp-block-button__link, .block-editor-block-styles .wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button, .block-editor-block-styles .wp-block-file a.wp-block-file__button:active, .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus, .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover, .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .wp-block-button__link, .block-editor-inserter__menu-help-panel .wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited {
  border-radius: 4px;
  background: #006747;
  font-size: #ffffff;
  padding: 1px 8px;
  position: relative;
  top: -5px;
  margin-bottom: 5px;
}
.edit-post-visual-editor .nhsuk-button--reverse:visited, .edit-post-visual-editor .nhsuk-button.is-style-reverse:visited, .edit-post-visual-editor .is-style-reverse.wp-block-button__link:visited, .edit-post-visual-editor .is-style-reverse.wp-block-file__button:visited, .block-editor-block-styles .nhsuk-button--reverse:visited, .block-editor-block-styles .nhsuk-button.is-style-reverse:visited, .block-editor-block-styles .is-style-reverse.wp-block-button__link:visited, .block-editor-block-styles .is-style-reverse.wp-block-file__button:visited, .block-editor-inserter__menu-help-panel .nhsuk-button--reverse:visited, .block-editor-inserter__menu-help-panel .nhsuk-button.is-style-reverse:visited, .block-editor-inserter__menu-help-panel .is-style-reverse.wp-block-button__link:visited, .block-editor-inserter__menu-help-panel .is-style-reverse.wp-block-file__button:visited {
  color: #212b32;
}
.edit-post-visual-editor .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination-item--previous, .edit-post-visual-editor .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination-item--next, .block-editor-block-styles .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination-item--previous, .block-editor-block-styles .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination-item--next, .block-editor-inserter__menu-help-panel .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination-item--previous, .block-editor-inserter__menu-help-panel .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination-item--next {
  width: 30%;
}
.edit-post-visual-editor .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination-item, .block-editor-block-styles .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination-item, .block-editor-inserter__menu-help-panel .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination-item {
  width: 8%;
  float: left;
}
.edit-post-visual-editor .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination__link:hover, .block-editor-block-styles .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination__link:hover, .block-editor-inserter__menu-help-panel .nhsuk-pagination .nhsuk-pagination__list .nhsuk-pagination__link:hover {
  box-shadow: 0 0 0 16px #ffeb3b inset;
}
.edit-post-visual-editor .nhsuk-care-card, .block-editor-block-styles .nhsuk-care-card, .block-editor-inserter__menu-help-panel .nhsuk-care-card {
  width: 100%;
}
.edit-post-visual-editor .nhsuk-care-card .nhsuk-care-card-content, .block-editor-block-styles .nhsuk-care-card .nhsuk-care-card-content, .block-editor-inserter__menu-help-panel .nhsuk-care-card .nhsuk-care-card-content {
  overflow: auto;
}
.edit-post-visual-editor .nhsuk-details .nhsuk-details__text, .block-editor-block-styles .nhsuk-details .nhsuk-details__text, .block-editor-inserter__menu-help-panel .nhsuk-details .nhsuk-details__text {
  overflow: auto;
}
.edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item {
  overflow: hidden;
  margin-bottom: 2rem;
}
.edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-promo__link-wrapper, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-promo__link-wrapper, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-promo__link-wrapper {
  background: inherit;
  box-shadow: none;
  width: 100%;
}
.edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label {
  background: inherit;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-size: cover;
  position: relative;
  padding: 33.33% 0;
  height: 100%;
}
.edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-panel-with-label__label, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .rich-text, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .rich-text, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .rich-text, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .block-editor-block-styles .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-panel-with-label__label, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-panel-with-label__label, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-panel-with-label__label, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label h3 .rich-text {
  z-index: 2;
  top: 0;
  margin: 0 -20px;
  position: absolute;
  top: 50%;
  left: 10%;
  max-width: 90%;
  font-size: 1.1rem;
}
.edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-dashboard__image, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-dashboard__image, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-dashboard__image, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-dashboard__image, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-dashboard__image, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-dashboard__image {
  width: 100%;
  height: 100%;
}
.edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-promo__img, .edit-post-visual-editor .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-promo__img, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-promo__img, .block-editor-block-styles .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-promo__img, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel-with-label .nhsuk-promo__img, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-panel-group__item .nhsuk-panel.is-style-panel-with-label .nhsuk-promo__img {
  position: relative;
  top: -16px;
  z-index: 1;
}
.edit-post-visual-editor .nhsuk-dashboard .nhsuk-grid-column-full-width, .block-editor-block-styles .nhsuk-dashboard .nhsuk-grid-column-full-width, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-grid-column-full-width {
  max-height: 300px;
}
.edit-post-visual-editor .nhsuk-dashboard .nhsuk-grid-column-one-half, .edit-post-visual-editor .nhsuk-dashboard .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onehalf"], .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-dashboard [data-type="nhsblocks/onehalf"], .block-editor-block-styles .nhsuk-dashboard .nhsuk-grid-column-one-half, .block-editor-block-styles .nhsuk-dashboard .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onehalf"], .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-dashboard [data-type="nhsblocks/onehalf"], .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-grid-column-one-half, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onehalf"], .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-dashboard [data-type="nhsblocks/onehalf"] {
  max-height: 250px;
}
.edit-post-visual-editor .nhsuk-dashboard .nhsuk-grid-column-one-third, .edit-post-visual-editor .nhsuk-dashboard .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onethird"], .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-dashboard [data-type="nhsblocks/onethird"], .edit-post-visual-editor .nhsuk-dashboard .nhsuk-grid-column-two-thirds, .edit-post-visual-editor .nhsuk-dashboard .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"], .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-dashboard [data-type="nhsblocks/twothirds"], .block-editor-block-styles .nhsuk-dashboard .nhsuk-grid-column-one-third, .block-editor-block-styles .nhsuk-dashboard .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onethird"], .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-dashboard [data-type="nhsblocks/onethird"], .block-editor-block-styles .nhsuk-dashboard .nhsuk-grid-column-two-thirds, .block-editor-block-styles .nhsuk-dashboard .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"], .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-dashboard [data-type="nhsblocks/twothirds"], .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-grid-column-one-third, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onethird"], .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-dashboard [data-type="nhsblocks/onethird"], .block-editor-inserter__menu-help-panel .nhsuk-dashboard .nhsuk-grid-column-two-thirds, .block-editor-inserter__menu-help-panel .nhsuk-dashboard .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"], .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-dashboard [data-type="nhsblocks/twothirds"] {
  max-height: 200px;
}
.edit-post-visual-editor .nhsuk-inset-text--rev, .edit-post-visual-editor .is-style-quote-reverse, .block-editor-block-styles .nhsuk-inset-text--rev, .block-editor-block-styles .is-style-quote-reverse, .block-editor-inserter__menu-help-panel .nhsuk-inset-text--rev, .block-editor-inserter__menu-help-panel .is-style-quote-reverse {
  background: #005eb8;
  border: 10px solid #005eb8;
  box-shadow: inset 12px 0px 0px 0px #ffffff;
  box-sizing: border-box;
  padding-left: 30px;
  margin: 1rem 0;
  color: #ffffff;
  width: 100%;
}
.edit-post-visual-editor #content .nhsuk-main-wrapper .nhsuk-inset-text.is-style-quote-warning, .edit-post-visual-editor .nhsuk-inset-text.is-style-quote-warning, .block-editor-block-styles #content .nhsuk-main-wrapper .nhsuk-inset-text.is-style-quote-warning, .block-editor-block-styles .nhsuk-inset-text.is-style-quote-warning, .block-editor-inserter__menu-help-panel #content .nhsuk-main-wrapper .nhsuk-inset-text.is-style-quote-warning, .block-editor-inserter__menu-help-panel .nhsuk-inset-text.is-style-quote-warning {
  border-left-color: #ffeb3b;
}
.edit-post-visual-editor #content .nhsuk-main-wrapper .nhsuk-inset-text.is-style-quote-warning-reverse, .edit-post-visual-editor .nhsuk-inset-text.is-style-quote-warning-reverse, .block-editor-block-styles #content .nhsuk-main-wrapper .nhsuk-inset-text.is-style-quote-warning-reverse, .block-editor-block-styles .nhsuk-inset-text.is-style-quote-warning-reverse, .block-editor-inserter__menu-help-panel #content .nhsuk-main-wrapper .nhsuk-inset-text.is-style-quote-warning-reverse, .block-editor-inserter__menu-help-panel .nhsuk-inset-text.is-style-quote-warning-reverse {
  background: #ffeb3b;
  border: 10px solid #ffeb3b;
  box-shadow: inset 12px 0px 0px 0px #212b32;
  box-sizing: border-box;
  padding-left: 30px;
  margin: 1rem 0;
  color: #212b32;
  width: 100%;
}
.edit-post-visual-editor #content .nhsuk-main-wrapper .nhsuk-inset-text.is-style-quote-alert, .edit-post-visual-editor .is-style-quote-alert.nhsuk-inset-text, .block-editor-block-styles #content .nhsuk-main-wrapper .nhsuk-inset-text.is-style-quote-alert, .block-editor-block-styles .is-style-quote-alert.nhsuk-inset-text, .block-editor-inserter__menu-help-panel #content .nhsuk-main-wrapper .nhsuk-inset-text.is-style-quote-alert, .block-editor-inserter__menu-help-panel .is-style-quote-alert.nhsuk-inset-text {
  border-left-color: #d5281b;
}
.edit-post-visual-editor #content .nhsuk-main-wrapper .nhsuk-inset-text.is-style-quote-alert-reverse, .edit-post-visual-editor .is-style-quote-alert-reverse.nhsuk-inset-text, .block-editor-block-styles #content .nhsuk-main-wrapper .nhsuk-inset-text.is-style-quote-alert-reverse, .block-editor-block-styles .is-style-quote-alert-reverse.nhsuk-inset-text, .block-editor-inserter__menu-help-panel #content .nhsuk-main-wrapper .nhsuk-inset-text.is-style-quote-alert-reverse, .block-editor-inserter__menu-help-panel .is-style-quote-alert-reverse.nhsuk-inset-text {
  background: #d5281b;
  border: 10px solid #d5281b;
  box-shadow: inset 12px 0px 0px 0px #ffffff;
  box-sizing: border-box;
  padding-left: 30px;
  margin: 1rem 0;
  color: #ffffff;
  width: 100%;
}
.edit-post-visual-editor .nhsuk-promo .nhsuk-promo__content, .block-editor-block-styles .nhsuk-promo .nhsuk-promo__content, .block-editor-inserter__menu-help-panel .nhsuk-promo .nhsuk-promo__content {
  padding: 0 0 16px 0;
}
.edit-post-visual-editor .nhsuk-promo .nhsuk-promo__content .nhsuk-image, .edit-post-visual-editor .nhsuk-promo .nhsuk-promo__content .is-style-nhsuk-image, .block-editor-block-styles .nhsuk-promo .nhsuk-promo__content .nhsuk-image, .block-editor-block-styles .nhsuk-promo .nhsuk-promo__content .is-style-nhsuk-image, .block-editor-inserter__menu-help-panel .nhsuk-promo .nhsuk-promo__content .nhsuk-image, .block-editor-inserter__menu-help-panel .nhsuk-promo .nhsuk-promo__content .is-style-nhsuk-image {
  width: 100%;
  padding: 0;
}
.edit-post-visual-editor .nhsuk-promo .nhsuk-promo__content .nhsuk-promo__heading, .block-editor-block-styles .nhsuk-promo .nhsuk-promo__content .nhsuk-promo__heading, .block-editor-inserter__menu-help-panel .nhsuk-promo .nhsuk-promo__content .nhsuk-promo__heading {
  padding: 8px 16px;
}
.edit-post-visual-editor .nhsuk-promo .nhsuk-promo__content .nhsuk-promo__description, .edit-post-visual-editor .nhsuk-promo .nhsuk-promo__content p, .block-editor-block-styles .nhsuk-promo .nhsuk-promo__content .nhsuk-promo__description, .block-editor-block-styles .nhsuk-promo .nhsuk-promo__content p, .block-editor-inserter__menu-help-panel .nhsuk-promo .nhsuk-promo__content .nhsuk-promo__description, .block-editor-inserter__menu-help-panel .nhsuk-promo .nhsuk-promo__content p {
  padding: 8px;
}
.edit-post-visual-editor .nhsuk-promo .nhsuk-promo__content .nhsuk-readmore, .block-editor-block-styles .nhsuk-promo .nhsuk-promo__content .nhsuk-readmore, .block-editor-inserter__menu-help-panel .nhsuk-promo .nhsuk-promo__content .nhsuk-readmore {
  padding: 0 32px 8px 0;
}
.edit-post-visual-editor .is-style-nhsuk-image figcaption, .block-editor-block-styles .is-style-nhsuk-image figcaption, .block-editor-inserter__menu-help-panel .is-style-nhsuk-image figcaption {
  margin: 0;
}
.edit-post-visual-editor figure.is-style-nhsuk-table-responsive thead, .edit-post-visual-editor figure.is-style-nhsuk-table-responsive tr, .edit-post-visual-editor figure.is-style-nhsuk-table-responsive th, .edit-post-visual-editor figure.is-style-nhsuk-table-responsive td, .block-editor-block-styles figure.is-style-nhsuk-table-responsive thead, .block-editor-block-styles figure.is-style-nhsuk-table-responsive tr, .block-editor-block-styles figure.is-style-nhsuk-table-responsive th, .block-editor-block-styles figure.is-style-nhsuk-table-responsive td, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive thead, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive tr, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive th, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive td {
  border: 0;
}
.edit-post-visual-editor figure.is-style-nhsuk-table-responsive table, .block-editor-block-styles figure.is-style-nhsuk-table-responsive table, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive table {
  margin-bottom: 40px;
  border-spacing: 0;
  vertical-align: top;
  width: 100%;
}
.edit-post-visual-editor figure.is-style-nhsuk-table-responsive thead th, .block-editor-block-styles figure.is-style-nhsuk-table-responsive thead th, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive thead th {
  border-bottom: 2px solid #d8dde0;
}
.edit-post-visual-editor figure.is-style-nhsuk-table-responsive th, .block-editor-block-styles figure.is-style-nhsuk-table-responsive th, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive th {
  font-weight: 600;
}
.edit-post-visual-editor figure.is-style-nhsuk-table-responsive th,
.edit-post-visual-editor figure.is-style-nhsuk-table-responsive td, .block-editor-block-styles figure.is-style-nhsuk-table-responsive th,
.block-editor-block-styles figure.is-style-nhsuk-table-responsive td, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive th,
.block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive td {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 8px 16px 8px 0;
  border-bottom: 1px solid #d8dde0;
  text-align: left;
  vertical-align: top;
}
.edit-post-visual-editor figure.is-style-nhsuk-table-responsive th:last-child,
.edit-post-visual-editor figure.is-style-nhsuk-table-responsive td:last-child, .block-editor-block-styles figure.is-style-nhsuk-table-responsive th:last-child,
.block-editor-block-styles figure.is-style-nhsuk-table-responsive td:last-child, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive th:last-child,
.block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive td:last-child {
  padding-right: 0;
}
.edit-post-visual-editor figure.is-style-nhsuk-table-responsive figcaption, .block-editor-block-styles figure.is-style-nhsuk-table-responsive figcaption, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive figcaption {
  -webkit-clip-path: inset(50%);
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.wp-admin .edit-post-visual-editor figure.is-style-nhsuk-table-responsive figcaption, .wp-admin .block-editor-block-styles figure.is-style-nhsuk-table-responsive figcaption, .wp-admin .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive figcaption {
  width: auto;
  clip: auto;
  height: auto;
  position: relative;
  clip-path: unset;
}
@media (min-width: 40.0625em) {
  .edit-post-visual-editor figure.is-style-nhsuk-table-responsive, .block-editor-block-styles figure.is-style-nhsuk-table-responsive, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive {
    /*table {
      margin-bottom: 48px;
    }*/
  }
  .edit-post-visual-editor figure.is-style-nhsuk-table-responsive th,
  .edit-post-visual-editor figure.is-style-nhsuk-table-responsive td, .block-editor-block-styles figure.is-style-nhsuk-table-responsive th,
  .block-editor-block-styles figure.is-style-nhsuk-table-responsive td, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive th,
  .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive td {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.47368;
    padding-bottom: 16px;
    padding-right: 24px;
    padding-top: 16px;
  }
}
@media print {
  .edit-post-visual-editor figure.is-style-nhsuk-table-responsive table, .block-editor-block-styles figure.is-style-nhsuk-table-responsive table, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive table {
    page-break-inside: avoid;
  }
  .edit-post-visual-editor figure.is-style-nhsuk-table-responsive th,
  .edit-post-visual-editor figure.is-style-nhsuk-table-responsive td, .block-editor-block-styles figure.is-style-nhsuk-table-responsive th,
  .block-editor-block-styles figure.is-style-nhsuk-table-responsive td, .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive th,
  .block-editor-inserter__menu-help-panel figure.is-style-nhsuk-table-responsive td {
    font-size: 14pt;
    line-height: 1.15;
  }
}
.edit-post-visual-editor .nhsuk-table-responsive table, .edit-post-visual-editor .is-style-nhsuk-table-responsive table, .edit-post-visual-editor table, .block-editor-block-styles .nhsuk-table-responsive table, .block-editor-block-styles .is-style-nhsuk-table-responsive table, .block-editor-block-styles table, .block-editor-inserter__menu-help-panel .nhsuk-table-responsive table, .block-editor-inserter__menu-help-panel .is-style-nhsuk-table-responsive table, .block-editor-inserter__menu-help-panel table {
  margin: 0;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* =====================================================
     NHS Tabs 
     ===================================================== */
}
.edit-post-visual-editor .wp-block-nhsblocks-nhstabs.nhsuk-tabs, .block-editor-block-styles .wp-block-nhsblocks-nhstabs.nhsuk-tabs, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs.nhsuk-tabs {
  max-width: 100%;
}
.edit-post-visual-editor .wp-block-nhsblocks-nhstabs .nhsuk-tabs__list, .block-editor-block-styles .wp-block-nhsblocks-nhstabs .nhsuk-tabs__list, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs .nhsuk-tabs__list {
  display: block;
  width: 100%;
}
.edit-post-visual-editor .wp-block-nhsblocks-nhstabs .nhsuk-tabs__list-item, .block-editor-block-styles .wp-block-nhsblocks-nhstabs .nhsuk-tabs__list-item, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs .nhsuk-tabs__list-item {
  min-width: 0;
  max-width: 100%;
}
.edit-post-visual-editor .wp-block-nhsblocks-nhstabs .nhsuk-tabs__tab, .block-editor-block-styles .wp-block-nhsblocks-nhstabs .nhsuk-tabs__tab, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs .nhsuk-tabs__tab {
  display: block;
  white-space: normal;
  overflow-wrap: break-word;
  min-width: 0;
  background-color: transparent; /* critical */
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Hide inactive panels */
}
.edit-post-visual-editor .wp-block-nhsblocks-nhstabs .nhsuk-tabs__panel--hidden, .block-editor-block-styles .wp-block-nhsblocks-nhstabs .nhsuk-tabs__panel--hidden, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs .nhsuk-tabs__panel--hidden {
  display: none !important;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* -----------------------------------------------------
     Mobile behaviour (below NHS breakpoint)
     ----------------------------------------------------- */
}
@media (max-width: 48.0625em) {
  .edit-post-visual-editor .wp-block-nhsblocks-nhstabs .nhsuk-tabs__list-item::before, .block-editor-block-styles .wp-block-nhsblocks-nhstabs .nhsuk-tabs__list-item::before, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs .nhsuk-tabs__list-item::before {
    margin-left: -14px;
  }
  .edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
    /* Tabs behave like navigation (no visited purple) */
  }
  .edit-post-visual-editor .wp-block-nhsblocks-nhstabs .nhsuk-tabs__tab,
  .edit-post-visual-editor .wp-block-nhsblocks-nhstabs .nhsuk-tabs__tab:link,
  .edit-post-visual-editor .wp-block-nhsblocks-nhstabs .nhsuk-tabs__tab:visited,
  .edit-post-visual-editor .wp-block-nhsblocks-nhstabs .nhsuk-tabs__tab:hover,
  .edit-post-visual-editor .wp-block-nhsblocks-nhstabs .nhsuk-tabs__tab:focus,
  .edit-post-visual-editor .wp-block-nhsblocks-nhstabs .nhsuk-tabs__tab:active, .block-editor-block-styles .wp-block-nhsblocks-nhstabs .nhsuk-tabs__tab,
  .block-editor-block-styles .wp-block-nhsblocks-nhstabs .nhsuk-tabs__tab:link,
  .block-editor-block-styles .wp-block-nhsblocks-nhstabs .nhsuk-tabs__tab:visited,
  .block-editor-block-styles .wp-block-nhsblocks-nhstabs .nhsuk-tabs__tab:hover,
  .block-editor-block-styles .wp-block-nhsblocks-nhstabs .nhsuk-tabs__tab:focus,
  .block-editor-block-styles .wp-block-nhsblocks-nhstabs .nhsuk-tabs__tab:active, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs .nhsuk-tabs__tab,
  .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs .nhsuk-tabs__tab:link,
  .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs .nhsuk-tabs__tab:visited,
  .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs .nhsuk-tabs__tab:hover,
  .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs .nhsuk-tabs__tab:focus,
  .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs .nhsuk-tabs__tab:active {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
  }
  .edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
    /* Blue & Reverse fall back to Standard on mobile */
  }
  .edit-post-visual-editor .wp-block-nhsblocks-nhstabs.is-style-blue .nhsuk-tabs__list-item,
  .edit-post-visual-editor .wp-block-nhsblocks-nhstabs.is-style-reverse .nhsuk-tabs__list-item, .block-editor-block-styles .wp-block-nhsblocks-nhstabs.is-style-blue .nhsuk-tabs__list-item,
  .block-editor-block-styles .wp-block-nhsblocks-nhstabs.is-style-reverse .nhsuk-tabs__list-item, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs.is-style-blue .nhsuk-tabs__list-item,
  .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs.is-style-reverse .nhsuk-tabs__list-item {
    background-color: transparent;
  }
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* -----------------------------------------------------
     Desktop (NHS breakpoint)
     ----------------------------------------------------- */
}
@media (min-width: 48.0625em) {
  .edit-post-visual-editor .wp-block-nhsblocks-nhstabs .nhsuk-tabs__list, .block-editor-block-styles .wp-block-nhsblocks-nhstabs .nhsuk-tabs__list, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs .nhsuk-tabs__list {
    display: flex;
    flex-wrap: wrap;
  }
  .edit-post-visual-editor .wp-block-nhsblocks-nhstabs .nhsuk-tabs__list-item, .block-editor-block-styles .wp-block-nhsblocks-nhstabs .nhsuk-tabs__list-item, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs .nhsuk-tabs__list-item {
    flex: 1 1 auto;
  }
  .edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
    /* =========================
       Tabs – Blue (DESKTOP)
       ========================= */
  }
  .edit-post-visual-editor .wp-block-nhsblocks-nhstabs.is-style-blue .nhsuk-tabs__list-item, .block-editor-block-styles .wp-block-nhsblocks-nhstabs.is-style-blue .nhsuk-tabs__list-item, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs.is-style-blue .nhsuk-tabs__list-item {
    background-color: #005eb8;
  }
  .edit-post-visual-editor .wp-block-nhsblocks-nhstabs.is-style-blue .nhsuk-tabs__list-item--selected, .block-editor-block-styles .wp-block-nhsblocks-nhstabs.is-style-blue .nhsuk-tabs__list-item--selected, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs.is-style-blue .nhsuk-tabs__list-item--selected {
    background-color: #003087;
  }
  .edit-post-visual-editor .wp-block-nhsblocks-nhstabs.is-style-blue .nhsuk-tabs__list-item--selected .nhsuk-tabs__tab, .block-editor-block-styles .wp-block-nhsblocks-nhstabs.is-style-blue .nhsuk-tabs__list-item--selected .nhsuk-tabs__tab, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs.is-style-blue .nhsuk-tabs__list-item--selected .nhsuk-tabs__tab {
    background-color: inherit;
    color: #ffffff;
  }
  .edit-post-visual-editor .wp-block-nhsblocks-nhstabs.is-style-blue .nhsuk-tabs__tab, .block-editor-block-styles .wp-block-nhsblocks-nhstabs.is-style-blue .nhsuk-tabs__tab, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs.is-style-blue .nhsuk-tabs__tab {
    color: #ffffff;
  }
  .edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
    /* =========================
       Tabs – Reverse (DESKTOP)
       ========================= */
  }
  .edit-post-visual-editor .wp-block-nhsblocks-nhstabs.is-style-reverse .nhsuk-tabs__list-item, .block-editor-block-styles .wp-block-nhsblocks-nhstabs.is-style-reverse .nhsuk-tabs__list-item, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs.is-style-reverse .nhsuk-tabs__list-item {
    background-color: #212b32;
  }
  .edit-post-visual-editor .wp-block-nhsblocks-nhstabs.is-style-reverse .nhsuk-tabs__list-item--selected, .block-editor-block-styles .wp-block-nhsblocks-nhstabs.is-style-reverse .nhsuk-tabs__list-item--selected, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs.is-style-reverse .nhsuk-tabs__list-item--selected {
    background-color: #ffffff;
  }
  .edit-post-visual-editor .wp-block-nhsblocks-nhstabs.is-style-reverse .nhsuk-tabs__list-item--selected .nhsuk-tabs__tab, .block-editor-block-styles .wp-block-nhsblocks-nhstabs.is-style-reverse .nhsuk-tabs__list-item--selected .nhsuk-tabs__tab, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs.is-style-reverse .nhsuk-tabs__list-item--selected .nhsuk-tabs__tab {
    background-color: inherit;
    color: #212b32;
  }
  .edit-post-visual-editor .wp-block-nhsblocks-nhstabs.is-style-reverse .nhsuk-tabs__tab, .block-editor-block-styles .wp-block-nhsblocks-nhstabs.is-style-reverse .nhsuk-tabs__tab, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-nhstabs.is-style-reverse .nhsuk-tabs__tab {
    color: #ffffff;
  }
}
.edit-post-visual-editor section.nhsuk-section:nth-of-type(odd), .block-editor-block-styles section.nhsuk-section:nth-of-type(odd), .block-editor-inserter__menu-help-panel section.nhsuk-section:nth-of-type(odd) {
  background: #f0f4f5;
}
.edit-post-visual-editor section.nhsuk-section:nth-of-type(even),
.edit-post-visual-editor [data-type="nhsblocks/stripesblock"]:nth-of-type(even), .block-editor-block-styles section.nhsuk-section:nth-of-type(even),
.block-editor-block-styles [data-type="nhsblocks/stripesblock"]:nth-of-type(even), .block-editor-inserter__menu-help-panel section.nhsuk-section:nth-of-type(even),
.block-editor-inserter__menu-help-panel [data-type="nhsblocks/stripesblock"]:nth-of-type(even) {
  background: #ffffff;
}
.edit-post-visual-editor .page-template-full-width-page section.nhsuk-section, .block-editor-block-styles .page-template-full-width-page section.nhsuk-section, .block-editor-inserter__menu-help-panel .page-template-full-width-page section.nhsuk-section {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.edit-post-visual-editor section.nhsuk-section,
.edit-post-visual-editor [data-type="nhsblocks/stripesblock"] .is-block-content, .block-editor-block-styles section.nhsuk-section,
.block-editor-block-styles [data-type="nhsblocks/stripesblock"] .is-block-content, .block-editor-inserter__menu-help-panel section.nhsuk-section,
.block-editor-inserter__menu-help-panel [data-type="nhsblocks/stripesblock"] .is-block-content {
  padding: 64px 20px;
}
.edit-post-visual-editor section.nhsuk-section:after,
.edit-post-visual-editor [data-type="nhsblocks/stripesblock"] .is-block-content:after, .block-editor-block-styles section.nhsuk-section:after,
.block-editor-block-styles [data-type="nhsblocks/stripesblock"] .is-block-content:after, .block-editor-inserter__menu-help-panel section.nhsuk-section:after,
.block-editor-inserter__menu-help-panel [data-type="nhsblocks/stripesblock"] .is-block-content:after {
  clear: both;
  content: "";
  display: block;
}
.edit-post-visual-editor .nhsuk-striped-blocks, .block-editor-block-styles .nhsuk-striped-blocks, .block-editor-inserter__menu-help-panel .nhsuk-striped-blocks {
  border: 1px dotted #4c6272;
}
.edit-post-visual-editor .nhsuk-striped-blocks [data-type="nhsblocks/stripeblock"]:nth-of-type(odd), .block-editor-block-styles .nhsuk-striped-blocks [data-type="nhsblocks/stripeblock"]:nth-of-type(odd), .block-editor-inserter__menu-help-panel .nhsuk-striped-blocks [data-type="nhsblocks/stripeblock"]:nth-of-type(odd) {
  background: #f0f4f5;
}
.edit-post-visual-editor .nhsuk-striped-blocks [data-type="nhsblocks/stripeblock"]:nth-of-type(even), .block-editor-block-styles .nhsuk-striped-blocks [data-type="nhsblocks/stripeblock"]:nth-of-type(even), .block-editor-inserter__menu-help-panel .nhsuk-striped-blocks [data-type="nhsblocks/stripeblock"]:nth-of-type(even) {
  background: #ffffff;
}
.edit-post-visual-editor .wp-block-table.is-style-stripes, .block-editor-block-styles .wp-block-table.is-style-stripes, .block-editor-inserter__menu-help-panel .wp-block-table.is-style-stripes {
  border-color: var(--table--stripes-border-color);
  border-bottom: 1px;
}
.edit-post-visual-editor .wp-block-table.is-style-stripes td, .block-editor-block-styles .wp-block-table.is-style-stripes td, .block-editor-inserter__menu-help-panel .wp-block-table.is-style-stripes td {
  border: 1px solid;
}
.edit-post-visual-editor [data-type="nhsblocks/stripesblock"], .block-editor-block-styles [data-type="nhsblocks/stripesblock"], .block-editor-inserter__menu-help-panel [data-type="nhsblocks/stripesblock"] {
  width: 100%;
  max-width: 100%;
  margin-left: 36px !important;
  margin-right: 36px !important;
}
.edit-post-visual-editor [data-type="nhsblocks/stripesblock"] [data-type="nhsblocks/stripeblock"], .block-editor-block-styles [data-type="nhsblocks/stripesblock"] [data-type="nhsblocks/stripeblock"], .block-editor-inserter__menu-help-panel [data-type="nhsblocks/stripesblock"] [data-type="nhsblocks/stripeblock"] {
  max-width: 100%;
  margin: 0 auto;
}
.edit-post-visual-editor .nhsuk-promo, .block-editor-block-styles .nhsuk-promo, .block-editor-inserter__menu-help-panel .nhsuk-promo {
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0 4px 0 0 #d8dde0;
}
.edit-post-visual-editor .nhsuk-promo .nhsuk-promo__content .editor-url-input__button, .block-editor-block-styles .nhsuk-promo .nhsuk-promo__content .editor-url-input__button, .block-editor-inserter__menu-help-panel .nhsuk-promo .nhsuk-promo__content .editor-url-input__button {
  width: 100%;
  text-align: center;
}
.edit-post-visual-editor .nhsuk-promo .nhsuk-promo__content .editor-url-input__button:before, .block-editor-block-styles .nhsuk-promo .nhsuk-promo__content .editor-url-input__button:before, .block-editor-inserter__menu-help-panel .nhsuk-promo .nhsuk-promo__content .editor-url-input__button:before {
  content: "Add link for this promo box";
}
.edit-post-visual-editor .nhsuk-promo .nhsuk-promo__content [data-type="core/image"] ~ .block-list-appender, .block-editor-block-styles .nhsuk-promo .nhsuk-promo__content [data-type="core/image"] ~ .block-list-appender, .block-editor-inserter__menu-help-panel .nhsuk-promo .nhsuk-promo__content [data-type="core/image"] ~ .block-list-appender {
  display: none;
}
.edit-post-visual-editor .nhsuk-list--cross .editor-rich-text, .block-editor-block-styles .nhsuk-list--cross .editor-rich-text, .block-editor-inserter__menu-help-panel .nhsuk-list--cross .editor-rich-text {
  padding-left: 34px;
}
.edit-post-visual-editor .nhsuk-button:before, .edit-post-visual-editor .wp-block-button__link:before, .edit-post-visual-editor .wp-block-file__button:before, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:before, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active:before, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus:before, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover:before, .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited:before, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link:before, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link:before, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button:before, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button:before, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:before, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:before, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:active:before, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active:before, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus:before, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus:before, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover:before, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover:before, .edit-post-visual-editor .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited:before, .block-editor-block-styles .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited:before, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link:before, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link:before, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button:before, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button:before, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:before, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:before, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active:before, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:active:before, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus:before, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:focus:before, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover:before, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:hover:before, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited:before, .block-editor-inserter__menu-help-panel .wp-block-file .edit-post-visual-editor a.wp-block-file__button:visited:before, .block-editor-block-styles .nhsuk-button:before, .block-editor-block-styles .edit-post-visual-editor .wp-block-button__link:before, .edit-post-visual-editor .block-editor-block-styles .wp-block-button__link:before, .block-editor-block-styles .edit-post-visual-editor .wp-block-file__button:before, .edit-post-visual-editor .block-editor-block-styles .wp-block-file__button:before, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:before, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:before, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active:before, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:active:before, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus:before, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus:before, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover:before, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover:before, .block-editor-block-styles .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited:before, .edit-post-visual-editor .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited:before, .block-editor-block-styles .wp-block-button__link:before, .block-editor-block-styles .wp-block-file__button:before, .block-editor-block-styles .wp-block-file a.wp-block-file__button:before, .block-editor-block-styles .wp-block-file a.wp-block-file__button:active:before, .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus:before, .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover:before, .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited:before, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link:before, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link:before, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button:before, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button:before, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:before, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:before, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active:before, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:active:before, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus:before, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:focus:before, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover:before, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:hover:before, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited:before, .block-editor-inserter__menu-help-panel .wp-block-file .block-editor-block-styles a.wp-block-file__button:visited:before, .block-editor-inserter__menu-help-panel .nhsuk-button:before, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-button__link:before, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-button__link:before, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file__button:before, .edit-post-visual-editor .block-editor-inserter__menu-help-panel .wp-block-file__button:before, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:before, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:before, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:active:before, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active:before, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:focus:before, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus:before, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:hover:before, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover:before, .block-editor-inserter__menu-help-panel .edit-post-visual-editor .wp-block-file a.wp-block-file__button:visited:before, .edit-post-visual-editor .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited:before, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-button__link:before, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-button__link:before, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file__button:before, .block-editor-block-styles .block-editor-inserter__menu-help-panel .wp-block-file__button:before, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:before, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:before, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:active:before, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:active:before, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:focus:before, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:focus:before, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:hover:before, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:hover:before, .block-editor-inserter__menu-help-panel .block-editor-block-styles .wp-block-file a.wp-block-file__button:visited:before, .block-editor-block-styles .wp-block-file .block-editor-inserter__menu-help-panel a.wp-block-file__button:visited:before, .block-editor-inserter__menu-help-panel .wp-block-button__link:before, .block-editor-inserter__menu-help-panel .wp-block-file__button:before, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:before, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:active:before, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:focus:before, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:hover:before, .block-editor-inserter__menu-help-panel .wp-block-file a.wp-block-file__button:visited:before {
  position: relative !important;
}
.edit-post-visual-editor .wp-block-nhsblocks-panel1, .block-editor-block-styles .wp-block-nhsblocks-panel1, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-panel1 {
  /* remove ability to add extra blocks inside panels, but leave ability to remove and move current inner blocks */
}
.edit-post-visual-editor .wp-block-nhsblocks-panel1 .editor-default-block-appender, .edit-post-visual-editor .wp-block-nhsblocks-panel1 .editor-block-list__insertion-point, .block-editor-block-styles .wp-block-nhsblocks-panel1 .editor-default-block-appender, .block-editor-block-styles .wp-block-nhsblocks-panel1 .editor-block-list__insertion-point, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-panel1 .editor-default-block-appender, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-panel1 .editor-block-list__insertion-point {
  display: none;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /*
  // variations to styling required for gutenberg native blocks
  // @author Tony Blacker, NHS Leadership Academy
  // @version 1.0 22nd July 2019
  */
  /* button extension*/
}
.edit-post-visual-editor .nhsuk-button.is-style-secondary, .edit-post-visual-editor .is-style-secondary.wp-block-button__link, .edit-post-visual-editor .is-style-secondary.wp-block-file__button, .edit-post-visual-editor .wp-block-file a.is-style-secondary.wp-block-file__button, .block-editor-block-styles .nhsuk-button.is-style-secondary, .block-editor-block-styles .is-style-secondary.wp-block-button__link, .block-editor-block-styles .is-style-secondary.wp-block-file__button, .block-editor-block-styles .wp-block-file a.is-style-secondary.wp-block-file__button, .block-editor-inserter__menu-help-panel .nhsuk-button.is-style-secondary, .block-editor-inserter__menu-help-panel .is-style-secondary.wp-block-button__link, .block-editor-inserter__menu-help-panel .is-style-secondary.wp-block-file__button, .block-editor-inserter__menu-help-panel .wp-block-file a.is-style-secondary.wp-block-file__button { /* secondary button style*/ }
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* reverse button style*/
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* reveal extension*/
}
.edit-post-visual-editor .nhsuk-details.is-style-expander, .block-editor-block-styles .nhsuk-details.is-style-expander, .block-editor-inserter__menu-help-panel .nhsuk-details.is-style-expander { /* expander reveal style*/ }
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* warning callout */
}
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout {
  background-color: #fff9c4;
  border: 1px solid #ffeb3b;
}
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container {
  background-color: #ffeb3b;
  display: inline-block;
  top: -16px;
  margin-bottom: 8px;
  padding: 8px 32px;
  position: relative;
}
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container h3,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container h3,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container h3,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container h3,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container h3,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container h3, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container h3,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container h3,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container h3,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container h3,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container h3,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container h3, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container h3,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container h3,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container h3,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container h3,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container h3,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container h3 {
  background-color: #ffeb3b;
  color: #212b32 !important;
}
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-card--care__heading span,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-care-card__heading span,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-card--care__heading span,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-care-card__heading span,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-card--care__heading span,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-care-card__heading span,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-card--care__heading span,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-care-card__heading span,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container .nhsuk-card--care__heading span,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container .nhsuk-care-card__heading span,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container .nhsuk-card--care__heading span,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container .nhsuk-care-card__heading span, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-card--care__heading span,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-care-card__heading span,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-card--care__heading span,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-care-card__heading span,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-card--care__heading span,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-care-card__heading span,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-card--care__heading span,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-care-card__heading span,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container .nhsuk-card--care__heading span,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container .nhsuk-care-card__heading span,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container .nhsuk-card--care__heading span,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container .nhsuk-care-card__heading span, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-card--care__heading span,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-care-card__heading span,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-card--care__heading span,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-care-card__heading span,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-card--care__heading span,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__heading-container .nhsuk-care-card__heading span,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-card--care__heading span,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__heading-container .nhsuk-care-card__heading span,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container .nhsuk-card--care__heading span,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__heading-container .nhsuk-care-card__heading span,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container .nhsuk-card--care__heading span,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__heading-container .nhsuk-care-card__heading span {
  color: #212b32;
}
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__arrow,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__arrow,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__arrow,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__arrow,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__arrow,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__arrow, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__arrow,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__arrow,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__arrow,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__arrow,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__arrow,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__arrow, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card--care__arrow,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__arrow,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-card--care__arrow,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__arrow,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-card--care__arrow,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__arrow {
  display: none;
}
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card__content,
.edit-post-visual-editor .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__content,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-card__content,
.edit-post-visual-editor .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__content,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-card__content,
.edit-post-visual-editor .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__content, .block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card__content,
.block-editor-block-styles .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__content,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-card__content,
.block-editor-block-styles .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__content,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-card__content,
.block-editor-block-styles .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__content, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-card__content,
.block-editor-inserter__menu-help-panel .wp-block-nhsblocks-card1.is-style-warning-callout .nhsuk-care-card__content,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-card__content,
.block-editor-inserter__menu-help-panel .nhsuk-care-card.is-style-warning-callout .nhsuk-care-card__content,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-card__content,
.block-editor-inserter__menu-help-panel .nhsuk-card.nhsuk-warning-callout .nhsuk-care-card__content {
  background-color: #fff9c4;
  padding-top: 0;
  border: none;
}
.edit-post-visual-editor .nhsuk-care-card__heading-container h3, .block-editor-block-styles .nhsuk-care-card__heading-container h3, .block-editor-inserter__menu-help-panel .nhsuk-care-card__heading-container h3 {
  color: #ffffff !important;
  margin: 0 !important;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* do and dont list extension */
}
.edit-post-visual-editor .nhsuk-do-dont-list svg.nhsuk-icon, .block-editor-block-styles .nhsuk-do-dont-list svg.nhsuk-icon, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list svg.nhsuk-icon {
  width: 35px;
  height: 34px;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* inset text inverted link amendment */
}
.edit-post-visual-editor .nhsuk-inset-text is-style-quote-reverse .nhsuk-inset-text__quote a, .block-editor-block-styles .nhsuk-inset-text is-style-quote-reverse .nhsuk-inset-text__quote a, .block-editor-inserter__menu-help-panel .nhsuk-inset-text is-style-quote-reverse .nhsuk-inset-text__quote a {
  color: #ffffff;
  font-weight: 700;
}
.edit-post-visual-editor .nhsuk-hero__overlay, .block-editor-block-styles .nhsuk-hero__overlay, .block-editor-inserter__menu-help-panel .nhsuk-hero__overlay {
  margin-bottom: 50px;
}
.edit-post-visual-editor .nhsuk-hero__overlay .nhsuk-grid-column-two-thirds, .edit-post-visual-editor .nhsuk-hero__overlay .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"], .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-hero__overlay [data-type="nhsblocks/twothirds"], .block-editor-block-styles .nhsuk-hero__overlay .nhsuk-grid-column-two-thirds, .block-editor-block-styles .nhsuk-hero__overlay .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"], .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-hero__overlay [data-type="nhsblocks/twothirds"], .block-editor-inserter__menu-help-panel .nhsuk-hero__overlay .nhsuk-grid-column-two-thirds, .block-editor-inserter__menu-help-panel .nhsuk-hero__overlay .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"], .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .nhsuk-hero__overlay [data-type="nhsblocks/twothirds"] {
  padding: 0;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Hero fix so it works on all templates */
}
.edit-post-visual-editor .wp-block-nhsblocks-heroblock, .block-editor-block-styles .wp-block-nhsblocks-heroblock, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-heroblock {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}
.edit-post-visual-editor .nhsuk-card .nhsuk-card__description, .block-editor-block-styles .nhsuk-card .nhsuk-card__description, .block-editor-inserter__menu-help-panel .nhsuk-card .nhsuk-card__description {
  display: flow-root;
}
.edit-post-visual-editor .nhsuk-card.is-style-panel-grey, .block-editor-block-styles .nhsuk-card.is-style-panel-grey, .block-editor-inserter__menu-help-panel .nhsuk-card.is-style-panel-grey {
  background: inherit;
  border: none;
}
.edit-post-visual-editor .nhsuk-card figure, .block-editor-block-styles .nhsuk-card figure, .block-editor-inserter__menu-help-panel .nhsuk-card figure {
  margin: 0;
}
.edit-post-visual-editor .components-panel__header.edit-post-sidebar__panel-tabs ul, .block-editor-block-styles .components-panel__header.edit-post-sidebar__panel-tabs ul, .block-editor-inserter__menu-help-panel .components-panel__header.edit-post-sidebar__panel-tabs ul {
  padding: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.edit-post-visual-editor .is-style-panel-with-label h3, .block-editor-block-styles .is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .is-style-panel-with-label h3 {
  width: fit-content;
  height: 10px;
}
.edit-post-visual-editor .editor-styles-wrapper h3.nhsuk-care-card__heading, .block-editor-block-styles .editor-styles-wrapper h3.nhsuk-care-card__heading, .block-editor-inserter__menu-help-panel .editor-styles-wrapper h3.nhsuk-care-card__heading {
  margin-top: 0;
  margin-bottom: 0;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* admin styles widget tweaks */
}
.edit-post-visual-editor .block-editor-block-styles__item-preview .editor-styles-wrapper, .block-editor-block-styles .block-editor-block-styles__item-preview .editor-styles-wrapper, .block-editor-inserter__menu-help-panel .block-editor-block-styles__item-preview .editor-styles-wrapper {
  font-family: Frutiger W01, Helvetica, Arial, Sans-serif;
}
.edit-post-visual-editor .block-editor-block-styles__item-preview .wp-block-nhsblocks-nhsbutton, .block-editor-block-styles .block-editor-block-styles__item-preview .wp-block-nhsblocks-nhsbutton, .block-editor-inserter__menu-help-panel .block-editor-block-styles__item-preview .wp-block-nhsblocks-nhsbutton {
  padding: 5px;
  font-size: 0.7rem;
}
.edit-post-visual-editor .block-editor-block-styles__item-preview .is-style-expander .nhsuk-details__summary, .block-editor-block-styles .block-editor-block-styles__item-preview .is-style-expander .nhsuk-details__summary, .block-editor-inserter__menu-help-panel .block-editor-block-styles__item-preview .is-style-expander .nhsuk-details__summary {
  padding: 0;
}
.edit-post-visual-editor .block-editor-block-styles__item-preview .nhsuk-inset-text, .block-editor-block-styles .block-editor-block-styles__item-preview .nhsuk-inset-text, .block-editor-inserter__menu-help-panel .block-editor-block-styles__item-preview .nhsuk-inset-text {
  margin-top: 0;
}
.edit-post-visual-editor .nhsuk-grid-column-full .block-editor-inner-blocks, .block-editor-block-styles .nhsuk-grid-column-full .block-editor-inner-blocks, .block-editor-inserter__menu-help-panel .nhsuk-grid-column-full .block-editor-inner-blocks {
  width: 100%;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* Panel Group editor tweak */
}
.edit-post-visual-editor .nhsuk-promo-group .block-editor-inner-blocks, .edit-post-visual-editor .nhsuk-card-group .block-editor-inner-blocks, .edit-post-visual-editor .nhsuk-grid-row .block-editor-inner-blocks, .block-editor-block-styles .nhsuk-promo-group .block-editor-inner-blocks, .block-editor-block-styles .nhsuk-card-group .block-editor-inner-blocks, .block-editor-block-styles .nhsuk-grid-row .block-editor-inner-blocks, .block-editor-inserter__menu-help-panel .nhsuk-promo-group .block-editor-inner-blocks, .block-editor-inserter__menu-help-panel .nhsuk-card-group .block-editor-inner-blocks, .block-editor-inserter__menu-help-panel .nhsuk-grid-row .block-editor-inner-blocks {
  width: 100%;
  float: left;
}
.edit-post-visual-editor .nhsuk-do-dont-list h3.nhsuk-do-dont-list__label .rich-text, .block-editor-block-styles .nhsuk-do-dont-list h3.nhsuk-do-dont-list__label .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list h3.nhsuk-do-dont-list__label .rich-text {
  color: #ffffff;
}
.edit-post-visual-editor .nhsuk-do-dont-list li span div.rich-text, .block-editor-block-styles .nhsuk-do-dont-list li span div.rich-text, .block-editor-inserter__menu-help-panel .nhsuk-do-dont-list li span div.rich-text {
  padding-left: 40px;
}
.edit-post-visual-editor .wp-block-nhsblocks-dashpanel .nhsuk-panel-with-label, .edit-post-visual-editor .wp-block-nhsblocks-dashpanel .nhsuk-panel.is-style-panel-with-label, .block-editor-block-styles .wp-block-nhsblocks-dashpanel .nhsuk-panel-with-label, .block-editor-block-styles .wp-block-nhsblocks-dashpanel .nhsuk-panel.is-style-panel-with-label, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-dashpanel .nhsuk-panel-with-label, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-dashpanel .nhsuk-panel.is-style-panel-with-label {
  padding-bottom: 40%;
}
.edit-post-visual-editor .wp-block-nhsblocks-dashpanel .nhsuk-panel-with-label__label, .edit-post-visual-editor .wp-block-nhsblocks-dashpanel .nhsuk-panel.is-style-panel-with-label h3, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label .wp-block-nhsblocks-dashpanel h3, .edit-post-visual-editor .wp-block-nhsblocks-dashpanel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .wp-block-nhsblocks-dashpanel .rich-text, .block-editor-block-styles .wp-block-nhsblocks-dashpanel .nhsuk-panel-with-label__label, .block-editor-block-styles .wp-block-nhsblocks-dashpanel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label .wp-block-nhsblocks-dashpanel h3, .block-editor-block-styles .wp-block-nhsblocks-dashpanel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .wp-block-nhsblocks-dashpanel .rich-text, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-dashpanel .nhsuk-panel-with-label__label, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-dashpanel .nhsuk-panel.is-style-panel-with-label h3, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label .wp-block-nhsblocks-dashpanel h3, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-dashpanel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .wp-block-nhsblocks-dashpanel .rich-text {
  z-index: 2;
  top: 0;
  margin: 0 -20px;
  top: 50%;
  max-width: 90%;
}
.edit-post-visual-editor .wp-block-nhsblocks-dashpanel .nhsuk-panel-with-label__label .rich-text, .edit-post-visual-editor .wp-block-nhsblocks-dashpanel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label .wp-block-nhsblocks-dashpanel h3 .rich-text, .edit-post-visual-editor .nhsuk-panel.is-style-panel-with-label h3 .wp-block-nhsblocks-dashpanel .rich-text .rich-text, .block-editor-block-styles .wp-block-nhsblocks-dashpanel .nhsuk-panel-with-label__label .rich-text, .block-editor-block-styles .wp-block-nhsblocks-dashpanel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label .wp-block-nhsblocks-dashpanel h3 .rich-text, .block-editor-block-styles .nhsuk-panel.is-style-panel-with-label h3 .wp-block-nhsblocks-dashpanel .rich-text .rich-text, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-dashpanel .nhsuk-panel-with-label__label .rich-text, .block-editor-inserter__menu-help-panel .wp-block-nhsblocks-dashpanel .nhsuk-panel.is-style-panel-with-label h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label .wp-block-nhsblocks-dashpanel h3 .rich-text, .block-editor-inserter__menu-help-panel .nhsuk-panel.is-style-panel-with-label h3 .wp-block-nhsblocks-dashpanel .rich-text .rich-text {
  font-size: 1.1rem;
  color: #ffffff;
}
.edit-post-visual-editor div[data-type="nhsblocks/heroblock"], .block-editor-block-styles div[data-type="nhsblocks/heroblock"], .block-editor-inserter__menu-help-panel div[data-type="nhsblocks/heroblock"] {
  max-width: 100%;
}
.edit-post-visual-editor div[data-type="nhsblocks/heroblock"] div[data-type="nhsblocks/heroinner"] ~ div, .block-editor-block-styles div[data-type="nhsblocks/heroblock"] div[data-type="nhsblocks/heroinner"] ~ div, .block-editor-inserter__menu-help-panel div[data-type="nhsblocks/heroblock"] div[data-type="nhsblocks/heroinner"] ~ div {
  display: none;
}
.edit-post-visual-editor div[data-type="nhsblocks/heroblock"] .editor-inserter, .block-editor-block-styles div[data-type="nhsblocks/heroblock"] .editor-inserter, .block-editor-inserter__menu-help-panel div[data-type="nhsblocks/heroblock"] .editor-inserter {
  position: relative;
  top: -100px;
  background: white;
  left: -400px;
}
.edit-post-visual-editor div[data-type="nhsblocks/heroblock"] editor-inserter:nth-of-type(2), .block-editor-block-styles div[data-type="nhsblocks/heroblock"] editor-inserter:nth-of-type(2), .block-editor-inserter__menu-help-panel div[data-type="nhsblocks/heroblock"] editor-inserter:nth-of-type(2) {
  display: none;
}
.edit-post-visual-editor div[data-type="nhsblocks/heroblock"] .nhsuk-hero--image .nhsuk-hero__overlay, .block-editor-block-styles div[data-type="nhsblocks/heroblock"] .nhsuk-hero--image .nhsuk-hero__overlay, .block-editor-inserter__menu-help-panel div[data-type="nhsblocks/heroblock"] .nhsuk-hero--image .nhsuk-hero__overlay {
  position: relative;
  top: 270px;
  margin-bottom: 100px;
  background: none;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /*
  Learn dash admin panel mitigation
   */
}
.edit-post-visual-editor #sfwd-header .ld-global-header, .block-editor-block-styles #sfwd-header .ld-global-header, .block-editor-inserter__menu-help-panel #sfwd-header .ld-global-header {
  position: inherit;
}
.edit-post-visual-editor #sfwd-header .ld-global-header h1, .block-editor-block-styles #sfwd-header .ld-global-header h1, .block-editor-inserter__menu-help-panel #sfwd-header .ld-global-header h1 {
  font-size: 1.5rem;
  margin-block-start: 0.5rem;
  margin-block-end: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.6rem;
}
.edit-post-visual-editor .ld-tabs-ready .ld-tab-buttons a.button, .edit-post-visual-editor .ld-tabs-ready .ld-tab-buttons button.button, .block-editor-block-styles .ld-tabs-ready .ld-tab-buttons a.button, .block-editor-block-styles .ld-tabs-ready .ld-tab-buttons button.button, .block-editor-inserter__menu-help-panel .ld-tabs-ready .ld-tab-buttons a.button, .block-editor-inserter__menu-help-panel .ld-tabs-ready .ld-tab-buttons button.button {
  margin-top: 0;
}
.edit-post-visual-editor .ld-header-has-tabs .edit-post-layout .edit-post-sidebar, .block-editor-block-styles .ld-header-has-tabs .edit-post-layout .edit-post-sidebar, .block-editor-inserter__menu-help-panel .ld-header-has-tabs .edit-post-layout .edit-post-sidebar {
  top: 225px;
}
.edit-post-visual-editor .ld-header-has-tabs .edit-post-layout .edit-post-header, .block-editor-block-styles .ld-header-has-tabs .edit-post-layout .edit-post-header, .block-editor-inserter__menu-help-panel .ld-header-has-tabs .edit-post-layout .edit-post-header {
  top: 170px;
  padding: 0 7px;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* end LearnDash mitigation routine */
  /*
  Grouped Items blocks admin styles
  */
}
.edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row, .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row, .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row {
  border: 1px dashed #0072ce;
}
.edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row:before, .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row:before, .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row:before {
  content: "Grouped Items";
  background-color: #0072ce;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  padding: 2px 5px;
}
.edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout > div, .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout > div, .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout > div {
  clear: both;
}
.edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/onethird"],
.edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/onehalf"],
.edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/twothirds"],
.edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/onequarter"],
.edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/threequarters"], .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/onethird"],
.block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/onehalf"],
.block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/twothirds"],
.block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/onequarter"],
.block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/threequarters"], .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/onethird"],
.block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/onehalf"],
.block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/twothirds"],
.block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/onequarter"],
.block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/threequarters"] {
  padding: 0;
  border: 1px dashed #212b32;
  clear: none;
}
.edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/onethird"].has-child-selected,
.edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/onehalf"].has-child-selected,
.edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/twothirds"].has-child-selected,
.edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/onequarter"].has-child-selected,
.edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/threequarters"].has-child-selected, .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/onethird"].has-child-selected,
.block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/onehalf"].has-child-selected,
.block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/twothirds"].has-child-selected,
.block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/onequarter"].has-child-selected,
.block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/threequarters"].has-child-selected, .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/onethird"].has-child-selected,
.block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/onehalf"].has-child-selected,
.block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/twothirds"].has-child-selected,
.block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/onequarter"].has-child-selected,
.block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row .block-editor-block-list__layout [data-type="nhsblocks/threequarters"].has-child-selected {
  border: 3px solid #ffb81c;
  position: relative;
  z-index: 5;
}
.edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/threequarters"] .nhsuk-grid-column-three-quarters, .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/threequarters"] [data-type="nhsblocks/threequarters"], .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onequarter"] .nhsuk-grid-column-one-quarter, .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onequarter"] [data-type="nhsblocks/onequarter"], .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"] .nhsuk-grid-column-two-thirds, .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"] [data-type="nhsblocks/twothirds"], .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onehalf"] .nhsuk-grid-column-one-half, .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onehalf"] [data-type="nhsblocks/onehalf"], .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onethird"] .nhsuk-grid-column-one-third, .edit-post-visual-editor .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onethird"] [data-type="nhsblocks/onethird"], .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/threequarters"] .nhsuk-grid-column-three-quarters, .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/threequarters"] [data-type="nhsblocks/threequarters"], .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onequarter"] .nhsuk-grid-column-one-quarter, .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onequarter"] [data-type="nhsblocks/onequarter"], .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"] .nhsuk-grid-column-two-thirds, .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"] [data-type="nhsblocks/twothirds"], .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onehalf"] .nhsuk-grid-column-one-half, .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onehalf"] [data-type="nhsblocks/onehalf"], .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onethird"] .nhsuk-grid-column-one-third, .block-editor-block-styles .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onethird"] [data-type="nhsblocks/onethird"], .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/threequarters"] .nhsuk-grid-column-three-quarters, .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/threequarters"] [data-type="nhsblocks/threequarters"], .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onequarter"] .nhsuk-grid-column-one-quarter, .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onequarter"] [data-type="nhsblocks/onequarter"], .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"] .nhsuk-grid-column-two-thirds, .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/twothirds"] [data-type="nhsblocks/twothirds"], .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onehalf"] .nhsuk-grid-column-one-half, .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onehalf"] [data-type="nhsblocks/onehalf"], .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onethird"] .nhsuk-grid-column-one-third, .block-editor-inserter__menu-help-panel .block-editor-block-list__layout [data-type="nhsblocks/rowgroup"] .nhsuk-grid-row [data-type="nhsblocks/onethird"] [data-type="nhsblocks/onethird"] {
  float: none;
  width: 100%;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* make the table cells more obvious when editing */
}
.edit-post-visual-editor .is-selected figure.is-style-nhsuk-table-responsive thead, .edit-post-visual-editor .is-selected figure.is-style-nhsuk-table-responsive tr, .edit-post-visual-editor .is-selected figure.is-style-nhsuk-table-responsive th, .edit-post-visual-editor .is-selected figure.is-style-nhsuk-table-responsive td, .block-editor-block-styles .is-selected figure.is-style-nhsuk-table-responsive thead, .block-editor-block-styles .is-selected figure.is-style-nhsuk-table-responsive tr, .block-editor-block-styles .is-selected figure.is-style-nhsuk-table-responsive th, .block-editor-block-styles .is-selected figure.is-style-nhsuk-table-responsive td, .block-editor-inserter__menu-help-panel .is-selected figure.is-style-nhsuk-table-responsive thead, .block-editor-inserter__menu-help-panel .is-selected figure.is-style-nhsuk-table-responsive tr, .block-editor-inserter__menu-help-panel .is-selected figure.is-style-nhsuk-table-responsive th, .block-editor-inserter__menu-help-panel .is-selected figure.is-style-nhsuk-table-responsive td {
  border: 1px dashed #aeb7bd;
  min-width: 2rem;
}
.edit-post-visual-editor, .block-editor-block-styles, .block-editor-inserter__menu-help-panel {
  /* clearfix after grouped items to sort out some display wirdiness */
}
.edit-post-visual-editor .block-editor-inner-blocks:after, .block-editor-block-styles .block-editor-inner-blocks:after, .block-editor-inserter__menu-help-panel .block-editor-inner-blocks:after {
  clear: both;
  content: "";
  display: block;
}

/* ==================================================
   NHS Tabs – Editor preview styles 
   ================================================== */
/* -------------------------------
   Panel preview (DO NOT reset layout)
   ------------------------------- */
.editor-styles-wrapper .nhsuk-tabs__panel {
  border: 1px solid #d8dde0;
  padding: 12px;
  margin-bottom: 12px;
  background: #ffffff;
}

/* Hide non-active panels ONLY */
.editor-styles-wrapper .nhsuk-tabs__panel--hidden {
  display: none;
}

/* -------------------------------
    (editor-only)
   ------------------------------- */
.editor-styles-wrapper .nhsuk-tabs__list {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
  border-bottom: 2px solid #d8dde0;
}

/* LI = wrapper only */
.editor-styles-wrapper .nhsuk-tabs__list-item {
  margin: 0;
  padding: 0;
}

/* A = actual tab UI */
.editor-styles-wrapper .nhsuk-tabs__tab {
  display: block;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.3;
  background: #f0f4f5;
  text-decoration: underline;
  color: inherit;
}

/* Selected tab */
.editor-styles-wrapper .block-editor-block-list__block[data-type="nhsblocks/nhstabs"] .nhsuk-tabs__tab {
  background-color: #d8dde0;
  color: #212b32;
  font-weight: bold;
}

.editor-styles-wrapper .block-editor-block-list__block[data-type="nhsblocks/nhstabs"] .nhsuk-tabs__list-item--selected .nhsuk-tabs__tab {
  background-color: #ffffff;
  color: #212b32;
  text-decoration: none;
}

/* ===============================
   Tabs block – style variations
   Change TAB HEADER BACKGROUND
   =============================== */
/* =========================
   Tabs – Blue style (EDITOR)
   ========================= */
.editor-styles-wrapper .block-editor-block-list__block[data-type="nhsblocks/nhstabs"][class*=is-style-blue] .nhsuk-tabs__tab {
  background-color: #005eb8;
  color: #ffffff;
}

.editor-styles-wrapper .block-editor-block-list__block[data-type="nhsblocks/nhstabs"][class*=is-style-blue] .nhsuk-tabs__list-item--selected .nhsuk-tabs__tab {
  background-color: #ffffff;
  color: #212b32;
}

/* =========================
   Tabs – Reverse style (EDITOR)
   ========================= */
.editor-styles-wrapper .block-editor-block-list__block[data-type="nhsblocks/nhstabs"][class*=is-style-reverse] .nhsuk-tabs__tab {
  background-color: #212b32;
  color: #ffffff;
}

.editor-styles-wrapper .block-editor-block-list__block[data-type="nhsblocks/nhstabs"][class*=is-style-reverse] .nhsuk-tabs__list-item--selected .nhsuk-tabs__tab {
  background-color: #ffffff;
  color: #212b32;
}
